changeset 190:d6e16437ee06 gmap2

Adjust marker zoom level visibility ranges, again.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 12 Mar 2014 03:14:10 +0200
parents 6472cf413478
children 12c5c2ccaaa9
files markers.js
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/markers.js	Wed Mar 12 03:13:58 2014 +0200
+++ b/markers.js	Wed Mar 12 03:14:10 2014 +0200
@@ -123,14 +123,14 @@
       pmapCreateMarkerType(markers[nid], "builtin");
     }
 
-    pmapAddMarkers(pmapAreas["default"], 8, 11);
+    pmapAddMarkers(pmapAreas["default"], 7, 11);
     pmapAddMarkers(pmapAreas["guild"],   6, 11);
-    pmapAddMarkers(pmapAreas["shrine"],  8, 11);
+    pmapAddMarkers(pmapAreas["shrine"],  6, 11);
     pmapAddMarkers(pmapAreas["ferry"],   4, 11);
     pmapAddMarkers(pmapAreas["city"],    4, 11);
 
     pmapAddMarkers(pmapAreas["pcity"],   8, 11);
-    pmapAddMarkers(pmapAreas["fort"],    8, 11);
+    //pmapAddMarkers(pmapAreas["fort"],    8, 11);
     pmapMMgr.refresh();
 
     document.getElementById("sidecontent").innerHTML = pmapSideBuiltinHTML;