cancel
Showing results for 
Search instead for 
Did you mean: 

Geo_Map Basemap URL

Former Member
0 Kudos

Hello all,

I want to use the standard component, not the SDK ones, but I want to change the basemap URL. I looked almost at every post on SCN regarding this object but couldn't find something that could guide me towards changing the map source.

In this thread I found "as long as it respects the ESRI feature service implementation".


I googled this but couldn't find anything appropriate.


Can someone give me an example of using google maps or ios maps or another map vendor as the basemap URL?


Best regards,

Bogdan Popescu

Accepted Solutions (1)

Accepted Solutions (1)

mike_howles4
Active Contributor
0 Kudos

Google Maps probably not as they have a different map tile pattern.  Most any other map tile provider will work.  Just change the Base Map URL following the map tile patterns but replace {Z} with {LOD} and {x} with {X} and {y} with {Y}.  I have no idea why SAP adopted a different URL for that.  Also replace {s} with 1 as they don't support loadbalanced placeholders.  Here's a bunch:

Former Member
0 Kudos

Answers (1)

Answers (1)

TammyPowlas
Active Contributor
0 Kudos

I tested this; the GeoMap component seems to accept any .png file https://developers.arcgis.com/net/desktop/guide/GUID-C8C93F4A-5447-4721-9E87-88776C1DB7E2-web.png

Have you tried that?