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

Editing custom vector tiles? #11

Open
mdefratti opened this issue Aug 17, 2018 · 3 comments
Open

Editing custom vector tiles? #11

mdefratti opened this issue Aug 17, 2018 · 3 comments

Comments

@mdefratti
Copy link

Should the editor also work with custom vector tiles? I saved an Esri vector basemap to my account, and uploaded a vector tile set from ArcGIS Pro to my account, but when I go into the editor only the Esri basemap is available to edit.

@odoe
Copy link
Collaborator

odoe commented Aug 19, 2018

I think it's because it ignores Hosted VT Layers.
https://github.com/Esri/arcgis-vectortile-style-editor/blob/master/app/main.js#L91

This was done because there was some issues in editing some Pro published VT services, but maybe I can turn that off and see if it works ok.

@odoe
Copy link
Collaborator

odoe commented Aug 19, 2018

Ah, here it is. Hosted styles are supposed to be read-only when published from Pro.
#6

@tfauvell
Copy link

tfauvell commented Feb 19, 2020

The VTSE gets around this by creating the editable tile layer for you at the time of saving your changes vs requiring the copied tile layer to be in your contents before firing up this app.

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