Questions tagged [wms]

A Web Map Service (WMS) is a standard protocol for serving georeferenced map images over the Internet that are generated by a map server using data from a GIS database.

WMS specifies a number of different request types, two of which are required by any WMS server:

  • GetCapabilities - returns parameters about the WMS and the available layers
  • GetMap - with parameters provided, returns a map image

Request types that WMS providers may optionally support include:

  • GetFeatureInfo
  • DescribeLayer
  • GetLegendGraphic

http://en.wikipedia.org/wiki/Web_Map_Service

552 questions
2
votes
0 answers

Getting started with building a WMS server based on Mapnik

I'd like to setup my own WMS server based on Mapnik to request OSM layers, but I don't find the documentation regarding that issue so clear... for example, I reached a couple of web pages stating some steps to follow concerning Mapnik and…
Evenstar
  • 21
  • 1
  • 3
2
votes
1 answer

Openlayers: this.addOptions is not a function

I am currently trying to get OpenLayers to show a WMS-Layer. Doing this I encounter a problem I am not able to solve. This might even be a bug in OpenLayers, but before filling an appropriate bugreport at their tracking system I would like to make…
Thilo
  • 8,827
  • 2
  • 35
  • 56
2
votes
1 answer

Leaflet.wms request multiple times the same URL

So i'm developing a project with leaflet, but using with react doesn't have GetFeatureInfo natively, so I have to use a plugin to do the job. my code to get the info on click the layer function GetFeatureInfoWms(props) { const { url, options,…
rizzo1896
  • 21
  • 6
2
votes
1 answer

How to add basic auth to a header on a WMS source in Mapbox

I am using MapBox and am adding a WMS source pretty much identically to the code at this URL https://docs.mapbox.com/mapbox-gl-js/example/wms/ For convenience, the code is as follows: Add a…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/authentication" class="post-tag grid--cell" title="show questions tagged 'authentication'" rel="tag">authentication</a> <a href="../../questions/tagged/mapbox" class="post-tag grid--cell" title="show questions tagged 'mapbox'" rel="tag">mapbox</a> <a href="../../questions/tagged/basic-authentication" class="post-tag grid--cell" title="show questions tagged 'basic-authentication'" rel="tag">basic-authentication</a> <a href="../../questions/tagged/mapbox-gl-js" class="post-tag grid--cell" title="show questions tagged 'mapbox-gl-js'" rel="tag">mapbox-gl-js</a> <a href="../../questions/tagged/wms" class="post-tag grid--cell" title="show questions tagged 'wms'" rel="tag">wms</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jun 02 '21 at 09:33">asked Jun 02 '21 at 09:33</time> <a href="../../users/4457177/thomas-owen" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/4457177.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Thomas Owen" /> </a> <div class="s-user-card--info"> <a href="../../users/4457177/thomas-owen" class="s-user-card--link">Thomas Owen</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">57</li> <li class="s-award-bling s-award-bling__silver" title="1 silver badges">1</li> <li class="s-award-bling s-award-bling__bronze" title="10 bronze badges">10</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-66622552"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>2</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/66622552/how-to-prevent-label-symbol-duplication-cutting-in-leaflet-mapserver-wms" class="question-hyperlink">How to prevent label/symbol duplication/cutting in Leaflet/Mapserver(WMS)</a></h3> <div class="excerpt"> As you can see the labels are duplicated and sometimes cutoff. That is because one tile doesn't know about the other tile. How can I prevent? Disabling Partial labels helps a bit with the cutoff but the duplication is still there: Thanks </div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/leaflet" class="post-tag grid--cell" title="show questions tagged 'leaflet'" rel="tag">leaflet</a> <a href="../../questions/tagged/gis" class="post-tag grid--cell" title="show questions tagged 'gis'" rel="tag">gis</a> <a href="../../questions/tagged/wms" class="post-tag grid--cell" title="show questions tagged 'wms'" rel="tag">wms</a> <a href="../../questions/tagged/mapserver" class="post-tag grid--cell" title="show questions tagged 'mapserver'" rel="tag">mapserver</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Mar 14 '21 at 08:44">asked Mar 14 '21 at 08:44</time> <a href="../../users/456262/octavian" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/456262.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Octavian" /> </a> <div class="s-user-card--info"> <a href="../../users/456262/octavian" class="s-user-card--link">Octavian</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">4,519</li> <li class="s-award-bling s-award-bling__gold" title="8 gold badges">8</li> <li class="s-award-bling s-award-bling__silver" title="28 silver badges">28</li> <li class="s-award-bling s-award-bling__bronze" title="39 bronze badges">39</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-66050239"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>2</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>0</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/66050239/leaflet-wms-how-do-i-get-the-http-status-code-from-an-error" class="question-hyperlink">Leaflet WMS - how do I get the HTTP status code from an error?</a></h3> <div class="excerpt">I am working on a React app using Leaflet 1.6.0 with Leaflet.nontiledlayer to display images from a WMS service. This WMS service requires authentication, and after some period of time, my session will expire, and all calls to the WMS service will…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/javascript" class="post-tag grid--cell" title="show questions tagged 'javascript'" rel="tag">javascript</a> <a href="../../questions/tagged/http" class="post-tag grid--cell" title="show questions tagged 'http'" rel="tag">http</a> <a href="../../questions/tagged/leaflet" class="post-tag grid--cell" title="show questions tagged 'leaflet'" rel="tag">leaflet</a> <a href="../../questions/tagged/react-leaflet" class="post-tag grid--cell" title="show questions tagged 'react-leaflet'" rel="tag">react-leaflet</a> <a href="../../questions/tagged/wms" class="post-tag grid--cell" title="show questions tagged 'wms'" rel="tag">wms</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Feb 04 '21 at 16:57">asked Feb 04 '21 at 16:57</time> <a href="../../users/3038119/paul-fountain" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/3038119.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Paul Fountain" /> </a> <div class="s-user-card--info"> <a href="../../users/3038119/paul-fountain" class="s-user-card--link">Paul Fountain</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">21</li> <li class="s-award-bling s-award-bling__bronze" title="2 bronze badges">2</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-65626036"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>2</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>2</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/65626036/how-to-fetch-specific-data-column-from-geoserver-wms-layer-using-openlayers" class="question-hyperlink">How to Fetch Specific data column from Geoserver WMS layer using openlayers?</a></h3> <div class="excerpt">I have a layer in Geoserver, which I am showing on the HTML webpage using openlayers, but it has a lot of columns, and I want to show the specific 1-2 columns of the table only " by passing the string of column name ", instead of whole table. Is…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/javascript" class="post-tag grid--cell" title="show questions tagged 'javascript'" rel="tag">javascript</a> <a href="../../questions/tagged/openlayers" class="post-tag grid--cell" title="show questions tagged 'openlayers'" rel="tag">openlayers</a> <a href="../../questions/tagged/geoserver" class="post-tag grid--cell" title="show questions tagged 'geoserver'" rel="tag">geoserver</a> <a href="../../questions/tagged/wms" class="post-tag grid--cell" title="show questions tagged 'wms'" rel="tag">wms</a> <a href="../../questions/tagged/openlayers-6" class="post-tag grid--cell" title="show questions tagged 'openlayers-6'" rel="tag">openlayers-6</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jan 08 '21 at 08:59">asked Jan 08 '21 at 08:59</time> <a href="../../users/14758388/abhilash-singh-chauhan" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/14758388.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Abhilash Singh Chauhan" /> </a> <div class="s-user-card--info"> <a href="../../users/14758388/abhilash-singh-chauhan" class="s-user-card--link">Abhilash Singh Chauhan</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">291</li> <li class="s-award-bling s-award-bling__silver" title="3 silver badges">3</li> <li class="s-award-bling s-award-bling__bronze" title="16 bronze badges">16</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-64856439"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>2</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>0</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/64856439/http-tilelayer-wms-over-https-site-forces-in-chrome-is-forced-to-https" class="question-hyperlink">http tileLayer wms over https site forces in Chrome is forced to https</a></h3> <div class="excerpt">Just posted an issue in leaflet's github, but maybe is more related to the Chrome browser. The problem: My site is HTTPS, and I'm using an HTTP WMS service. The WMS service doesn't have HTTPS support. On load, the WMS layer gets forced to HTTPS…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/google-chrome" class="post-tag grid--cell" title="show questions tagged 'google-chrome'" rel="tag">google-chrome</a> <a href="../../questions/tagged/https" class="post-tag grid--cell" title="show questions tagged 'https'" rel="tag">https</a> <a href="../../questions/tagged/leaflet" class="post-tag grid--cell" title="show questions tagged 'leaflet'" rel="tag">leaflet</a> <a href="../../questions/tagged/wms" class="post-tag grid--cell" title="show questions tagged 'wms'" rel="tag">wms</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Nov 16 '20 at 10:36">asked Nov 16 '20 at 10:36</time> <a href="../../users/3580310/diferno" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/3580310.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="diferno" /> </a> <div class="s-user-card--info"> <a href="../../users/3580310/diferno" class="s-user-card--link">diferno</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">114</li> <li class="s-award-bling s-award-bling__bronze" title="4 bronze badges">4</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-64173277"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>2</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/64173277/how-to-use-xmlhttprequest-with-open-layers" class="question-hyperlink">How to use XMLHttpRequest with Open Layers</a></h3> <div class="excerpt">I need to get images from multiple WebMapServers (of my company) with Open Layers (and pure Javascript). Basically it works. Problem is that some servers require HTTP Basic Auth. The OL documentation and a related SO question say that this should be…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/javascript" class="post-tag grid--cell" title="show questions tagged 'javascript'" rel="tag">javascript</a> <a href="../../questions/tagged/openlayers" class="post-tag grid--cell" title="show questions tagged 'openlayers'" rel="tag">openlayers</a> <a href="../../questions/tagged/wms" class="post-tag grid--cell" title="show questions tagged 'wms'" rel="tag">wms</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Oct 02 '20 at 14:27">asked Oct 02 '20 at 14:27</time> <a href="../../users/3756659/fabian-z071" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/3756659.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Fabian_Z071" /> </a> <div class="s-user-card--info"> <a href="../../users/3756659/fabian-z071" class="s-user-card--link">Fabian_Z071</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">275</li> <li class="s-award-bling s-award-bling__silver" title="1 silver badges">1</li> <li class="s-award-bling s-award-bling__bronze" title="11 bronze badges">11</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-63501951"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>2</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/63501951/how-to-add-layers-with-different-zoom-levels-to-the-layer-group-in-geoserver" class="question-hyperlink">How to add layers with different zoom levels to the layer group in geoserver?</a></h3> <div class="excerpt">How to add layers with different zoom levels to the layer group in geoserver? For example, layer1 - zoom level 5-8, layer2 - zoom level 9-12 How to set the layers different zoom levels in geoserver? Can you help me this issue? Thanks. </div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/gis" class="post-tag grid--cell" title="show questions tagged 'gis'" rel="tag">gis</a> <a href="../../questions/tagged/zooming" class="post-tag grid--cell" title="show questions tagged 'zooming'" rel="tag">zooming</a> <a href="../../questions/tagged/layer" class="post-tag grid--cell" title="show questions tagged 'layer'" rel="tag">layer</a> <a href="../../questions/tagged/geoserver" class="post-tag grid--cell" title="show questions tagged 'geoserver'" rel="tag">geoserver</a> <a href="../../questions/tagged/wms" class="post-tag grid--cell" title="show questions tagged 'wms'" rel="tag">wms</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Aug 20 '20 at 09:15">asked Aug 20 '20 at 09:15</time> <a href="../../users/13775284/snoopy" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/13775284.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="snoopy" /> </a> <div class="s-user-card--info"> <a href="../../users/13775284/snoopy" class="s-user-card--link">snoopy</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">33</li> <li class="s-award-bling s-award-bling__bronze" title="5 bronze badges">5</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-63132762"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>2</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>0</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/63132762/getinfo-only-returns-the-first-cover-inserted" class="question-hyperlink">Getinfo only returns the first cover inserted</a></h3> <div class="excerpt">I'm using GetInfo to view the cover information and my problem using this command is: The information displayed is not from the cover seen on the map, but from the first cover inserted in the code. I always see information from the cover…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/javascript" class="post-tag grid--cell" title="show questions tagged 'javascript'" rel="tag">javascript</a> <a href="../../questions/tagged/openlayers" class="post-tag grid--cell" title="show questions tagged 'openlayers'" rel="tag">openlayers</a> <a href="../../questions/tagged/wms" class="post-tag grid--cell" title="show questions tagged 'wms'" rel="tag">wms</a> <a href="../../questions/tagged/getfeatureinfo" class="post-tag grid--cell" title="show questions tagged 'getfeatureinfo'" rel="tag">getfeatureinfo</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jul 28 '20 at 11:10">asked Jul 28 '20 at 11:10</time> <a href="../../users/13532321/dany" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/13532321.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Dany" /> </a> <div class="s-user-card--info"> <a href="../../users/13532321/dany" class="s-user-card--link">Dany</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">21</li> <li class="s-award-bling s-award-bling__bronze" title="1 bronze badges">1</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-63129836"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>2</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/63129836/getting-host-requires-authentication-while-sending-wms-getmap-api-request-in-q" class="question-hyperlink">Getting Host requires authentication while sending WMS GetMAP API request in QGIS</a></h3> <div class="excerpt">I am very new to QGIS tool.While sending WMS GetMAP API request using QGIS tool I am getting #Error Host requires authentication However when run that url in browser I am getting the expected MAP. How can I get rid of such error.Kindly…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/geoserver" class="post-tag grid--cell" title="show questions tagged 'geoserver'" rel="tag">geoserver</a> <a href="../../questions/tagged/qgis" class="post-tag grid--cell" title="show questions tagged 'qgis'" rel="tag">qgis</a> <a href="../../questions/tagged/wms" class="post-tag grid--cell" title="show questions tagged 'wms'" rel="tag">wms</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jul 28 '20 at 08:18">asked Jul 28 '20 at 08:18</time> <a href="../../users/10885684/kunduk" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/10885684.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="KunduK" /> </a> <div class="s-user-card--info"> <a href="../../users/10885684/kunduk" class="s-user-card--link">KunduK</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">32,888</li> <li class="s-award-bling s-award-bling__gold" title="5 gold badges">5</li> <li class="s-award-bling s-award-bling__silver" title="17 silver badges">17</li> <li class="s-award-bling s-award-bling__bronze" title="41 bronze badges">41</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-61202406"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>2</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>0</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/61202406/how-to-pass-username-password-to-basic-auth-external-wms-in-leaflet" class="question-hyperlink">How to pass username:password to basic auth external WMS in Leaflet</a></h3> <div class="excerpt">A governmental agency provides a WMS layer with basic authentication. I added and published it on my Geoserver and it worked, but I could not access the different styles, which is my main problem now. They suggested me to connect directly to their…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/leaflet" class="post-tag grid--cell" title="show questions tagged 'leaflet'" rel="tag">leaflet</a> <a href="../../questions/tagged/wms" class="post-tag grid--cell" title="show questions tagged 'wms'" rel="tag">wms</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Apr 14 '20 at 07:11">asked Apr 14 '20 at 07:11</time> <a href="../../users/11743810/agh" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/11743810.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="agh" /> </a> <div class="s-user-card--info"> <a href="../../users/11743810/agh" class="s-user-card--link">agh</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">107</li> <li class="s-award-bling s-award-bling__silver" title="1 silver badges">1</li> <li class="s-award-bling s-award-bling__bronze" title="12 bronze badges">12</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-60155655"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>2</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/60155655/how-to-do-statistics-with-tilewms-using-openlayers-and-geoserver" class="question-hyperlink">How to do statistics with TileWMS using OpenLayers and Geoserver</a></h3> <div class="excerpt">I'm working on a real state software with OpenLayers/Geoserver and what i have done so far is having a map with a WMS layer on it where i can display plot with certain conditions. I can only select one plot and get info thanks to the function…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/openlayers" class="post-tag grid--cell" title="show questions tagged 'openlayers'" rel="tag">openlayers</a> <a href="../../questions/tagged/geoserver" class="post-tag grid--cell" title="show questions tagged 'geoserver'" rel="tag">geoserver</a> <a href="../../questions/tagged/wms" class="post-tag grid--cell" title="show questions tagged 'wms'" rel="tag">wms</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Feb 10 '20 at 17:42">asked Feb 10 '20 at 17:42</time> <a href="../../users/12710121/nico" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/12710121.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Nico" /> </a> <div class="s-user-card--info"> <a href="../../users/12710121/nico" class="s-user-card--link">Nico</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">35</li> <li class="s-award-bling s-award-bling__bronze" title="5 bronze badges">5</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-59099691"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>2</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>0</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/59099691/how-to-validate-openlayers-map-bounding-box" class="question-hyperlink">How to validate openlayers map bounding box</a></h3> <div class="excerpt">I have couple of sub layers in WMS service. All of them have EX_GeographicBoundingBox with same format like: 0: 100 1: -50.0243292 2: 180.05332479999998 3: 0.0089988 except one layer has format like: 0: 12245143.9872601 1: -5621521.48619207 2:…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/wms" class="post-tag grid--cell" title="show questions tagged 'wms'" rel="tag">wms</a> <a href="../../questions/tagged/openlayers-5" class="post-tag grid--cell" title="show questions tagged 'openlayers-5'" rel="tag">openlayers-5</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Nov 29 '19 at 06:22">asked Nov 29 '19 at 06:22</time> <a href="../../users/12162818/hey" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/12162818.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Hey" /> </a> <div class="s-user-card--info"> <a href="../../users/12162818/hey" class="s-user-card--link">Hey</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">53</li> <li class="s-award-bling s-award-bling__bronze" title="4 bronze badges">4</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="s-pagination pager fr"> <a class="s-pagination--item" href="../../questions/tagged/wms_page=4" rel="prev" title="Go to page 4">Prev </a> <a class="s-pagination--item" href="../../questions/tagged/wms_page=1" rel="" title="Go to page 1">1</a> <a class="s-pagination--item" href="../../questions/tagged/wms_page=2" rel="" title="Go to page 2">2</a> <a class="s-pagination--item" href="../../questions/tagged/wms_page=3" rel="" title="Go to page 3">3</a> <div class="s-pagination--item s-pagination--item__clear">…</div> <a class="s-pagination--item" href="../../questions/tagged/wms_page=36" rel="" title="Go to page 36">36</a> <a class="s-pagination--item" href="../../questions/tagged/wms_page=37" rel="" title="Go to page 37">37</a> <a class="s-pagination--item" href="../../questions/tagged/wms_page=6" rel="next" title="Go to page 6"> Next</a> </div> </div> </div> </div> </div> <script src="../../static/js/stack-icons.js"></script> <script src="../../static/js/fromnow.js"></script> </body> </html>