Hi the solution that you provided does not solve this:
@(Html.EJ().Map("map")
.Layers(lr =>
{
lr.LayerType(Syncfusion.JavaScript.DataVisualization.Models.LayerType.OSM)
.UrlTemplate("http://a.tile.openstreetmap.org/level/tileX/tileY.png”);
})
)
I cannot get url to work as per your sample, please also provide example of plotting position on map using Latitude and Longitude.
Thanks
Edmund Herbert