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 for ArcGIS Pro Tile Layer #14

Open
dhollema opened this issue Apr 9, 2020 · 3 comments
Open

Support for ArcGIS Pro Tile Layer #14

dhollema opened this issue Apr 9, 2020 · 3 comments

Comments

@dhollema
Copy link
Contributor

dhollema commented Apr 9, 2020

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?

@rgwozdz
Copy link
Member

rgwozdz commented Apr 13, 2020

It has not been tested with Pro.

@slibby
Copy link
Member

slibby commented Apr 17, 2020

i think the key here is that Pro expects

  • styles
  • 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.

@kataya
Copy link

kataya commented Oct 22, 2021

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

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

4 participants