added settings for map on post
This commit is contained in:
@@ -8,7 +8,7 @@ function create_map(map_div) {
|
||||
disableDefaultUI: true,
|
||||
zoomControl: true,
|
||||
scaleControl: true,
|
||||
zoom: 2,
|
||||
zoom: map_zoom,
|
||||
gestureHandling: "cooperative",
|
||||
//gestureHandling: "greedy",
|
||||
//gestureHandling: "none",
|
||||
|
||||
@@ -41,6 +41,7 @@ function mp_init_map() {
|
||||
* - let icon_color_back = ""
|
||||
* - let icon_size = [x, y]
|
||||
* - let cluster_size_factor = Number
|
||||
* - let map_zoom = x
|
||||
* - let max_zoom = x
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user