Tagged Questions

4
votes
1answer
64 views

Geoserver - How do I draw a geodesic line that represents the great circle between two points

I'm using Geoserver version 2.1.1, Postgres 9 and PostGIS 2.0 What I want to achieve should (i think!) be quite straight forward. I want to render on a map a line that represents the Great Circle ...
3
votes
1answer
49 views

I can't figure out where to start with GIS application development, or which technology to select

I am very new to GIS development, and to be be frank I have no background about it at all. I searched the web but the tutorials I found seemed to assume the reader has some background information. ...
2
votes
1answer
122 views

getting the user click inputs in openlayers and store in postgis

i am developing a web based application for showing the public vehicle routes using GeoServer, PostGIS and OpenLayers. what i need to do is let the user define a route by clicking on the main bus stop ...
2
votes
2answers
419 views

How to add custom data source to GeoServer WMS service?

I'm installing GeoServer as a WMS server to cooperate with OpenLayers. The trouble is that I have to use 3rd-party tile source which is provided through web service. So I guess I have to tweak ...
2
votes
1answer
228 views

how do i remove overlapping lines in postgis

I have a typical database with millions of polygons as land parcels and i want to split these polygons onto lines and then remove the lines that overlap eachother. These lines will be used purely for ...
2
votes
1answer
127 views

GIS: need to add data to a shape file

Hi folks I tried posting this question earlier but was unsuccessful so I'm trying again I imported a shape (set of points) file into postgres and have a table (hist_info) with additional data also in ...
1
vote
2answers
314 views

GeoServer in Tomcat doesn't get update shapefiles from PostGis

I have two GeoServers running in the same machine Ubuntu Server 9.04. GeoServer V2.0.1 is running with Jetty and another GeoServer V2.0.0 is Tomcat. Both of them are using the same PostGis datastore. ...
0
votes
1answer
47 views

Adding WFS layer with OpenLayers

I'm trying to add one of the included datasets with geoserver to an openlayers map. I've followed the opengeo tutorials, seen similar thread on here, but I can't seem to crack it. Can somebody take a ...
0
votes
0answers
37 views

GeoServer and MapServer annotation feature

I am evaluating 2 products GeoServer and MapServer at this moment for a mapping solution. One of the requirement is to enable end users to annotate map with text, lines and symbology and then save it ...
0
votes
1answer
62 views

Mapping: What's the simplest way to dynamically change a polygon's value attribute on a map?

I would like to display local election results on a map. I have the shape files for all of the city's divisions, which can be static, but I'd like to dynamically plug in the percentages of votes for ...
0
votes
1answer
112 views

Geoserver not recognizing spatial column

I'm using Geoserver and SQL Server 2008. I have a table which has a column of [geography] type. I'm able to see the table showing up in Geoserver (I have installed the extension for SQL server) but ...
0
votes
2answers
461 views

displaying data from a WFS (vector) layer using getFeatureInfo

As the title says... I trying to access that data associated with a vector layer but not having any success. I get the following error: "No QUERY_LAYERS has been requested, or no queriable layer in ...
0
votes
2answers
950 views

Can GeoServer be used in a commercial application?

GeoServer is licensed under the GPLv2. I know that this means I cannot make derivative commercial works from this application. For instance, I cannot add new interfaces, plugins, etc to GeoServer as ...