Index: binary-improvements2/weblegacy/js/map.js
===================================================================
--- binary-improvements2/weblegacy/js/map.js	(revision 380)
+++ binary-improvements2/weblegacy/js/map.js	(revision 381)
@@ -54,6 +54,6 @@
 	// player icon
 	var playerIcon = L.icon({
-	    iconUrl: '/static/leaflet/images/marker-survivor.png',
-	    iconRetinaUrl: '/static/leaflet/images/marker-survivor-2x.png',
+	    iconUrl: '/weblegacy/leaflet/images/marker-survivor.png',
+	    iconRetinaUrl: '/weblegacy/leaflet/images/marker-survivor-2x.png',
 	    iconSize: [25, 48],
 	    iconAnchor: [12, 24],
@@ -63,6 +63,6 @@
 	// hostile icon
 	var hostileIcon = L.icon({
-	    iconUrl: '/static/leaflet/images/marker-zombie.png',
-	    iconRetinaUrl: '/static/leaflet/images/marker-zombie-2x.png',
+	    iconUrl: '/weblegacy/leaflet/images/marker-zombie.png',
+	    iconRetinaUrl: '/weblegacy/leaflet/images/marker-zombie-2x.png',
 	    iconSize: [25, 33],
 	    iconAnchor: [12, 16],
@@ -72,6 +72,6 @@
 	// animal icon
 	var animalIcon = L.icon({
-	    iconUrl: '/static/leaflet/images/marker-animal.png',
-	    iconRetinaUrl: '/static/leaflet/images/marker-animal-2x.png',
+	    iconUrl: '/weblegacy/leaflet/images/marker-animal.png',
+	    iconRetinaUrl: '/weblegacy/leaflet/images/marker-animal-2x.png',
 	    iconSize: [25, 26],
 	    iconAnchor: [12, 13],
