init commit
BIN
dbapp/static/leaflet-markers/img/marker-icon-2x-black.png
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
dbapp/static/leaflet-markers/img/marker-icon-2x-blue.png
Normal file
|
After Width: | Height: | Size: 3.9 KiB |
BIN
dbapp/static/leaflet-markers/img/marker-icon-2x-gold.png
Normal file
|
After Width: | Height: | Size: 4.2 KiB |
BIN
dbapp/static/leaflet-markers/img/marker-icon-2x-green.png
Normal file
|
After Width: | Height: | Size: 4.1 KiB |
BIN
dbapp/static/leaflet-markers/img/marker-icon-2x-grey.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
dbapp/static/leaflet-markers/img/marker-icon-2x-orange.png
Normal file
|
After Width: | Height: | Size: 4.1 KiB |
BIN
dbapp/static/leaflet-markers/img/marker-icon-2x-red.png
Normal file
|
After Width: | Height: | Size: 4.1 KiB |
BIN
dbapp/static/leaflet-markers/img/marker-icon-2x-violet.png
Normal file
|
After Width: | Height: | Size: 4.1 KiB |
BIN
dbapp/static/leaflet-markers/img/marker-icon-2x-yellow.png
Normal file
|
After Width: | Height: | Size: 4.1 KiB |
BIN
dbapp/static/leaflet-markers/img/marker-icon-black.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
dbapp/static/leaflet-markers/img/marker-icon-blue.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
dbapp/static/leaflet-markers/img/marker-icon-gold.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
dbapp/static/leaflet-markers/img/marker-icon-green.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
dbapp/static/leaflet-markers/img/marker-icon-grey.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
dbapp/static/leaflet-markers/img/marker-icon-orange.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
dbapp/static/leaflet-markers/img/marker-icon-red.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
dbapp/static/leaflet-markers/img/marker-icon-violet.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
dbapp/static/leaflet-markers/img/marker-icon-yellow.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
dbapp/static/leaflet-markers/img/marker-shadow.png
Normal file
|
After Width: | Height: | Size: 608 B |
80
dbapp/static/leaflet-markers/js/leaflet-color-markers.js
Normal file
@@ -0,0 +1,80 @@
|
||||
var blueIcon = new L.Icon({
|
||||
iconUrl: 'img/marker-icon-2x-blue.png',
|
||||
shadowUrl: 'img/marker-shadow.png',
|
||||
iconSize: [25, 41],
|
||||
iconAnchor: [12, 41],
|
||||
popupAnchor: [1, -34],
|
||||
shadowSize: [41, 41]
|
||||
});
|
||||
|
||||
var goldIcon = new L.Icon({
|
||||
iconUrl: 'img/marker-icon-2x-gold.png',
|
||||
shadowUrl: 'img/marker-shadow.png',
|
||||
iconSize: [25, 41],
|
||||
iconAnchor: [12, 41],
|
||||
popupAnchor: [1, -34],
|
||||
shadowSize: [41, 41]
|
||||
});
|
||||
|
||||
var redIcon = new L.Icon({
|
||||
iconUrl: 'img/marker-icon-2x-red.png',
|
||||
shadowUrl: 'img/marker-shadow.png',
|
||||
iconSize: [25, 41],
|
||||
iconAnchor: [12, 41],
|
||||
popupAnchor: [1, -34],
|
||||
shadowSize: [41, 41]
|
||||
});
|
||||
|
||||
var greenIcon = new L.Icon({
|
||||
iconUrl: 'img/marker-icon-2x-green.png',
|
||||
shadowUrl: 'img/marker-shadow.png',
|
||||
iconSize: [25, 41],
|
||||
iconAnchor: [12, 41],
|
||||
popupAnchor: [1, -34],
|
||||
shadowSize: [41, 41]
|
||||
});
|
||||
|
||||
var orangeIcon = new L.Icon({
|
||||
iconUrl: 'img/marker-icon-2x-orange.png',
|
||||
shadowUrl: 'img/marker-shadow.png',
|
||||
iconSize: [25, 41],
|
||||
iconAnchor: [12, 41],
|
||||
popupAnchor: [1, -34],
|
||||
shadowSize: [41, 41]
|
||||
});
|
||||
|
||||
var yellowIcon = new L.Icon({
|
||||
iconUrl: 'img/marker-icon-2x-yellow.png',
|
||||
shadowUrl: 'img/marker-shadow.png',
|
||||
iconSize: [25, 41],
|
||||
iconAnchor: [12, 41],
|
||||
popupAnchor: [1, -34],
|
||||
shadowSize: [41, 41]
|
||||
});
|
||||
|
||||
var violetIcon = new L.Icon({
|
||||
iconUrl: 'img/marker-icon-2x-violet.png',
|
||||
shadowUrl: 'img/marker-shadow.png',
|
||||
iconSize: [25, 41],
|
||||
iconAnchor: [12, 41],
|
||||
popupAnchor: [1, -34],
|
||||
shadowSize: [41, 41]
|
||||
});
|
||||
|
||||
var greyIcon = new L.Icon({
|
||||
iconUrl: 'img/marker-icon-2x-grey.png',
|
||||
shadowUrl: 'img/marker-shadow.png',
|
||||
iconSize: [25, 41],
|
||||
iconAnchor: [12, 41],
|
||||
popupAnchor: [1, -34],
|
||||
shadowSize: [41, 41]
|
||||
});
|
||||
|
||||
var blackIcon = new L.Icon({
|
||||
iconUrl: 'img/marker-icon-2x-black.png',
|
||||
shadowUrl: 'img/marker-shadow.png',
|
||||
iconSize: [25, 41],
|
||||
iconAnchor: [12, 41],
|
||||
popupAnchor: [1, -34],
|
||||
shadowSize: [41, 41]
|
||||
});
|
||||