changeset 112:fdcc76a8a74b gmap2

Adjust icons slightly.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 08 Mar 2014 20:25:55 +0200
parents 4e2dc1ed3bff
children ef9c0a193334
files icons.js
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/icons.js	Sat Feb 15 18:31:11 2014 +0200
+++ b/icons.js	Sat Mar 08 20:25:55 2014 +0200
@@ -15,11 +15,11 @@
 
 var icons = [];
 
-icons["ss"]         = getGIcon("pal2/icon14");
-icons["shrine"]     = getGIcon("pal2/icon11");
 icons["default"]    = getGIcon("orange-dot");
 icons["ferry"]      = getGIcon("purple-dot");
 icons["tradelane"]  = getGIcon("pink");
 icons["guild"]      = getGIcon("green-dot");
 icons["pcity"]      = getGIcon("blue");
 icons["city"]       = getGIcon("red-dot");
+icons["ss"]         = getGIcon("icon14");
+icons["shrine"]     = getGIcon("icon11");