GeoServer is an open source software server written in Java that allows users to share and edit geospatial data.
1
vote
0answers
133 views
Raster Over Layer in Leaflet from GeoServer
I want to add a raster over layer onto the base layer and the raster layer is published by a Geoserver WMS. I set the raster layer's geographic coordinate system as the same as the cloudmate tiles. ...
1
vote
0answers
67 views
Why does the map take so long to display and appear distorted?
I have map rendered from geoserver but it takes too much time, again shown map is half-shown and distorted as the following image, SOMETIMES THE MAP DOES NOT EVEN DISPLAY
My JAI setting is as below
...
3
votes
1answer
185 views
Best way to create tiles
Within a GeoServer framework, does anybody know how I might best create/cache tiles based on layers stored in PostGIS? I am aware of Mapnik and have created a simple TMS using python (+ Django) but ...
1
vote
1answer
108 views
How to use CQL_FILTER for the highest value in a layer field?
I need to query/filter my wms in openlayers to only see the polygons classified with the highest values in a given field.
Would be something like:
wms_layer.mergeNewParams({'CQL_FILTER': "ND = ...
1
vote
1answer
109 views
Cache tiles doesn't seems to work in GeoServer
I've grouped some vector layers (from SHP files) in GeoServer (they are EPSG:2039) and created cache for them (GeoWebCache lets you choose EPSG:4326 OR EPSG:900913)
Once I've fired my App it didn't ...
1
vote
0answers
40 views
Is it possible to automate creating an image pyramid store with Geoserver?
Geoserver has a REST API to automate Geoserver commands, however I do not see any examples of how to automatically create an Image Pyramid store and associated layer. Is that possible? Can anyone ...
4
votes
4answers
323 views
Caching / Preloading data for use with WMS queries
Hoping someone can help me with this issue. I've got a map implemented in my web application using OpenLayers that makes WMS queries to GeoServer that in turn queries a Postgres (PostGIS) database to ...
0
votes
0answers
103 views
How to embed an OpenLayers map in a blog post?
I have a map in GeoServer which I need to publish in a blog post.
I'm pretty sure this is possible but I am not managing to make it work.
I'm posting the html source code from the openlayers layer ...
0
votes
3answers
306 views
Proxy Issues for WFS and GeoServer - Running on Local Machine
I see that a number of similar questions have been asked, but I cannot find the answer to mine so I will be as specific as I can.
I am trying to create an OpenLayers map that can run without an ...
1
vote
1answer
133 views
GeoServer Layer Preview Stopped Working
I got GeoServer up and running today and created a store that is linked to my postgis database, with a layer corresponding to one of the tables in the database. I then previewed the layer using the ...
3
votes
1answer
267 views
How to pragmatically upload a shapefile to geoserver using cURL? I'm having problems
I'm building the curl command in a python script, but when I run the script I get this error:
* Connected to localhost (127.0.0.1) port 8081
* Server auth using Basic with user 'admin'
> PUT ...
0
votes
3answers
121 views
Scripting (with) WPS?
As far as I understand WPS (web processing service) can be used to execute geospatial operations on the server side.
Is it possible to create scripts with WPS?
For example something like:
'check in ...
1
vote
0answers
74 views
How to config geoserver to read style of vector layer from postgis/SQL store?
I've imported vector layers from map info pro to both SQL server and post gis using easy loader.
In both cases I've included style column in the exported table.
When I create new store in geoserver ...
2
votes
1answer
415 views
Building a thin mapping client with OpenLayers
I have installed GeoServer, inside of tomcat, imported my postgis tables into geoserver and have created my styles etc. I can preview them using openlayers in geoserver. Now, i want to build a simple ...
0
votes
1answer
181 views
What do I need in order to show offline map (tile cached based) of area from OSM using Openlayers?
I want to make an offline map with certain zoom levels of an area from OSM (preferably keeping the styles of OSM).
Client will use OpenLayers , If needed I can install Geoserver/Mapserver and MS-SQL ...
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 ...
3
votes
2answers
294 views
General GeoDjango Opinion
I'm forced to crawl out of my intranet and create a public GIS site with quite an extensive dataset. All of my data is contained within PostGIS. I started dabbling with Geoserver/Postgis/OpenLayers ...
3
votes
3answers
315 views
What's the easiest way (style wise) to publish my MapInfo map as WMS?
I've downloaded data for my country from OSM and let a GIS expert to style it for me in MapInfo pro. (I have TAB files and .wor - workspace).
When I tried converting them to SHP (for QGIS) I've ...
0
votes
0answers
136 views
why preview image is blank for ImageMosaicJDBC (postgis raster) layer?
I follow http://docs.geotools.org/latest/userguide/library/coverage/pgraster.html to publish a ImageMosaicJDBC layer in geoserver.
the layer seems published ok and saved, but the preview of this layer ...
2
votes
1answer
117 views
GeoServer: Show (Random?) Subset of Features
Background
We have a GeoServer layer backed by a PostGIS table with 22 million smallish features covering the continental US. We're using GeoServer to serve the features as a WMS layer to a client ...
1
vote
1answer
75 views
OSM labels look as red point in geoserver preview layer. Why?
I've imported shp directory files of OSM to geoserver and the city label layer look like red dots instead of showing labels of street names. Is there a fix for this ? (should I declare this layer kml ...
1
vote
1answer
201 views
Is there up to date OSM SLD file for GeoServer?
I've tried looking for some but only found old from 2009 which are apparently out of date.
Any help will be welcome.
This is the sld I was looking at:
https://github.com/mitchelljj/openstreetmap-sld
...
3
votes
0answers
161 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 ...
5
votes
1answer
155 views
Geometry errors when importing data from ESRI file geodatabase to PostGIS
When I run the following command to import by data from an ESRI fgdb to postgis...
ogr2ogr -f "PostgreSQL" -a_srs "EPSG:28355" -t_srs "EPSG:3857" PG:"dbname=tp_test user=postgres port=54321 ...
1
vote
0answers
100 views
How to make labels appear in Geoserver? (WMS) [duplicate]
Possible Duplicate:
How to avoid duplicate labels on each tile?
I have an Annotation Shapefile. I added it into GeoServer as point Shapefile and set its label with the help of the style ...
2
votes
1answer
104 views
How to upload a shapefile to geoserver using cURL and replace file?
In the sequence of this:
How to upload a shapefile to geoserver using cURL?
which was properly solved, I now need to be able to replace the existing file, cause my process is to be repeated every ...
3
votes
1answer
175 views
How to upload a shapefile to geoserver using cURL?
I need to automatically (using python) upload a shapefile into my geoserver.
I'm trying to do as described in here but i'm getting this error:
java.io.IOException: Wrong magic number, expected 9994, ...
0
votes
0answers
10 views
Insert name of a polygon and add to database using openlayers [duplicate]
Possible Duplicate:
How do I set attributes when creating vectors using OpenLayers and WFS-T?
Hi everyone I am newbie to openlayers. I have developed an application which provides WMS/WFS. ...
1
vote
1answer
269 views
How do I project my WMS tilelayer in leaflet if I want it to display as an overlay on my basemap if they have different EPSG?
So my basemap is a world Mercator projection and in wfs format and I'm trying to put a WMS overlay in a different projection over it? Leaflet's API didn't give me much info on changing the epsg so is ...
1
vote
0answers
107 views
When I try to do a WMS request to geoserver using the leaflet API I am getting a format related error
This XML file does not appear to have any style information associated with it. The
document tree is shown below.
<ows:ExceptionReport xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
...
0
votes
0answers
46 views
Mapnik2 and Quantum nik
I am trying to render two shaded relief DEM one for Ace and the other for CleanTopo so that the render at different scales and other vector layers which are in a postgis database, but when i try to ...
1
vote
0answers
115 views
What is the best way to create polygons on a map and download files associated with the polygon?
My client wants to build a tourist site and for that he wants a backoffice for the map and the ability to draw polygons on the map (that user can see). When the user clicks on a polygon, he gets a ...
1
vote
1answer
110 views
Unable to add PostGIS table to Geoserver
I am able to add individual tables to Geoserver using,
curl -u admin:geoserver -v -XPOST -H 'Content-type: text/xml' -d ...
1
vote
2answers
357 views
WFS layer not visible in openlayers
I'm trying to add a WFS layer in openlayers and it's not working. Can anyone point me in the right direction.
The data is stored in postgis and I've added it to geoserver. I am aware that I'm using ...
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 ...
3
votes
1answer
208 views
What projection to use for Google Maps?
I'm loading a WMS layer which comes in WGS84 into Google Maps. From what I've read so far, I should reproject this layer to Google Pseudo Mercator (either 3857/900913). However, when I save the layer ...
2
votes
1answer
121 views
gdal.py as part of bat script in windows 7
I need to run the following bat file from a MS4W shell which has gdal_retile.py as the final option. I have added C:\ms4w\python\gdal to my pythonpath but within a pyscripter shell I can not import ...
10
votes
1answer
367 views
Disappearing Point Features in Geoserver using WMS
I have a shapefile with roughly 6,500 points worldwide in it that I am trying to serve with Geoserver 2.2.1 using WMS. All has been apparently fine with it until I implemented a filtering feature on ...
1
vote
1answer
66 views
Is a new map object required in order to create a wms overlay on top of a current map object with wfs layers using the leaflet api
I am trying to add a wms tile layer overlay over a wfs tile layer which I added to a map object. When I tried to simply add a layer on top of my current setView for my map object it overwrote the ...
1
vote
1answer
317 views
Does leaflet support wms tile layers in applications/openlayers formats?
I am trying to create a tilelayer.wms overlay on top of a wfs base map and I wasn't sure whether leaflet allows the applications/openlayers type of format which I served up from geoserver or only ...
0
votes
1answer
46 views
What kind of different results or what is the difference between two URL based WMS requests [closed]
I am trying to retrieve some WMS layers from geoserver so that I can display them in leaflet and I need to populate a URL field and I noticed that many of the layers that I opened up in openlayers had ...
0
votes
0answers
24 views
How can i set Background value as 0 in MrSID file [closed]
I need to set Background as 0 in MrSID. How to implement this in geoserver.
2
votes
0answers
97 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: ...
0
votes
0answers
48 views
Refreshing a KML Superoverlay
I am testing a Geoserver/PostGIS/KML stack and am having trouble getting the superoverlay to regionate correctly as a superoverlay. Specifically, once the database is updated with new features the ...
1
vote
0answers
176 views
Setting transparency in an SLD file for a 4 channel GEOTIFF
I'm struggling to set the a background colour to transparent in an SLD file for a 4-channel GEOTIFF using GeoServer 2.1.4.
I think I've set my background colour to transparent alpha layer in a ...
2
votes
1answer
134 views
Openlayers - Get Type of Layer
Is there a way to get the type of all the layers in an OpenLayer maps object? What I am trying to do is iterate over all the layers in my OpenLayers map object and populate a dropdown list with the ...
1
vote
1answer
128 views
Should I query the tab/shp file or SQL (mapserver or geoserver)?
I have tab files (or shp) with information like residents , buildings etc...
I need to be able to click a point in web map and query all data that fall in certain radius.
I didn't decide yet which WMS ...
1
vote
2answers
197 views
What is the SRS code for Lambert Conformal Conic projection and GCS Everest Definition 1962?
I have a shapefile with Geographic Coordinate System is "GCS_Everest Definition 1962" and the Projected Coordinate System is "Lambert_Conformal_Conic". I want to add this shapefile in Geoserver. But I ...
0
votes
1answer
182 views
Geoserver WFS GetFeature returns no features when reprojecting PostGIS layer
I may be misunderstanding the GeoServer documents, but when accessing a GeoServer 2.2 WFS 1.1 layer, should I be able to reproject to an arbitrary SRS via the SRSNAME parameter? I'm generating a ...
2
votes
1answer
110 views
How to draw labels with line in SLD?
I want to be able to draw labels with line. How can i do this?
Just like labels with line of some USA states in Google Maps, labels with red line in right :
Example from Google Maps


