Changeset 381


Ignore:
Timestamp:
Aug 1, 2022, 12:47:45 PM (2 years ago)
Author:
alloc
Message:

Moved legacy web files to weblegacy - URL fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements2/weblegacy/js/map.js

    r366 r381  
    5454        // player icon
    5555        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',
    5858            iconSize: [25, 48],
    5959            iconAnchor: [12, 24],
     
    6363        // hostile icon
    6464        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',
    6767            iconSize: [25, 33],
    6868            iconAnchor: [12, 16],
     
    7272        // animal icon
    7373        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',
    7676            iconSize: [25, 26],
    7777            iconAnchor: [12, 13],
Note: See TracChangeset for help on using the changeset viewer.