added map
This commit is contained in:
parent
13f85601f0
commit
13e01e21ae
1 changed files with 0 additions and 3 deletions
|
@ -2,13 +2,10 @@
|
|||
|
||||
@using Syncfusion.Blazor.Maps
|
||||
|
||||
@using Syncfusion.Blazor.Maps
|
||||
|
||||
<SfMaps>
|
||||
<MapsZoomSettings ZoomFactor="4"></MapsZoomSettings>
|
||||
<MapsCenterPosition Latitude="29.394708" Longitude="-94.954653"></MapsCenterPosition>
|
||||
<MapsLayers>
|
||||
<MapsLayer ShapeData='new {dataOptions= "https://cdn.syncfusion.com/maps/map-data/world-map.json"}' TValue="string">
|
||||
<MapsLayer UrlTemplate="https://tile.openstreetmap.org/level/tileX/tileY.png" TValue="string">
|
||||
@* Add marker *@
|
||||
<MapsMarkerSettings>
|
||||
|
|
Loading…
Reference in a new issue