Vendor more map js/css.

This commit is contained in:
Dan Albert
2021-11-20 19:13:26 -08:00
parent 12f420f50e
commit 69649d7496
11 changed files with 672 additions and 16 deletions

View File

@@ -4,29 +4,21 @@
<title>DCS Liberation Map</title>
<script src="qrc:///qtwebchannel/qwebchannel.js"></script>
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.7.1/dist/leaflet.css"
integrity="sha512-xodZBNTC5n17Xt2atTPuE1HxjVMSvLVW9ocqUKLsCC5CXdbqCmblAshOMAS6/keqq/sMZMZ19scR4PsZChSR7A=="
crossorigin=""/>
<script src="https://unpkg.com/leaflet@1.7.1/dist/leaflet.js"
integrity="sha512-XQoYMqMTK8LvdxXYG3nZ448hOEQiglfqkJs1NOQV44cWnUrBc8PkAOcXy20w0vlaXaVUearIOBhiXZ5V3ynxwA=="
crossorigin=""></script>
<link rel="stylesheet" href="lib/leaflet/leaflet.css" />
<script src="lib/leaflet/leaflet.js"></script>
<script src="https://unpkg.com/esri-leaflet@3.0.1/dist/esri-leaflet.js"
integrity="sha512-JmpptMCcCg+Rd6x0Dbg6w+mmyzs1M7chHCd9W8HPovnImG2nLAQWn3yltwxXRM7WjKKFFHOAKjjF2SC4CgiFBg=="
crossorigin=""></script>
<script src="lib/esri-leaflet/esri-leaflet.js"></script>
<link
rel="stylesheet"
href="https://unpkg.com/leaflet-groupedlayercontrol@0.6.1/dist/leaflet.groupedlayercontrol.min.css"
crossorigin="">
href="lib/leaflet-groupedlayercontrol/leaflet.groupedlayercontrol.min.css" />
<script
src="https://unpkg.com/leaflet-groupedlayercontrol@0.6.1/dist/leaflet.groupedlayercontrol.min.js"
integrity="sha384-XAr1poM2RCR9/QQFki7ylrGSdmvYE0NuHghuRuxb/k9zJQA53y6qR5te5jJRZlcL"
crossorigin="">
src="lib/leaflet-groupedlayercontrol/leaflet.groupedlayercontrol.min.js">
</script>
<link rel="stylesheet"
href="lib/leaflet-ruler/leaflet-ruler.css">
<link rel="stylesheet" href="lib/leaflet-ruler/leaflet-ruler.css">
<script src="lib/leaflet-ruler/leaflet-ruler.js"></script>
<script src="map.js" defer="defer"></script>
<style>
body { padding: 0; margin: 0; }