Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.vtpk support? #19

Open
sainsb opened this issue Dec 13, 2017 · 3 comments
Open

.vtpk support? #19

sainsb opened this issue Dec 13, 2017 · 3 comments

Comments

@sainsb
Copy link

sainsb commented Dec 13, 2017

Just curious if you plan to develop support for ESRI vector tile packages?
Looks like most of what you've written here should support ESRI bundled vector tiles to mbtiles but some of the initial parsing of the config files will need to change...

@brendan-ward
Copy link
Collaborator

@sainsb we have no plans to do this development. We are willing to accept a PR that does for vector tiles what we currently do for raster tiles: basic conversion from ArcGIS format to MBtiles format, and doesn't substantially increase the complexity of this application.

I have never used ESRI vector tile packages, so I don't have a good sense of the level of effort involved. Seems theoretically possible.

Are ESRI Vector Tiles the same vector tile format as Mapbox Vector Tile specification requires?

@pyRobShrk
Copy link

According to this link, and this link, it appears it's based on the Mapbox format. They also credit the Mapbox vector-tile-spec in their ArcGIS Pro Acknowledgments.

@brendan-ward
Copy link
Collaborator

Thanks for looking into this further, @pyRobShrk

At present we do not have plans to add this ourselves; all our workflows to generate vector tiles are outside the ArcGIS ecosystem.

We are open to a PR that adds this functionality.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants