osmeditor4android icon indicating copy to clipboard operation
osmeditor4android copied to clipboard

Support WMTS endpoints

Open simonpoole opened this issue 7 years ago • 2 comments

It is likely possible to support WMTS endpoints (that support EPSG:3857 or EPSG:900913) with a minimum of effort.

simonpoole avatar Feb 01 '18 22:02 simonpoole

See also https://github.com/osmlab/editor-layer-index/issues/1213

simonpoole avatar Sep 07 '21 11:09 simonpoole

Not sure if it helps, but this is the code used in ELI to detect if a WMTS layer is TMS compatible: https://github.com/osmlab/editor-layer-index/blob/gh-pages/scripts/libeli/wmtshelper.py#L285-L308 respectively https://github.com/osmlab/editor-layer-index/blob/396153ce63597fd461e5728b4bed3556ec677cf7/scripts/libeli/wmtshelper.py#L78-L125

rbuffat avatar Jan 18 '22 21:01 rbuffat