Skip to main content

Questions tagged [geoserver]

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).

0 votes
1 answer
26 views

Scraping not work in Django and BeautifulSoup

296 / 5.000 Hello, I have a problem when scraping with Django and BeautifulSopup, in the code everything seems to be fine, I point it to a dynamic GeoServer map that is presented on an open web, I ...
Martin Ludueña's user avatar
0 votes
0 answers
9 views

GeoServer Layer Not Displaying Entire GeoTIFF Image

I'm having an issue with GeoServer not displaying the entire GeoTIFF image. The image is about 5.23 GB and displays correctly in QGIS, but when I create a layer in GeoServer, only a portion of the ...
David Ortiz's user avatar
0 votes
0 answers
22 views

How to setup HDFS with Geoserver?

I want to test the performance of HDFS with geospatial data. So I setup HDFS but unable to fetch the data from HDFS and give it to Geoserver. Is there any way to fetch the data from HDFS and give it ...
Sathvika M's user avatar
0 votes
0 answers
21 views

How to change port of Geoserver to connect with Geonode/Cartoview on port 8081 instead of 8080(default)?

i would like to know how to change Geoserver port to connect with Geonode/Cartoview? Geonode/Cartoview comes with Geoserver already. And Geonode connects from port 8000 to Geoserver on port 8080. I ...
M Waqar Anwar's user avatar
0 votes
0 answers
19 views

Problem with creating " Stacking Points " in GeoServer with a SLD code

I'm a junior GIS developer and working on an Angular + OpenLayers based WebMAP Application and i am using GeoServer in order to show my geometry data on my map with WMS, WFS URLs. I've downloaded a ...
Zaonaark's user avatar
0 votes
0 answers
21 views

How to create layers from mongo collection with more than one geometry field in MongoDB plugin

I'm using the MongoDB GeoTools plugin on GeoServer 2.25. I can successfully expose one if my collections as a layer in GeoServer with a single geometry in it. However, I want to expose a collection ...
cbrautigam's user avatar
0 votes
0 answers
18 views

How do I configure Nginx to point to a Tomcat 9 app on Debian 12 for Geoserver?

After running certbot I put this in sites-available: server { listen 80; server_name your_domain.com; # Redirect all HTTP requests to HTTPS return 301 https://$host$request_uri; } ...
Michael Williams's user avatar
0 votes
1 answer
21 views

Is there a solution to fix the preview for a sql server layer in Geoserver?

I have a layer that is coming from a SQL Server Database, the database has been linked to GeoServer and I can import all the layers from database in my GeoServer. When I publish a layer and I'm trying ...
Moments Booth's user avatar
-1 votes
1 answer
28 views

Generate geoserver log as gelf

I'm trying to generate a secondary log appender in Geoserver in the GELF format, so I can export it to graylog, but I can't make the application to recognize the JsonTemplateLayout. Until now, I tryed:...
ebarbara's user avatar
  • 166
0 votes
0 answers
31 views

GeoServer: How do i use the language function in an SLD based style to provide internationalized legends

The problem: The GeoServer documentation suggests that internationalized SLDs and thus internationalized legends can be supported using the ogc:language() function and rules. How do I configure an SLD ...
SIBeckers's user avatar
0 votes
0 answers
62 views

geoserver: Connection to external wms fails

When I set up a connection to an external wms service in my geoserver, the connection test fails with the error "connection reset". I already switched http-connection-pooling on and of, with ...
Andreas's user avatar
0 votes
1 answer
19 views

How to add if logic in geo server css?

Currently I have road code's name and road's code being displayed side by side. E.g: X123-Highway but when the road name is not present it displays road code-road code or vice versa as road name-road ...
Priyanka Shakya's user avatar
0 votes
1 answer
37 views

GeoServer is inverting the coordinates of the geometries that I draw from QGIS

Good morning, I have a problem using GeoServer. First I explain the system that I have set up, I have a PostgreSQL database, with layers of points, lines and areas, then I have the GeoServer that ...
Marc Fabregat Aragüés's user avatar
0 votes
0 answers
28 views

How to add GeoServer's ImagePyramid as a raster layer?

Problem I want to import an ImagePyramid layer from GeoServer to my Android App. It is showing correctly when I check it using GeoServer's layer preview and QGIS, but I can't seem to import it to my ...
Gery's user avatar
  • 11
0 votes
1 answer
58 views

How can I set the default style of a layer using the geoserver restful API in Python?

I am creating a layer using the restful API of geoserver. This is done by the following code: application_json = { "featureType": { "name": store_name, # ...
Jan's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
109