Skip to content
Discussion options

You must be logged in to vote

All URLs in a TileJSON endpoint need to be absolute.

I have heard a rumour that ArcGIS strategically almost but not quite implements TileJSON just to steer people towards their propietary solutions.

In any case, should be an easy fix, just make sure the all TileJSON URLs are absolue. You can host it yourself somewhere (or as a GitHub Gist).

Or you can just drop the url here. In general you want to choose between a TileJSON url or a tiles array... Having both is not common.

  "sources": {
    "esri": {
      "type": "vector",
      "url": "https://vector.services.geodataonline.no/arcgis/rest/services/GeocacheVector/GeocacheGraatone_WM/VectorTileServer/",
      "maxzoom": 15,
      "tiles":…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by louwers
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants