maptiler / tileserver-php

MBTiles and MapTiler folder hosting with TileJSON, OGC WMTS, UTFGrid interaction and web interface. QGIS & ESRI ArcGIS compatible. Runs on any Apache+PHP webhosting. MapBox Studio Vector Tiles hosting.
http://tileserver.maptiler.com/
564 stars 164 forks source link

urn:ogc:def:crs:EPSG:6.18:3:3857 is wrong and should be urn:ogc:def:crs:EPSG:6.18.3:3857 #157

Open ianturton opened 3 years ago

ianturton commented 3 years ago

This comes from a typo in the specification document (https://portal.ogc.org/files/?artifact_id=50398) and is causing problems for clients trying to consume your output.

mprins commented 3 years ago

I think its this line: https://github.com/maptiler/tileserver-php/blob/eb571b5d702734c5f02943a46e515129400742cc/tileserver.php#L915