GeoServer is an open source software server written in Java that allows users to share and edit geospatial data.

learn more… | top users | synonyms

8
votes
2answers
196 views

Which Geo stack for an online strategic wargame?

I'm googling around for some weeks but I've some difficulties to figure out where to begin my project and which part of the available Geo stacks are mandatory for my needs. I have a strong Java ...
1
vote
0answers
129 views

working with multiple wfs-t layers

I am using multiple wfs layers and using editing tools in that like edit,draw,save etc. The code is shown here...... var district = new OpenLayers.Layer.Vector("district(wfs)", { ...
2
votes
1answer
114 views

Creating shapefiles using Java and Accumulo

I have tracking data with latitude and longitude stored in an Accumulo database table. We want to move toward using Geoserver for some layer display features on the client side. Right now I'm ...
1
vote
0answers
58 views

features supported by WCS in geoserver?

i have implemented a geotiff image layer using WCS service in geoserver 2.2.4. I have searched on net for operations supported by WCS...it tells me about 3 operations: GetCapabilities, ...
2
votes
0answers
112 views

Geoserver, PostGIS and KML: Creating clickable nodes from OSM data

I have a PostGIS database that has OSM data imported into it using osm2pgsql and I'm using GeoServer to plot the points into a networked KML file for Google Earth. What I'd like to do is make the ...
0
votes
0answers
66 views

geoserver server JSP

I have shown the wms through geoserver+openlayers, and I wish the page go from html to .jsp after I click a button but i get error 404 RequestURI=/WEB-INF/query.jsp. I'm sure query.jsp is located ...
1
vote
1answer
92 views

Problem with server jsp geoserver

I want run jsp code in geoserver 2.2.3! I put page jsp in data_dir/www but it not run, html page run fine in data_dir/www! Please help me! Thanks!!
1
vote
1answer
348 views

GeoExt WMS GetFeatureInfo in proxy server. Problem - popup is empty in chrome and not responding in firefox?

I have python2.7 and apache installed in my computer. In proxy.cgi, I included in topline : #!/usr/bin/env python.exe -u; I also added 'localhost:8080/geoserver' and 'localhost:80 in ...
1
vote
0answers
28 views

Is it possible to create Tessellation table in schema other than sysspatial

As per geoserver teradata documentation, tessellation table is required in sys spatial schema only. My question is - Is it possible to configure geoserver to pick the tessellation table from a ...
0
votes
1answer
72 views

How to publish a GML file as a Web Feature Service (WFS)?

I am interested in publishing a GML file as a WFS. I don't want to use a database like PostgreSQL. What would be the rough steps I need to do for that? I like to use open source software (geoserver). ...
1
vote
0answers
57 views

OpenLayers GetFeature Control Mobile

I have a map that is using OpenLayers and GeoServer. I have a base layer and a WMS layer with many features. I was using OpenLayers.Control.Click to get the coordinates from the map and show a popup ...
2
votes
1answer
104 views

Key authentication module Geoserver - authkey

I have a problem with this Geoserver plugin. I have done the following: downloaded the plugin from http://gridlock.opengeo.org/geoserver/2.2.x/community-latest/ extracted archive to ...
0
votes
0answers
17 views

Search within distance of another object (MySQL and GeoServer)

New to geoserver and trying to do the following, I want to search for all objects within specific distance of a cluster. Lets say there is a cluster of 10 items, I wish to display only items which are ...
0
votes
0answers
53 views

FreeMarker Template Link values

I created two views in postgres and I just added both views to geoserver. I am using Freemarker Template to create a custom popup table output. I am currently just using layer preview to see the ...
1
vote
0answers
82 views

How can I use Oracle views with Geoserver and WFS-T?

What goes on when Geoserver handles updates to my table using WFS-T? I have a table AREA ( ID NUMBER(10) NOT NULL PRIMARY KEY, SOME_OTHER_ID NUMBER(10) NOT NULL FOREIGN KEY REFERENCES FOO(ID), ...
1
vote
0answers
164 views

Help me with this code from GeoExt and OpenLayers

I haven't gone entirely through GeoExt. But I am trying to understand the below code, but I am struck. The below code is about creating popups of feature information. But the layers added are WMS ...
1
vote
0answers
75 views

WPS chaining in Geoserver

I want to create a WPS-chain in Geoserver. Here's the HTTP-Post statement: <?xml version="1.0" encoding="UTF-8"?> <wps:Execute version="1.0.0" service="WPS" ...> ...
2
votes
3answers
261 views

GetFeature request giving variable results

I have a map with a tilecache baselayer and a wms property layer. By clicking on a property a GetFeature request is done using OpenLayers.Protocol.WFS.fromWMSLayer for the protocol. A test version ...
1
vote
1answer
378 views

open layers export map control not working

I need your advise once more. I'm trying to save the map as an image and I edited my code according to this example. When I test my site on Chrome the map does not render at all. Chrome's console ...
0
votes
0answers
60 views

Does time in GeoServer work?

I'm trying to replicate the time sample founded in the GeoServer User Manual here http://docs.geoserver.org/latest/en/user/googleearth/tutorials/time/time.html Here you are my GeoServer status ...
2
votes
0answers
43 views

Datatypes to return in GeoServer WPS

Is it possible, that my created WPS (in Geoserver) returns an image or a pdf (general: returns a datatype, that isn't a supported format by Geoserver). Is it sufficient to expand the ...
0
votes
1answer
54 views

Why 'Transparent' Parameter in OpenLayers is a Server Side Property?

There are four parameters for WMS Layers : Name, URL, Server Side Params, OpenLayer Options. And Transparent Parameter comes under Server Side Params. Does it mean that transparent images are ...
1
vote
1answer
55 views

Is it possible to cache the same WMS service based on a vendor parameter?

I'm exploring optimization techniques for caching data coming back from a Digital Globe service. We have two unique identifiers we use for their WMS GetMap service that will give us low or hi-res ...
1
vote
1answer
190 views

Google Maps 3d with geoserver wms

I am using opengeo suite with openlayers and google maps as my base layer. I have points in a postgis database that I am using to generate wms tiles. I'm pretty sure I have the projections right ...
1
vote
1answer
77 views

Geoserver - tiles/grid offset

I would like to host an Openstreetmap server using Geoserver (Geoserver/GeoWebCache/postgis). However, I encounter a problem regarding the tiles and gridsets. TMS urls (myserv/z/x/y.png) are different ...
0
votes
0answers
62 views

Masking NaN values in raster as transparent in SDL

I have several floating point raster files where nodata values are signified by NaNs. I would like to mask these values as transparent using an SDL style before uploading to GeoServer. However, when ...
0
votes
1answer
290 views

Not Found proxy.cgi file

I have a problem with proxy.cgi. I read other posts but didn't find a solution. When I make my WFS request in console, the following error comes up: "POST http:// ...
0
votes
1answer
68 views

Populating Dropdown based on Geoserver service

I am new to web programming here. I have a table which has multiple columns including: Restaurant Name,Restaurant Id, Lat, Lon, City, District, Country. My requirement is to build a web client using ...
0
votes
2answers
163 views

How to implement WCS in geoserver?

I have to add raster data in geoserver using Web Coverage Service. I have raster data in geotiff format. The problem is that the geotiff image I have added to the geoserver is using WMS not the WCS ...
0
votes
1answer
52 views

Geoportal to harvest services hosted by Geoserver

I am trying to set up Geoportal to harvest services hosted by Geoserver. I tried follow this instructions: Open your Geoportal Server. Go to the Administration tab Choose the 'Add' option Choose ...
0
votes
1answer
34 views

How to change the format output from ftl

Hello everyone I have have a view in geoserver from postgres and I like the default free marker template output in Layer preview but I would like to change it to where to column names Field name and ...
0
votes
0answers
40 views

Can I edit non geographic tables in geoexplorer?

I'm using postgis, geoserver and geoexplorer to manage my data. However I would like to edit non geographic tables in geoexplorer and edit a field feature based on other tables using a drop-down menu. ...
1
vote
1answer
347 views

geoserver configuration 'Could not initialize class org.geotools.image.ImageWorker'

I installed geoserver 2.2.4 on windows 7. I then tried to open geoserver demo service with quantum gis desktop 1.8.0. First I tried the wfs service with ...
3
votes
1answer
84 views

JSON format unavailable for GetFeatureInfo service

I have Geoserver 2.2.4 installed - which allows GetFeatureInfo to be returned as json If I make the following call ...
1
vote
0answers
44 views

Making tracking data available to Geoserver

I have tracking data from GPS, which gives latitude, longitude, heading, etc. Right now it's stored in a non-standard database (Accumulo) and I'm looking into how best to make the data available for ...
1
vote
1answer
63 views

GeoServing thousands of rasters, is there a limit on the number of images?

I have a web application on which the users do some processing that outputs rasters. Those rasters are transferred to geoserver for later visualization through WMS. The GeoServer is running on ...
1
vote
0answers
65 views

SLD Pointsymbolizer with color ramp based on first random attributes

The company I work at does drillings all over the country. These drillings are then presented as a service. So obviously this layer needs an SLD. For the moment every drilling is a green point, but we ...
0
votes
2answers
365 views

GeoServer WMS Layer not working in OpenLayers

Here is my code: var map; function init() { var options = { maxExtent: new OpenLayers.Bounds(-135.326858520508,-30.5615100860596,179.357788085938,69.604377746582), units: 'm', projection: ...
0
votes
0answers
122 views

WMS getfeatureinfo() giving incorrect result

I am using openlayers and Geoserver. I have created a base layer using OSM and then added wms layer topp:states. I want to show a world map and on that show US states. I have added onclick ...
10
votes
6answers
1k views

Should I use a CMS for my web mapping application?

For my web mapping app, I am using GeoServer as server, PostGIS as spatial DB and OpenLayers on client side (as well as other JS libraries). The map is composed of base maps and vector layers. One of ...
3
votes
3answers
305 views

Geoserver, PostGIS and Postgres setup better on which web server?

Is it better to have Jetty or Apache as a Webserver for GIS stack?
4
votes
2answers
219 views

PostgreSQL, PostGIS and GeoServer publishing 1.7 million records

I have a polygon geodata in postgresql and I am publishing out to geoserver the 1.7 million records. How long is too long when processing? EDIT: Forgot to mention that I successfully published a ...
1
vote
1answer
352 views

GetFeature Request with Polygon Intersecting Polygons

My task is very straightforward: a user draws a polygon and query all parcel polygons. The query string extends the URL limit. So I am posting XML to WFS. However, GeoServer always returned 0 feature, ...
3
votes
1answer
159 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 ...
1
vote
1answer
50 views

Creating a geoserver layer with curl (but with a bounding box)

I'm attemping to load a layer into Geoserver from a PostGIS database using cURL. It works, but I also need to set the bounding box to -180,-90,180,90. Does anyone know how to add the bounding box to ...
4
votes
1answer
188 views

Programmatically setting a layer's bounding box in Geoserver

I have a system built on PostGIS/GeoServer/OpenLayers. Data (a ship's voyage track) is inserted into the database in real-time - a bunch of variables and point geometry type. This is served up via ...
4
votes
0answers
72 views

How to include streaming media into an OpenGeo system to monitor live-tracked animals?

I am wondering how to include streaming media (video), or camera feeds, into an OpenGeo system to monitor live-tracked animals. I am currently doing so with different applications, but I want to do ...
1
vote
0answers
62 views

Include WPS in Geoserver (Build with Eclipse)

I'm running GeoServer from Eclipse. Now I want to create my own WPS. How can I implement it in my Eclipse-Project? I created the *.class-File and don't know, where to put it. Normally, when I'm using ...
2
votes
1answer
126 views

Osgeo live - Geonetwork install issues

I have a machine running OSGEOLIVE 6 Geoserver and most packages work without any issues but I can't get Geonetwork to run. The ApplicationsGeoserversGeonetworkStart seems to work fine but then I ...
2
votes
0answers
132 views

Should I use OpenLayers + GeoNetwork + GeoServer together?

At the moment I'm doing an internship and my assignment is as following: design (and build) a (prototype) web application with a map on which the users can show selected data. The server collects ...

1 3 4 5 6 7 20