How to use OpenStreetMap in a .net version 100 project

1410
2
04-06-2017 08:48 AM
Pierre-JeanMuller
New Contributor III

I have stored tiles that I need to use. I used webtiledLayer for my javascript project, OpenStreetMapLayer for my .net 10.2.7 project. 

What about the version 100. Is there any way to add an OpenStreetMap Layer to the map?

0 Kudos
2 Replies
Pierre-JeanMuller
New Contributor III
0 Kudos
MichaelBranscomb
Esri Frequent Contributor

Hi,

You can use that an interim solution (note it will not work in 3D in 100.0). For the upcoming 100.1 release we're planning to add support for several additional tiled layers (and deriving from ServiceImageTiledLayer should work in 3D too):

- BingMaps layer

- OpenStreetMap layer

- WebTiled layer (to support custom tiling schemes)

- WMTS layer

Cheers

Mike