Changeset 381
- Timestamp:
- Aug 1, 2022, 12:47:45 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements2/weblegacy/js/map.js
r366 r381 54 54 // player icon 55 55 var playerIcon = L.icon({ 56 iconUrl: '/ static/leaflet/images/marker-survivor.png',57 iconRetinaUrl: '/ static/leaflet/images/marker-survivor-2x.png',56 iconUrl: '/weblegacy/leaflet/images/marker-survivor.png', 57 iconRetinaUrl: '/weblegacy/leaflet/images/marker-survivor-2x.png', 58 58 iconSize: [25, 48], 59 59 iconAnchor: [12, 24], … … 63 63 // hostile icon 64 64 var hostileIcon = L.icon({ 65 iconUrl: '/ static/leaflet/images/marker-zombie.png',66 iconRetinaUrl: '/ static/leaflet/images/marker-zombie-2x.png',65 iconUrl: '/weblegacy/leaflet/images/marker-zombie.png', 66 iconRetinaUrl: '/weblegacy/leaflet/images/marker-zombie-2x.png', 67 67 iconSize: [25, 33], 68 68 iconAnchor: [12, 16], … … 72 72 // animal icon 73 73 var animalIcon = L.icon({ 74 iconUrl: '/ static/leaflet/images/marker-animal.png',75 iconRetinaUrl: '/ static/leaflet/images/marker-animal-2x.png',74 iconUrl: '/weblegacy/leaflet/images/marker-animal.png', 75 iconRetinaUrl: '/weblegacy/leaflet/images/marker-animal-2x.png', 76 76 iconSize: [25, 26], 77 77 iconAnchor: [12, 13],
Note:
See TracChangeset
for help on using the changeset viewer.