NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

I'm trying to use a web tile service I have hosted in ArcGIS Online as a custom background in OSM editor.

the url to query my tiles is:
https://tiles.arcgis.com/tiles/CnkB6jCzAsyli34z/arcgis/rest/services/AberdeenOrtho/
MapServer/WMTS/tile/1.0.0/AberdeenOrtho/default/default028mm/14/5264/2605.png?

however when i use the tokens:
https://tiles.arcgis.com/tiles/CnkB6jCzAsyli34z/arcgis/rest/services/AberdeenOrtho/
/WMTS/tile/1.0.0/AberdeenOrtho/default/default028mm/{zoom}/{x}/{y}.png?

I get nothing. Projection is WGS84 and tiling scheme is the standard google etc. I have lot's of GIS and esri experience but am relatively new to OSM. Any help would be greatly appreciated

asked 27 Feb '20, 01:34

Uncle%20Lope's gravatar image

Uncle Lope
11113
accept rate: 0%

edited 27 Feb '20, 02:20

Hi, if have the same issue as described here (X/Y swap between OSM and arcGIS), any idea how to solve/transpose this?

(09 Apr '21, 16:13) MarcelVanDer...

"...2606.png" looks east of "...2605.png" to me. Have you got x and y transposed?

The 'default' render seems with url schema: "http://[abc].tile.openstreetmap.org/zoom/x/y.png" seems to have equivalent tiles at:

https://b.tile.openstreetmap.org/14/2605/5264.png https://b.tile.openstreetmap.org/14/2606/5264.png

2605/52642606/5264

permanent link

answered 27 Feb '20, 07:54

InsertUser's gravatar image

InsertUser
11.0k1369185
accept rate: 19%

edited 27 Feb '20, 07:55

Hi, if have the same issue as described here (X/Y swap between OSM and arcGIS), any idea how to solve/transpose this?

permanent link

answered 09 Apr '21, 16:13

MarcelVanDerJagt's gravatar image

MarcelVanDer...
1
accept rate: 0%

https://tiles.arcgis.com/tiles/CnkB6jCzAsyli34z/arcgis/rest/services/AberdeenOrtho/ /WMTS/tile/1.0.0/AberdeenOrtho/default/default028mm/{zoom}/{x}/{y}.png? just flip the last two values so it would be /{zoom}/{y}/{x}

permanent link

answered 13 Apr '21, 18:55

Uncle%20Lope's gravatar image

Uncle Lope
11113
accept rate: 0%

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×15
×11

question asked: 27 Feb '20, 01:34

question was seen: 1,664 times

last updated: 13 Apr '21, 18:55

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum