leaflet.TileLayer.WMTS icon indicating copy to clipboard operation
leaflet.TileLayer.WMTS copied to clipboard

Add WMTS layering for leaflet

Results 14 leaflet.TileLayer.WMTS issues
Sort by recently updated
recently updated
newest added

Hello, I need to show some WMTSs offered by QGIS server on leaflet map. Unfortunately, your module doesn't support QGIS server WMTS. Could you please let me know if there...

When computing tilerow number for the first row, the result of `let tilerow = -Math.round((nw.y - Y0) / tilewidth);` is 1 instead of 0 if using too "big" precision for...

Not sure if this is related to a Leaflet version change (Using RC 1.0.0) or a bug in the plugin The following function is assuming zoom as a second parameter...

I'm trying to use this to connect to https://www.basemap.at/wmts/1.0.0/WMTSCapabilities.xml. That server's `GetTile` requests have the following syntax: ``` https://maps1.wien.gv.at/basemap/geolandbasemap/{Style}/{TileMatrixSet}/{TileMatrix}/{TileRow}/{TileCol}.png ``` I think that leaflet.TileLayer.WMTS assumes a `key=val` querystring structure. However,...

I'm having trouble getting this to work with EPSG:29882. I keep getting a Colum is out of bounds error from the WMTS service, as it exceeds the max value. This...

Basically what the title says ... the library should actually fetch the data from the capabilities URL and use the data (bounding boxes, layers, and so on).

I'm writing a book, and build MapProxy as demo. URL: http://webgis.cn:6001/demo/ When calling WMTS as xyz format, it seems well. URL: http://webgis.cn/wmts-xyz.html and I want to introduce this plugin. However,...

Hi! As far as I can tell, the library assumes that the world starts at `-20037508.342789244 20037508.342789244`. This is not guaranteed and in fact in my use case (local overlays...

This line in `getTileUrl()` assumes that the WMTS service recognizes a prefix on the `TileMatrix` parameter: ```js var tilematrix = this.wmtsParams.tilematrixset + ":" + ident; ``` The service I'm working...

I have copied all sample code into my page say index.html. When I try to browse this page I got no map and in console I see error message: **leaflet-tilelayer-wmts.js:1...