Which URLs to whitelist using .NET SDK

531
1
12-11-2019 07:37 AM
chrishibler1
New Contributor II

We have customers that would like to use the openstreetmap base maps via the .NET SDK we use in our product. These systems require a firewall rule to allow access to the internet however. I've found the SDK accesses the tile servers https://a.tile.openstreetmap.orghttps://b.tile.openstreetmap.orghttps://c.tile.openstreetmap.org. What if any other URLs need to be whitelisted to use the .NET SDK with the openstreetmap basemap?

0 Kudos
1 Reply
MichaelBranscomb
Esri Frequent Contributor

Hi,

Your list is correct for the current OpenStreetMap support, where we use `https://{subDomain}.tile.openstreetmap.org/` with possible subDomain values of `a`, `b`, or `c`.

Regards

Mike

0 Kudos