forked from MTSR/mapserver
mogrify -resize 16 for lua controller image
This commit is contained in:
parent
cad0cf6bd4
commit
5d6f0bba6a
@ -3,7 +3,7 @@
|
||||
var LuacontrollerIcon = L.icon({
|
||||
iconUrl: 'pics/jeija_luacontroller_top.png',
|
||||
|
||||
iconSize: [16, 16], //TODO: 512px :O ...
|
||||
iconSize: [16, 16],
|
||||
iconAnchor: [8, 8],
|
||||
popupAnchor: [0, -16]
|
||||
});
|
||||
@ -11,7 +11,7 @@ var LuacontrollerIcon = L.icon({
|
||||
var LuacontrollerBurntIcon = L.icon({
|
||||
iconUrl: 'pics/jeija_luacontroller_burnt_top.png',
|
||||
|
||||
iconSize: [16, 16], //TODO: 512px :O ...
|
||||
iconSize: [16, 16],
|
||||
iconAnchor: [8, 8],
|
||||
popupAnchor: [0, -16]
|
||||
});
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 8.5 KiB After Width: | Height: | Size: 905 B |
Binary file not shown.
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 948 B |
Loading…
Reference in New Issue
Block a user