You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am attempting to add the koop vector-tile endpoint as and ArcGIS Pro tile layer. I have tried the following:
register koop vector tile layer as a tile layer in ArcGIS Online (AGOL) - success
add koop AGOL tile layer to ArcGIS Pro - fail
add koop vector tile layer to ArcGIS Pro with 'Add data from path' - fail
Both failures result in the same behavior. The layer is added to the Pro contents pane but with an invalid data source red exclamation. Upon inspecting the network traffic, I see Pro is attempting to load the following url:
.../VectorTileServer/resources/styles/?f=json
It fails with a 404. Is ArcGIS Pro supported?
The text was updated successfully, but these errors were encountered:
tiles
and koop-output-vector-tiles is only providing tiles. You could define style JSON in a custom web app with the JSAPI, but Pro is going to look for a style + tiles every time.
I am attempting to add the koop vector-tile endpoint as and ArcGIS Pro tile layer. I have tried the following:
Both failures result in the same behavior. The layer is added to the Pro contents pane but with an invalid data source red exclamation. Upon inspecting the network traffic, I see Pro is attempting to load the following url:
.../VectorTileServer/resources/styles/?f=json
It fails with a 404. Is ArcGIS Pro supported?
The text was updated successfully, but these errors were encountered: