Tagged Questions
2
votes
1answer
36 views
How to install multiple versions of postgres in same os windows 7 64-bit?
I have already installed PostGIS along with opengeosuite and it is the latest version. Now I want to run pgrouting but the latest stable version does not compatible to the latest postgres versions. ...
0
votes
1answer
55 views
raster2pgsql missing in Opengeo-suite installation
I installed opengeo-suite 3.0.2 on Ubuntu 12.04 and although the stack seems to be working fine, raster2pgsql is no where to be seen!
root@mywebsite:/usr/local/lib/postgresql/9.2# locate raster2pgsql
...
3
votes
1answer
56 views
OpenGeo Suite PostGIS Data Location
I have OpenGeo Suite installed on a server. I want to have the PostGIS data stored on a different drive (D) on the server instead of on the C drive under my username. How do I do this?
3
votes
1answer
163 views
How to put data in remote geoserver?
I created some layers and upload it to PostGIS and then GeoServer and then styled it using GeoExplorer. I have done all this in localhost. I used the iframe generated in GeoExplorer and used it in my ...
5
votes
1answer
146 views
PostGIS - Why are my ST_Union results (stored in a new table) outputting as points and not polygons?
I've decided to move to PostGIS to merge polygons rather than spend hours doing in in QGIS. However, I'm hitting an issue where the results of an ST_Union query are being stored, or at least outputted ...
2
votes
2answers
157 views
Why does GeoServer copy my PostGIS tables?
I have some geospatial data in a PostGIS database. I want to serve that data to a web map app with GeoServer. But every time I add a table as a layer in GeoServer, it creates a duplicate table in ...
1
vote
1answer
86 views
Intersecting 3 tables with Spatial SQL
I have three tables I need to intersect but not sure how to get the third
Heres what I have so far:
SELECT nyc_neighborhoods.name, SUM(nyc_census_blocks.popn_total) AS POP
FROM nyc_neighborhoods
JOIN ...
5
votes
1answer
92 views
Interactive geographic region definitions
Background
An organization has regions within a province, but has no list of coordinates that define region boundaries. I would like to draw custom polygon areas on a map using a web-based and ...
3
votes
2answers
408 views
Updating Apps on OpenGEO suite Community Edition
I would like to update PostgreSQL and PostGIS on Opengeo CE to a newer version, maybe the other apps too (geoserver, openlayers, etc). Can it be done? Can someone point me the right direction?
...