Allow for bounds to be specified for WMS layers so requests aren't made outside the bbox
See original GitHub issueWMS layers have a BoundingBox defined which defines the location of the data. It is more efficient to not request data that is outside of the bounding box, because it just results in needless HTTP requests that result in empty/transparent tiles.
There should be a way to configure the bounding box for the layer for TileLayer.WMS, ideally accounting for the CRS.
Issue Analytics
- State:
- Created 10 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Bounding box coordinates and strange WMS behavior
I'm having trouble with using OpenLayers to render a GeoServer WMS layer. I have searched about it on the internet but have found...
Read more >WMS Layer Bounding Box Issues - Esri Community
Solved: I am trying to use a wms layer in my flex viewer (see ... When I specify wkid="4283" it sends the massive...
Read more >Using WMS service layers—ArcMap | Documentation
A WMS service layer is made up of three entries that are arranged hierarchically in the table of contents. At the top is...
Read more >Basics of the WMS specification | GEOG 585: Web Mapping
The WMS receives a request detailing the bounding box (or extent) of the map, the layers to include, the projection to use, and...
Read more >WMS Server — MapServer 8.0.0 documentation
A WMS (or Web Map Server) allows for use of data from several ... Layers set to STATUS ON or STATUS OFF can...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@kaynz @ericdahl Can you check if this is solved in
masterby #4646? If not, please provide a fiddle/codepen/playground that displays this behaviour.@ericdahl great to hear! Only took us a year to notice, but I’m closing this now. Thanks!