Skip to content

Commit 5be6446

Browse files
committed
Enable context menu and worldmap v2 and v3
1 parent dc3bbb7 commit 5be6446

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

osmmap2.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
$local_conf['zoom'] = $zoom;
8484
$local_conf['center_lat'] = $center_lat;
8585
$local_conf['center_lng'] = $center_lng;
86-
$local_conf['contextmenu'] = 'false';
86+
$local_conf['contextmenu'] = 'true';
8787
$local_conf['control'] = true;
8888
$local_conf['img_popup'] = false;
8989
$local_conf['paths'] = osm_get_gps($page);

osmmap3.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
$local_conf['zoom'] = $zoom;
8484
$local_conf['center_lat'] = $center_lat;
8585
$local_conf['center_lng'] = $center_lng;
86-
$local_conf['contextmenu'] = 'false';
86+
$local_conf['contextmenu'] = 'true';
8787
$local_conf['control'] = true;
8888
$local_conf['img_popup'] = false;
8989
$local_conf['paths'] = osm_get_gps($page);

0 commit comments

Comments
 (0)