Angular Binding Imagery from Open Street Maps
The Open Street Maps is a free geographic imagery mapping service created collaboratively by OpenStreetMap© contributors from around the world. It provides geographic imagery tiles of the world only in road map style without any configuration options. This geographic imagery service can be accessed directly on www.OpenStreetMap.org web site. By the default, the Ignite UI for Angular map component displays geographic imagery from the Open Street Maps in the map background content using the OpenStreetMapImagery class. Therefore, there is no need to configure the control to display geographic imagery from the Open Street Maps.
Demo
Code Snippet
This code example explicitly sets BackgroundContent
of the map component to the IgxOpenStreetMapImagery
object which provides geographic imagery tile from the Open Street Maps.