tileserver-php icon indicating copy to clipboard operation
tileserver-php copied to clipboard

support arcgis tile package?

Open hoogw opened this issue 4 years ago • 2 comments

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 avatar Dec 29 '21 22:12 hoogw

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 avatar Dec 29 '21 22:12 hoogw

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?

hoogw avatar Dec 30 '21 17:12 hoogw