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

Compatibility with EPSG:29882

Open danieltulp opened this issue 9 years ago • 1 comments

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 is because the WMTS service uses the EPSG:29882 projection. Altering the top left corner to the one the WMTS provides doesn't help.

danieltulp avatar Jan 21 '16 13:01 danieltulp

Seems like this plugin assumes EPSG:3857 matrixes unles one passes it as (undocumented) option... see https://github.com/alexandre-melard/leaflet.TileLayer.WMTS/blob/d5d162d60cb204a0f9dbde2905d5d68c790faf16/leaflet-tilelayer-wmts-src.js#L33

jnachtigall avatar Aug 26 '20 08:08 jnachtigall