styled minimap for new caches; made minimap url configurable; fixed line-breaking in new caches list

This commit is contained in:
flopp
2013-05-16 19:56:37 +02:00
parent ea3e30d6b2
commit d8803d0d6b
4 changed files with 36 additions and 12 deletions
+9 -2
View File
@@ -305,7 +305,14 @@
*/
$opt['logic']['cachemaps']['url'] = 'http://maps.google.com/maps/api/staticmap?center={latitude},{longitude}&zoom={userzoom}&size=200x200&maptype=hybrid&markers=color:blue|label:|{latitude},{longitude}&sensor=false&key={gmkey}';
$opt['logic']['cachemaps']['iframe'] = false;
/* Minimap for the new-caches list on the front page.
* If the url string is empty, no minimap is displayed on the front page.
*
* Coordinates of new caches are appended to the url.
*/
$opt['logic']['minimapurl'] = 'http://maps.googleapis.com/maps/api/staticmap?sensor=false&size=220x220&maptype=roadmap&markers=color:blue|size:small';
/* target vars
* all _REQUEST-vars that identifiy the current page for target redirection after login
*/
@@ -554,4 +561,4 @@
// explanation of nature protection areas
$opt['cms']['npa'] = 'http://wiki.opencaching.de/index.php/Schutzgebiete';
?>
?>