Replace icons for some TGOs.

Only covered about half of the types so far.

This also removes the clustering, since that doesn't really seem to be
needed with the newer icons.
This commit is contained in:
Dan Albert
2021-05-19 20:41:03 -07:00
parent 45985e1684
commit 3b62831401
56 changed files with 144 additions and 72 deletions

View File

@@ -24,20 +24,6 @@
integrity="sha384-XAr1poM2RCR9/QQFki7ylrGSdmvYE0NuHghuRuxb/k9zJQA53y6qR5te5jJRZlcL"
crossorigin="">
</script>
<link
rel="stylesheet"
href="https://unpkg.com/leaflet.markercluster@1.4.1/dist/MarkerCluster.css"
crossorigin="">
<link
rel="stylesheet"
href="https://unpkg.com/leaflet.markercluster@1.4.1/dist/MarkerCluster.Default.css"
crossorigin="">
<script
src="https://unpkg.com/leaflet.markercluster@1.4.1/dist/leaflet.markercluster.js"
integrity="sha384-RLIyj5q1b5XJTn0tqUhucRZe40nFTocRP91R/NkRJHwAe4XxnTV77FXy/vGLiec2"
crossorigin="">
</script>
<style>
body { padding: 0; margin: 0; }
html, body, #map { height: 100%; }