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

Support changing the styleUrl for vector tiles #157

Closed
bsvensson opened this issue Nov 29, 2016 · 0 comments
Closed

Support changing the styleUrl for vector tiles #157

bsvensson opened this issue Nov 29, 2016 · 0 comments

Comments

@bsvensson
Copy link
Member

For "I want to ... Update the URLs of Services in a Web Map", I would like to see support for changing the URL in the styleUrl property of vector tile layers. See webmap spec at https://developers.arcgis.com/web-map-specification/objects/vectorTileLayer/,

e.g.

"baseMap": {
  "baseMapLayers": [
    {
      "id": "VectorTile_3132",
      "type": "VectorTileLayer",
      "layerType": "VectorTileLayer",
      "title": "Dark Blue Canvas",
      "styleUrl": "http://www.arcgis.com/sharing/rest/content/items/8e4423e88139420ca0f0a4edce03523c/resources/styles/root.json",
      "itemId": "8e4423e88139420ca0f0a4edce03523c",
      "visibility": true,
      "opacity": 1
    }
  ],
  "title": "Dark Gray Canvas"
},

item: http://www.arcgis.com/home/webmap/viewer.html?webmap=84bf6b30a1d740fba9f19774e00f0466

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

No branches or pull requests

2 participants