diff --git a/_layouts/default.html b/_layouts/default.html index eae7291..4bd8c58 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -23,7 +23,7 @@
- + diff --git a/background.png b/static/background.png similarity index 100% rename from background.png rename to static/background.png diff --git a/static/images/layers-2x.png b/static/images/layers-2x.png new file mode 100644 index 0000000..200c333 Binary files /dev/null and b/static/images/layers-2x.png differ diff --git a/static/images/layers.png b/static/images/layers.png new file mode 100644 index 0000000..1a72e57 Binary files /dev/null and b/static/images/layers.png differ diff --git a/static/images/marker-icon-2x.png b/static/images/marker-icon-2x.png new file mode 100644 index 0000000..88f9e50 Binary files /dev/null and b/static/images/marker-icon-2x.png differ diff --git a/static/images/marker-icon.png b/static/images/marker-icon.png new file mode 100644 index 0000000..950edf2 Binary files /dev/null and b/static/images/marker-icon.png differ diff --git a/static/images/marker-shadow.png b/static/images/marker-shadow.png new file mode 100644 index 0000000..9fd2979 Binary files /dev/null and b/static/images/marker-shadow.png differ diff --git a/leaflet.css b/static/leaflet.css similarity index 100% rename from leaflet.css rename to static/leaflet.css diff --git a/leaflet.js b/static/leaflet.js similarity index 100% rename from leaflet.js rename to static/leaflet.js diff --git a/static/markers.js b/static/markers.js new file mode 100644 index 0000000..d2dc15f --- /dev/null +++ b/static/markers.js @@ -0,0 +1,3 @@ +L.marker([-10*mapZoom, -17*mapZoom]).addTo(MineTestMap) + .bindPopup("Spawn"); + // .openPopup();