Example of OSM with Sublayer in Javascript Maps Control

/
/
OSM with Sublayer

This sample visualizes the location of Africa continent in the World map.

More Details...

Description

In this example, you can see how to render the geometric layers as sublayer on the OpenStreetMap. The outline of Africa continent is rendered using GeoJSON data on the top of the OpenStreetMap. Injecting Module The maps component features are segregated into individual modules by feature. To use the zooming feature, inject the Zoom module using the Maps.Inject(Zoom) method. More information on osm with sublayer can be found in this documentation section.