Open danieltulp opened 8 years ago
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
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.