X-Git-Url: https://dev.renevier.net/gitweb.cgi?p=syp.git;a=blobdiff_plain;f=inc%2Fsettings.php;h=5d4910a7b4d6f253dfb4fc583f21fb204b538dce;hp=50797f0eafc9e932324834ae7dcf33c158ab6547;hb=12376baf148afee289fbb53dd16ee2a0841d5290;hpb=1cc7e39c1d097ef3a95aef04552a34f360723e6d diff --git a/inc/settings.php b/inc/settings.php index 50797f0..5d4910a 100644 --- a/inc/settings.php +++ b/inc/settings.php @@ -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); ?>