]> dev.renevier.net Git - syp.git/blobdiff - inc/settings.php.in
postgresql support
[syp.git] / inc / settings.php.in
index 5d4910a7b4d6f253dfb4fc583f21fb204b538dce..845e6b2502b0715226152ca96c89763f5d4fd28d 100644 (file)
@@ -2,6 +2,9 @@
 /* Copyright (c) 2009 Arnaud Renevier, Inc, published under the modified BSD
    license. */
 
+// database type
+define ("DBTYPE", "mysql");
+
 // database hostname
 define ("DBHOST", "localhost");
 
@@ -47,7 +50,10 @@ define ("THUMBSDIRURL", "");
 // 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);
+// If set to 0 popup will appear near selected marker. 
+// If set to 1, popup will appear at top left corner of the map
+// If set to 2, popup will appear at top right corner of the map
+// If set to 3 (default), popup will appear at bottom right corner of the map
+// If set to 4, popup will appear at bottom left corner of the map
+define ("POPUPPOS", 3);
 ?>