maptiler/tileserver-php

support arcgis tile package?

hoogw opened this issue · 2 comments

hoogw commented

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

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

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.
Esri/raster-tiles-compactcache#7

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