Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!

Question list filters

Filter by
Sorted by
Tagged with
Filter by Employee ID
Score of 1
0 answers
65 views

I've configured a WMS with MapProxy and I am currently working on the caching configuration. The refresh_before option is explained in the documentation. As far as I understand, MapProxy only caches ...
Score of 1
0 answers
110 views

I'm using the following Python code to download a tiff file from a WMS server: import requests import numpy as np import rasterio from rasterio.transform import from_origin from rasterio.transform ...
Score of 0
1 answer
98 views

Just curious if anyone has encountered this before. I have a 1m raster dataset tiled cached and served as WMTS layer. And I'm displaying it on a web map while also querying it for the raster pixel ...
Score of 0
0 answers
93 views

I want to write a little wms service in php, querying polygons from a mariadb database and use it with leaflet. leaflet.js together with proj4leaflet.js calls my service with a BBOX parameter, ...
Score of 0
1 answer
261 views

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 ...
Score of 0
1 answer
1046 views

I am building a leaflet map on a server without root access. I'd like to add a WMS service which is secured by basic authentication(username and password). There is a simple method in leaflet adding ...
Score of 0
1 answer
116 views

I am trying to load a geoserver wms layer to a WMSLayer using Esri JS API 4.x, thought the code below loads ok using Esri JS API 3.x require(["esri/layers/WMSLayer","esri/layers/...
Score of 0
0 answers
295 views

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 ...
Score of 0
1 answer
81 views

Usually, to retreive the nearests neighbors between two vector layers, I will use the algorithm "Join attributes by nearest". In my situation, I have a vector layer and many WMS layers. Is ...
Score of 0
0 answers
173 views

I want to use geotools to write code to implement geoserver loading tif files to implement wms services. After loading geotools, I performed wms output, but my code encountered two problems: the first ...
Score of 1
1 answer
521 views

So I'm developing a web application called MSC AniMet. This application is coded using Vue2 and Vuetify2 and it's essentially a big OpenLayers map with a bunch of stuff and functionality added to it ...
Score of 0
0 answers
277 views

const sld = ` <StyledLayerDescriptor version="1.0.0" xsi:schemaLocation="http://www.opengis.net/sld StyledLayerDescriptor.xsd" xmlns="http://www.opengis....
Score of 0
0 answers
51 views

I'm implementing a timelapse, selecting a date range, but I'm not able to show the entire map at once, it's loading via Tiles. const Map = () => { const [selectedLayers, setSelectedLayers] = ...
Score of 0
1 answer
178 views

I've built a website that features a map using OpenLayers technology and GeoServer for hosting geographic data. On this map, I've included various layers such as buffer zones, tree locations, building ...
Score of 0
1 answer
90 views

I want to make a leaflet map in R with this wms servic : https://data.geopf.fr/wms-r/wms?VERSION=1.3.0 It works well in QGIS but not with addWMSTiles. library(leaflet) layer="ADMINEXPRESS-COG-...

15 30 50 per page
1
2 3 4 5
38