osmeditor4android
osmeditor4android copied to clipboard
Support WMTS endpoints
It is likely possible to support WMTS endpoints (that support EPSG:3857 or EPSG:900913) with a minimum of effort.
See also https://github.com/osmlab/editor-layer-index/issues/1213
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