Questions tagged [geoserver]
GeoServer is an open source software server written in Java that allows users to share and edit Geospatial data.
6,029 questions
0
votes
0
answers
9
views
Updating a store in-place in GeoServer
If I have a store in GeoPackage format, and a new GeoPackage which should replace it, what is the most seamless way to perform this update? Ideally the end-user should simply start receiving the new ...
0
votes
0
answers
23
views
Create WMS on GeoNode
I am trying to create a WMS with multiple layers using GeoNode. The layers are already on GeoNode and if I run the GetCapabilities (geonode-url.de/geoserver/geonode/wms?request=getCapabilities&...
1
vote
0
answers
22
views
Kartoza GeoGerver 2.28.0 - Setting Docker User(Group) prohibiting file acces on host machine
It seems the GeoServer 2.28.0 the user in the docker has default ID 2000. This seems to be a problem in newer version, prohibiting file reads on e.g. store creation. Currently I am circumventing this ...
0
votes
0
answers
28
views
Generate random color styling for many shapefiles using GeoServer
I'm uploading a huge number of shapefiles into my GeoServer, around 150 of them.
The issue is that their style is set to a grey fill by default and I wanted these shapefiles to be random colored, just ...
1
vote
1
answer
39
views
Complex Features vs SQL views in GeoServer
From what I read, Complex Features are limited in the same way (or more) to SQL Views regarding WFS-T support. In essense they both are pretty much read-only by default.
If that's the case, what's the ...
0
votes
0
answers
34
views
Run kartoza/geoserver image as non-root user
How can I run the kartoza/geoserver image https://github.com/kartoza/docker-geoserver as a non-root user?
My goal is to have the GEOSERVER_DATA_DIR as a shared volume read/writeable so another ...
0
votes
0
answers
43
views
Auto update style or data QGIS in GeoServer?
I’m using QGIS connected to a PostgreSQL/PostGIS database and publishing the layers in GeoServer. When I change symbology in QGIS (SLD), GeoServer does not update automatically. Is there any method, ...
0
votes
0
answers
22
views
Caching data that doesn’t change in WFS/GeoServer
I will be serving a large amount of data that doesn’t change regularly over WFS through GeoServer. For example, one layer changes on a monthly basis, and I can guarantee there will be no changes in ...
0
votes
0
answers
29
views
GeoServer crashes loading large amounts of data
I'm setting up a GeoServer instance to provide access to a large amount of data over WFS. This currently seems incredibly flaky: testing in QGIS, if the user loads the layer while zoomed out,the ...
1
vote
0
answers
42
views
Z-Order by Rule Order
Is there a way to force GeoServer to draw in the same order that FeatureTypeStyle Rule's are declared? Geoserver arbitrarily draws features, and that order can change depending on zoom level (see ...
1
vote
0
answers
38
views
GeoServer running as a service in EC2 instance throws 503 error after a certain usage
I'm running a EC2 instance with t2.medium and 30 Gb EBS attached to it, and uses the geoserver binary to download the data from wget https://sourceforge.net/projects/geoserver/files/GeoServer/2.24.2/...
0
votes
0
answers
18
views
Unable to crop TIFF using shapefile in GeoServer WPS feature
I am trying to to crop a TIFF file using a shapefile using WPS query builder feature in GeoServer. I tried text geometery and refrence using a link to GML both are not working.
I am getting error ...
0
votes
1
answer
44
views
Uploading style (SLD) to GeoServer using REST API not working - for empty workspaces
I am trying to upload a layer using the GeoServer (2.28) REST API using the Importer extension in python. I ak not not what I am doing wrong.If I use the PUT method when the sld does not exists in an ...
3
votes
1
answer
55
views
Can't output as GeoJSON in GeoServer
I'm trying to follow this post and output tiles as "application/json;type=geojson" in GeoServer 2.28.0 but I don't get that option under tiling caching. The only application type output is &...
1
vote
0
answers
32
views
Hiding legend in SLD/GeoServer
I have read through the various answers for this problem - none of them are working for me. I have many rule blocks for a map I am styling in GeoServer (version 2.18.2). It is showing a legend icon ...