Tagged Questions

GeoServer is the reference implementation of the Open Geospatial Consortium (OGC) Web Feature Service (WFS) and Web Coverage Service (WCS) standards, as well as a high performance certified compliant Web Map Service (WMS).

learn more… | top users | synonyms

5
votes
2answers
468 views

Is there any real alternative to GeoServer as dynamic map generator in Java?

I'm looking for the most suitable tool for generating dynamic geographical maps in Java (with styles based on custom business data: colors, labels etc. will be dynamically set). After some searching, ...
4
votes
1answer
63 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 ...
4
votes
1answer
562 views

Mercator projection world map with Geoserver and Openlayers

I'm trying to render a world map shapefile on my Geoserver with a Mercator projection. I've tried declaring the SRS on Geoserver and defining EPSG projections of 3785 or 900913 in Openlayers with no ...
4
votes
2answers
2k views

Mapserver vs Geoserver

What the advantages/disadvantages ... I have time to learn, but I need to choose between Mapserver or Gaoserver... What you think about that? Thanks
3
votes
1answer
48 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. ...
3
votes
3answers
2k views

Display Map like OpenStreetMap

I like the way OpenStreetMap display its map. It almost looks like Google Map. I have already installed GeoServer and PostGis on my notebook. I also got this cloudmade osm file for my country, ...
3
votes
4answers
915 views

Single Sign On for WebServices, WCS, WFS, WMS (Geoserver), etc

[ # question edited for clarification # ] I'm trying to implement a Single Sign On (SSO) for a web application. Maybe you can help me find a proper solution, give me a direction or tell me, that ...
2
votes
0answers
375 views

Sencha Touch, OpenLayers, GeoServer: Wrong encoding on devices using Android 2.2

I have created a small test page using Sencha Touch, OpenLayers and I am recieving WMS/WFS data from a GeoServer. I have set the encoding on my HTML page to UTF-8: <meta http-equiv="Content-Type" ...
2
votes
1answer
121 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
228 views

Copying with c# in geoserver

Anybody knows about documentation or examples that how copy files (workspaces,shapes,..) in geoserver usinG C#?
2
votes
1answer
894 views

openlayers GetFeatureInfo request example + virtual earth/google

Simply I copied the example code from http://openlayers.org/dev/examples/getfeatureinfo-control.html. I used geoserver to run it and everything is working properly like the internet version, now I ...
2
votes
2answers
417 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
2answers
546 views

WMS/WFS server: am I crazy to write my own?

I'm a "do it yourself" kind of guy, but I want to make sure I'm not going to do myself in by trying to bite off more than I can chew. I am writing a browser-based mapping application that needs to ...
2
votes
2answers
2k views

cURL with user authentication in C#

I want to do the following cURL request in c#: curl -u admin:geoserver -v -XPOST -H 'Content-type: text/xml' \ -d '<workspace><name>acme</name></workspace>' \ ...
2
votes
1answer
539 views

Programming Geoserver 2.0.2 to add a new data store and layer without the UI

I have a directory of imagery that will be updated continually. From this imagery, I am making Image Pyramids using the Geotool's PyramidBuilder utility. I need to setup a cron job to automatically ...
2
votes
1answer
134 views

Problem with a column name contains a colon in PostgreSQL

I downloaded the shape data from OSM. I have imported data from Shapefile into PostgreSQL without any problem but I got an error when I do the select statement. Select addr:city From location; ...
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 ...
2
votes
3answers
2k views

Generating Geo-Referenced Images in C#

I want to create some heat-map style tiles to overlay over our base maps using Open Layers. Basically, I want to divide some some bounding box into a grid, and display each square of the grid using a ...
1
vote
1answer
28 views

Remote images on Glassfish

I am using Glassfish v3.1 for a Java web application, which gets data from other servers as well. One of these servers is running Geoserver GIS. I can only have the Glassfish server on a public IP. ...
1
vote
1answer
33 views

Geoserver if GeoTifs

We have a series of geotif files covering a specific area of land. If all tiffs are viewed at once they cover a large area and there are no gaps between them. If I register each file as layer in ...
1
vote
1answer
168 views

google maps v3 kmllayer not reading geoserver georss

I'm trying to render a georss or even kml file produced from geoserver in a v3 google map. Here is the link to the georss file: ...
1
vote
2answers
377 views

How does OpenLayers calculate bounding box coordinates?

I'm trying to display a map using OpenLayers through GeoServer's WMS. I'd like to know how OpenLayers calculates the BBOX coordinates to set them properly with js and avoid the posted error response. ...
1
vote
2answers
115 views

Geoserver and dynamic markers

I am really sorry to post this question, because most likely the solution will be really simple. But I am completely out of search string ideas. I have a running Geoserver and some custom shapefiles ...
1
vote
1answer
359 views

saving user input to a postgis table strategy

I have openlayers, geoserver and postgis/postgres working quite nicely. I'm trying to create an app that allows a user to add a point to a map. After the point is created, I need a popup form to ...
1
vote
2answers
521 views

Trouble setting up Postgres PostGIS database with GeoServer

I made a table in a Postgres database with a name image_id and geometry column in it. Here is what the schema looks like: CREATE TABLE images ( "name" character varying(256) NOT NULL, image_id ...
1
vote
1answer
287 views

Geoserver TextSymbolizer rendering problem?

I use geoserver 2.0.1, I used textsymbolizer to labeling features on the map. It is likely geoserver not support '' tag because event I try to change font-size, font-family or .. it deosn't effect. ...
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. ...
1
vote
1answer
1k views

Geoserver GetFeatureInfo WMS Requests Do Not Work When Using GeoWebCache Layer

I have been trying for the last few days to get my map GeoWebCache layers from Geoserver to display GetFeatureInfo in a popup event. When I was using WMS layers, GetFeatureInfo was working as ...
1
vote
1answer
287 views

How to get list of layers from geoserver

Is it possible to get a list of all the layers served by geoserver? I.e. is there some specific url request to send that does this?
1
vote
2answers
498 views

Geoserver and WMS

I need some help. I am new to the concept of Geoserver and WMS and I am looking for very basic help. I have downloaded and installed Geoserver, set up layers etc (including sld), however, I have no ...
1
vote
1answer
504 views

What are the limitations of GeoServer and OpenLayers when showing a large number of points?

We are trying to show a map with a large number of points (ranging from 1000 up to 20000 depending on the users criteria) using OpenLayers and GeoServer. The points are stored in a PostgreSQL ...
0
votes
1answer
45 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
17 views

WFS-T call to Geoserver not visualising POIs

I'd like to make a connection to Geoserver to edit several point of a layer via WFS-T. I tried this starting by different examples but the map doesn't visualise the points. I have an openstreetmap ...
0
votes
0answers
36 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
61 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
0answers
93 views

Data request to GeoServer: “Could not determine geoserver request from http request GET /geoserver/ows?service=WFS HTTP/1.1”

I am using ExtJS ajax to send a data request to geoserver (which is in another domain different from web server), codes are as follows: Ext.Ajax.request({ //send data request url : ...
0
votes
1answer
56 views

How to install Tomcat on Apache HTTP Server

I am playing around GeoServer and I have a Apache HTTP Server I want to put GeoServer on my Apache HTTP Server, but we can only download a WAR file of GeoServer for Tomcat. Is it possible to install ...
0
votes
0answers
96 views

Heatmap/Data visualization using WMS layer from Geoserver

I want to find something that can be used to create heat map WMS layers from Geoserver. I found AcidMaps (http://acidmaps.org/) that can be used as a plugin to Geoserver to generate heatmap WMS ...
0
votes
1answer
82 views

Openlayers WMS layer not zooming properly with Basemap

I'm using a WMS layer coming from Geoserver over a OSM basemap. When I'm at a particular zoom level (1:70) then the WMS layer is on right position over Basemap, but on zooming in to see individual ...
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
0answers
100 views

Creating TMS compatible tiles from raster image in java

I am looking for a java based solution to create TMS compatible 256x256 png tiles with a from a big raster file (e.g. jpeg or tiff) with an associated world file that specifies the bounding box, etc. ...
0
votes
2answers
306 views

Google Maps API v3 KML layer from Geoserver doesn't show

Trying to load KML from Geoserver 2.1.1 in Google Maps v3. Nothing shows up. Should this URL work (except with our actual domain)? ...
0
votes
0answers
88 views

Re-size getfeatureinfo template based on the Attributes

can it possible to get feature-info template re-size from wms/wfs attributes. i do not want to scroll in that. it will re-size based on the attributes. Thanks
0
votes
1answer
51 views

SLD Dynamic Graphic Size

Does anybody know that is possible to make the value of tag to dynamic in SLD? I'm using geoserver to define a style, but I need more different size objects. I mean like this: ...
0
votes
0answers
215 views

OpenLayers - WMSGetFeatureInfo - How to display values in a div

I'm having problem to display values in a div, it is returning values from a ajax get method, but in evt argument from ShowInfo is not returning any value. var map, utb, highlightlayer, infocontrols; ...
0
votes
0answers
85 views

Getting Service Exception while trying to access a layer from Geoserver

I have recently started working on Geoserver and I am able to publish a layer with a shape file. But when I try to access the layer from web application I am getting an error of ServiceException. The ...
0
votes
0answers
153 views

PHP code in geoserver(templates)

I am creating a simple openlayers website using WMS and geoserver as backend. I currently use the OpenLayers.Control.WMSGetFeatureInfo to select features, and I have modified the content.ftl to show ...
0
votes
0answers
125 views

How to transfer geotools geometry data over a web service

We have to use geoserver to store geodata in our newest project. Unfortunately we have no experience with geospatial data so far, so the question might be obvious to others. In the first step we ...
0
votes
1answer
210 views

Error “The remote server returned an error: (501) Not Implemented.” Reloading geoserver with C#.

I´m trying to reload a geoserver directory and I´m getting the following error: The remote server returned an error: (501) Not Implemented. This is the code WebRequest serverRequest ...

1 2