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/
568 stars 163 forks source link

support arcgis tile package? #163

Open hoogw opened 2 years ago

hoogw commented 2 years ago

Would it support arcgis tile package?

I create a arcgis tile package, I want to upload it to somewhere and share it. I know I can upload mbtile to tileserver, then access it through url

Can I do the same thing with arcgis tile package.

click below link for details

https://desktop.arcgis.com/en/arcmap/10.3/map/working-with-arcmap/fundamentals-for-creating-tile-packages.htm

hoogw commented 2 years ago

How to make arcgis tile package available as WMTS llike mbtiles does?

What software can support arcgis tile package and publish it?

I do not see tileserver-php could support ESRI tile package, is it right?

hoogw commented 2 years ago

I found some clue to extract ESRI arcgis tile package, bundle file.

https://github.com/syncpoint/compact-cache-bundle

also found a post talk about it. https://github.com/Esri/raster-tiles-compactcache/issues/7

Can you use above nodejs code added into this maptiler, make it support ESRI tile package file?