X-Git-Url: https://dev.renevier.net/gitweb.cgi?p=syp.git;a=blobdiff_plain;f=inc%2Fsettings.php.in;h=ed12c5f4d9de94ddae06623ed58d7a2c8fc0cee6;hp=5d4910a7b4d6f253dfb4fc583f21fb204b538dce;hb=0fb779168df5af03f2a74b6bf1766d5a1c0f1a7e;hpb=1fa9f86af76141dee786b45083ebcdb72f49981a diff --git a/inc/settings.php.in b/inc/settings.php.in index 5d4910a..ed12c5f 100644 --- a/inc/settings.php.in +++ b/inc/settings.php.in @@ -47,7 +47,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); ?>