How would I add this basemap into ArcGIS Online

875
2
Jump to solution
11-03-2016 12:23 PM
Noah_McLaughlin
New Contributor II

Heres the map I want to add: http://a.tiles.mapbox.com/v3/modilabs.map-mn6m9gre/page.html#1/48/101

The code is gives me is: 

<iframe width="100%" height="500px" frameBorder="0" src="http://a.tiles.mapbox.com/v3/modilabs.map-mn6m9gre.html?secure"></iframe>

Would I add it as tiles or as an arcgis web service?

Is it possible at all?

0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus

Noah,

   This is how I got it added:

  Choose Add > Add Layer from Web > A Tiled Layer >

URL: https://{subDomain}.tiles.mapbox.com/v3/modilabs.map-mn6m9gre/{level}/{col}/{row}.png

Title: your choice

Credits: whatever

Subdomains: a,b,c

View solution in original post

2 Replies
RobertScheitlin__GISP
MVP Emeritus

Noah,

   This is how I got it added:

  Choose Add > Add Layer from Web > A Tiled Layer >

URL: https://{subDomain}.tiles.mapbox.com/v3/modilabs.map-mn6m9gre/{level}/{col}/{row}.png

Title: your choice

Credits: whatever

Subdomains: a,b,c

Noah_McLaughlin
New Contributor II

Bang on, Thanks, Robert!

0 Kudos