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

learn more… | top users | synonyms

10
votes
0answers
509 views

How to publish PostGIS Rasters in Geoserver?

What is the best solution to publish postgis rasters using Geoserver? I have spent a lot of time trying to create a Raster datasource using Image Mosaic JDBC but with no luck. Steps performed: 1. ...
7
votes
0answers
379 views

Geoserver GET request to the REST API without authentication

I am using Geoserver to serve a number of WMS layers. I am using jQuery's $.getJson('/geoserver/rest//featuretype.json') to programmatically populate a table with the available layers and their ...
6
votes
0answers
295 views

GeoServer clustering with shared data directory

I am planning to cluster GeoServer. I can find several results in the web saying that often clustering is set up by configuring multiple GeoServer nodes which all share the same data directory. At ...
5
votes
0answers
162 views

How to get JAI + JBoss 7.1.1 + Geoserver 2.3.0 to work?

I'm trying to use JBoss 7.1.1 instead Tomcat. My configuration: Ubuntu 12.04 64bit Oracle JDK 1.7 (env varibles are set correctly) JAI and JAI ImageIO installed by following help document: ...
5
votes
0answers
161 views

Releasing GeoServer WFS-T Feature Lock

For some reason I'm having trouble finding any documentation about releasing feature locks in a GeoServer WFS (or any WFS for that matter). I can easily request a FeatureLock with a request like this ...
5
votes
0answers
272 views

Geoserver with SQL server consuming all my CPU

This question is long please bear me and my problem. SQL Server Query profiler The Sample Query from profiler that geoserver is running that corresponds to SLD I am using and not the SQL SERVER view I ...
5
votes
0answers
296 views

How to get a KML of Wikipedia POIs?

I'm looking at the possibility of using a kml layer in a 'geoserver' to provide attribute information on a point. Is there a KML file for the Wikipedia Places articles as it is used in Google earth or ...
4
votes
0answers
74 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 ...
4
votes
0answers
88 views

GeoServer pregeneralized layers not working as expected

I've set up GeoServer 2.1.4 and installed the feature-pregeneralized-2.1.4.jar plug in and processed my shape files into each of their separate folders with the generalized shapefiles and I've check ...
3
votes
0answers
58 views

Create custom Authentication filter in GeoServer 2.3.0

Context In my current project, I've the requirement to validate that requests coming to GeoServer (2.3.0) are allowed. The project holds those facts: the GS client cannot provide the principal ...
3
votes
0answers
33 views

Default value in WPS input

I'm using GeoServer and want to add a WPS with default values. How can I define an optional parameter as a WPS input? I think, that I have to define this parameter with a multiplicity of 0, but how ...
3
votes
0answers
77 views

Geoserver administration - defining different privileges

I need to create separate admin accounts for Geoserver. I'd like to have one superadmin account that would be able to read/edit/delete any style, layergroup, workspace, store or layer - that is what ...
3
votes
0answers
92 views

Geoserver REST example not working

I am trying to follow the example to create a new REST service in Geoserver: http://docs.geoserver.org/stable/en/developer/programming-guide/rest-services/implementing.html After building, accessing ...
3
votes
0answers
57 views

Geoserver Raster layer cropped by polygon?

I've got a Geoserver raster layer which represents a satellite image. I use the Geoserver WMS to display the raster in OpenLayers. I want to display only parts of the raster - those within a certain ...
3
votes
0answers
77 views

Display house numbers on the street corners

I have a street map (MuliLineString geom and house numbers min and max, left and right). I would like to show this numbers on the street corners. I use GeoServer. If I use the TextSymbolizer with ...
3
votes
0answers
133 views

SLD filter with embedded strTrim function in Geoserver

Using Geoserver 2.2.2 (GeoTools Version 8.4) on Windows 7, I'm trying to create a SLD that trims the leading and trailing spaces of a string property (using the strTrim function) and compares it to a ...
3
votes
0answers
163 views

How to download GeoTIFFs using the REST API in GeoServer 2.2?

I am using GeoServer (Version 2.2 Git Revision f5b5c35076b52d02eb9cca3fa3232bc17b5f6d80 Build Date 19-Sep-2012 18:33 GeoTools Version 8.2 (rev 704570474295e339c08d1ca140d884f23a8a03a3)) and I've got ...
3
votes
0answers
126 views

Geoserver WMS-T backend problems

I've been trying to set up a few timed WMS layers in GeoServer. They're simple enough, of the form ID(PRIMARY KEY) REGION DATE VALUE so for every region and date you have some value, e.g. the ...
3
votes
0answers
64 views

EPSG:4038 Gridset does not work with caching on GeoServer 2.2

I am trying to setup a cache for a GeoTIFF base layer. I set it up and I went to the built in GeoWebCache page where it generates test map for the caching. I saw the built in projection - EPSG:900913 ...
3
votes
0answers
129 views

What to do about Geoserver WPS Warning “Could not get a ServiceInfo”?

This is the warning i am getting when i try to use this WPS service from QGIS, and the processing take a long time, but doesn't terminate, what might be the problem? 17 Oct 12:33:25 INFO ...
3
votes
0answers
171 views

GeoServer REST API: Creating Database Data Store does not persist password

I'm passing the XML created by the method below to a GeoServer REST API request that successfully creates a postGIS data store. However, password is not persisted. I have to update the password ...
3
votes
0answers
121 views

how to increase request feature speed?

I use Geoserver with Oracle DB. Amount of records in DB is less than 4000, but feature request takes 5-6 seconds. How can I speed up this? P.S. Native JAI is false in my Geoserver UPDATE: I have ...
3
votes
0answers
354 views

Requesting multiple features on different layers

The case: A lot of features need to be rendered on an openlayers map. Drawing all features on the map (WFS) causes performance issues (especially in IE). Therefore I have chosen to use WMS so that the ...
2
votes
0answers
30 views

Help required with Open layers WPS client

I am using openlayers API in my web application and trying to interact with the local GeoServer via WPS. The problem I am facing is that, WPS client.execute() works only in case, if the output of the ...
2
votes
0answers
20 views

Why do I need to restart tomcat when using WFS from GeoServer across different apps and workspaces?

I've built a couple of apps that consume WFS 1.1.0 from GeoServer 2.2.2. I organise my layers in different workspaces, and they have a range of sources including shapefile, oracle, postgres etc. ...
2
votes
0answers
48 views

OGR, writing TAB files, and BOUNDS

According to this: http://www.gdal.org/ogr/drv_mitab.html the TAB file writer sets default bounds, with the caveat that 'we should fix this'. Bounds causes issues with respect to coordinate ...
2
votes
0answers
51 views

Problem in importing raster data from PostGIS to Geoserver

I am using Opengeo Suite 3.0.2, PostGIS 2.0.3 and PostgreSQl 9.2. I am trying to import raster data from PostGIS to Geoserver but facing an error. I follow this tutorial link to import the raster ...
2
votes
0answers
33 views

SLD - disable follow line

I have a simple SLD style using in GeoServer v2.3.0 and testing in uDig. I have a interstate symbol that I do not want the label symbol to follow the line. I thought if I set: <sld:VendorOption ...
2
votes
0answers
45 views

How to let users download data from Geoserver?

I'm looking for a way to let user download data made visible to him from Geoserver. I was thinking about using WFS for this purpose, but I don't know how to make it authenticated/secured? Do I have ...
2
votes
0answers
54 views

How to print gwc layer?

I have gwc layer on my Geoserver. Now i want print this layer using Geoserver print module but dont know how to do this. When i try wms layer all works fine. But how to print gwc layer? MORE INFO ...
2
votes
0answers
46 views

How to place map legends and titles in Geoserver?

I am new to geoserver and tried to learn from basics & familiar with GIS concepts. I published a shape file in geoserver, Now I want to add a title & legend to the published file. Please ...
2
votes
0answers
64 views

Geoserver CQL Cross Layer Intersection Failing

I am having trouble forming a properly formatted CQL request using geoServer cross layer filer functions and was hoping others could assist. My request is as follows: ...
2
votes
0answers
115 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 ...
2
votes
0answers
93 views

Geoserver Clustering Problems

I have problems setting up a clustered Geoserver. So far got four instances (version 2.2.4) running on a ubuntu linux box with a shared data directory behind HAProxy. I use one of the geoservers to ...
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 ...
2
votes
0answers
136 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 ...
2
votes
0answers
208 views

Layer visibility using maxscale minscale not working

I'm using Openlayer and Geoserver. I have a series of layers that have a scale parameter like: 1:50000-1:25000 where 50000 is the max scale while 25000 is the minscale. I have a map like in this ...
2
votes
0answers
119 views

Geoserver create SqlView Layer with Geoserver Manager

I would like to register a new sql view layer to geoserver through the rest api. I am using geoserver-manager. The registration is ok, the layer is working fine, except wms getFeatureInfo, which ...
2
votes
0answers
36 views

How can I change the size of labels and points in GeoServer?

I am beginner in GeoServer. I was able to do some task by my professor they want me to change different size of points in map of GeoServer example I have my database named "PLACES" then these are the ...
2
votes
0answers
59 views

SLD file already exists

Using Geoserver 2.1.3 I do delete sld using rest api with manually delete the sld file. But when I issue a POST new sld with the same name I got an error "SLD file test.sld already exists." Event ...
2
votes
0answers
98 views

How do I format tilelayer.wms url properties such that I add an overlay iteratively to my base map in leaflet

My base map was created using hard-coded template variables. I am using the leaflet tilelayer.wms constructor and including the url like so: url: ...
2
votes
0answers
287 views

How to add multiple nested node in GeoExt

I have following codes, but i want to add severel parent>child>chill>child>child (4 level inside) nodes with all check box options (for user choice) in the tree panel, in fact sum of all these (parent ...
2
votes
0answers
140 views

WPSExecute Format Issue

I have: function createWPSExecuteRequest(namespace, layerName, popFilter) { var request = OpenLayers.Format.XML.prototype.write(new OpenLayers.Format.WPSExecute().writeNode('wps:Execute', { ...
2
votes
0answers
104 views

Background no data areas appearing where raster and vector data meet in Geoserver

I'm using Geoserver (2.1) to load raster data with the Imagemosaic plugin and then using Geowebcache to cut this data into tiles across the full coverage of the British National Grid. However the data ...
2
votes
0answers
143 views

QGIS: WMS misalignment

I am experiencing a small screen space offset when using a WMS layer (origin is GeoServer 2.1.4): The image shows a red square which is the top left pixel of a tile (GeoTIFF). An exact copy of the ...
2
votes
0answers
201 views

Zooming the map after filter

I have wms layer and after i do cql filter on this. And now i want to see result. I want map zoomed to this result. My code. ex=layer.getExtent(); map.zoomToExtent(ex); But getExtent() returns ...
2
votes
0answers
68 views

network related issues arising when running an arcpy script

Essentially I wrote an arcpy script that is within a toolbox that I ported over to a different machine to test out after the script worked locally. The script essentially utilizes the psycopg module ...
2
votes
0answers
147 views

GeoServer + ImagePyramid: Request is empty where data exists

I have set up an image pyramid based on 5 levels of tiling. The data is served using the ImagePyramid plugin for GeoServer. When I do a layer preview the data is visualized just like I expect them to ...
2
votes
0answers
330 views

GeoServer WFS Speed

I have set-up a machine running Windows Server 2008, and GeoServer 2.1.3. PostgreSQL 9.1/PostGIS 1.5.3 are running locally on that same machine, which is hosted at a location with a 250 ...
2
votes
0answers
190 views

How to print tiled mapservices?

I have created a few GeoExt webmapping projects using Ubuntu10.04 / Tomcat6 / Geoserver /Postgis but have no good solution regarding printing the maps. Using GeowebCache I am not able to export to pdf ...

1 2 3 4 5 6