koopjs / koop-output-vector-tiles

Apache License 2.0
17 stars 9 forks source link

Support for ArcGIS Pro Tile Layer #14

Open dhollema opened 4 years ago

dhollema commented 4 years ago

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?

rgwozdz commented 4 years ago

It has not been tested with Pro.

slibby commented 4 years ago

i think the key here is that Pro expects

kataya commented 2 years ago

It seems that "index.json" is required as well as "root.json".