]> dev.renevier.net Git - syp.git/blobdiff - inc/settings.php
option to show popup near marker
[syp.git] / inc / settings.php
index 50797f0eafc9e932324834ae7dcf33c158ab6547..5d4910a7b4d6f253dfb4fc583f21fb204b538dce 100644 (file)
@@ -46,4 +46,8 @@ define ("THUMBSDIRURL", "");
 // max size (either width or height) of thumbnails. If one dimension of
 // uploaded image is bigger, images will be resized.
 define ("THUMBSMAXSIZE", 400);
+
+// if set to 0 (default), popup will appear at bottom right corner of the map.
+// If set to 1 or true, popup will appear near marker.
+define ("POPUPNEARFEATURE", 0);
 ?>