RadMap Demo - Adding OpenStreeyMap Layer
<telerik:RadMap ID="RadMap1" runat="server"> | |
<LayersCollection> | |
<telerik:MapLayer Type="Tile" Subdomains="a,b,c" | |
UrlTemplate="http://#= subdomain#.tile.openstreetmap.org/#= zoom #/#= x #/#= y #.png" | |
Attribution="© <a href='http://osm.org/copyright' title='OpenStreetMap contributors' target='_blank'>OpenStreetMap contributors</a>."> | |
</telerik:MapLayer> | |
</LayersCollection> | |
</telerik:RadMap> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment