<SfMaps ModelType="@typeof(IDataTemplate)" Height="430px"> <MapsCenterPosition Latitude=47.0613942 Longitude=15.437373></MapsCenterPosition> <MapsZoomSettings Enable="true" ZoomFactor=12></MapsZoomSettings> <MapsLayers> <MapsLayer LayerType="ShapeLayerType.OSM" AnimationDuration=0> </MapsLayer> </MapsLayers> </SfMaps>Cheers, Volker
|
@using Syncfusion.Blazor.Maps
<SfMaps>
<MapsCenterPosition Latitude=47.0613942
Longitude=15.437373></MapsCenterPosition>
<MapsZoomSettings Enable="true"
ZoomFactor=12></MapsZoomSettings>
<MapsLayers>
<MapsLayer LayerType="ShapeLayerType.OSM" TValue="string" UrlTemplate="https://tiles.wmflabs.org/bw-mapnik/level/tileX/tileY.png">
</MapsLayer>
</MapsLayers>
</SfMaps> |