Reorganise project structure and namespaces. Remove Leaflet project and replace with Darnton.Blazor.Leaflet package.

This commit is contained in:
Bernard Darnton
2020-10-28 10:25:04 +13:00
parent 9576c5aa5b
commit 7dc4cea8ae
46 changed files with 431 additions and 441 deletions
+3 -3
View File
@@ -23,12 +23,12 @@
<a class="dismiss">🗙</a>
</div>
<script src="_framework/blazor.webassembly.js"></script>
<script src="_content/BlazorDeviceInterop/js/Geolocation.js"></script>
<script src="_content/Darnton.Blazor.DeviceInterop/js/Geolocation.js"></script>
<script src="https://unpkg.com/leaflet@1.7.1/dist/leaflet.js"
integrity="sha512-XQoYMqMTK8LvdxXYG3nZ448hOEQiglfqkJs1NOQV44cWnUrBc8PkAOcXy20w0vlaXaVUearIOBhiXZ5V3ynxwA=="
crossorigin=""></script>
<script src="_content/BlazorDeviceInterop.Components/device-interop.js"></script>
<script src="_content/BlazorDeviceInterop.Components/leaflet-map/leaflet-map.js"></script>
<script src="_content/Darnton.Blazor.Leaflet/device-interop.js"></script>
<script src="_content/Darnton.Blazor.Leaflet/leaflet-map/leaflet-map.js"></script>
</body>
</html>