1
0
forked from MTSR/mapserver

mogrify -resize 16 for lua controller image

This commit is contained in:
NatureFreshMilk 2019-02-15 14:45:35 +01:00
parent cad0cf6bd4
commit 5d6f0bba6a
3 changed files with 2 additions and 2 deletions

View File

@ -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