Update to Leaflet 0.1.12.

This commit is contained in:
Bernard Darnton
2020-11-23 21:00:41 +13:00
parent db73a789e7
commit 6f40dbb542
5 changed files with 27 additions and 28 deletions
+2 -2
View File
@@ -20,7 +20,7 @@
{
<p class="bg-light text-danger">Error: @CurrentPositionResult.Error.Message</p>
}
<LeafletMap Map="PositionMap" TileLayer="OpenStreetMapsTileLayer" />
<LeafletMap Map="PositionMap" TileLayer="PositionTileLayer" />
</div>
<div class="my-3">
@@ -38,5 +38,5 @@
</p>
<button class="btn btn-primary my-3" @onclick="TogglePositionWatch">@ToggleWatchCommand</button>
Watch handler id: @WatchHandlerId
<LeafletMap Map="WatchMap" TileLayer="OpenStreetMapsTileLayer" />
<LeafletMap Map="WatchMap" TileLayer="WatchTileLayer" />
</div>