responsive infowindow
This commit is contained in:
@@ -30,7 +30,7 @@ function attach_info_window(map, marker, events, infowindow) {
|
||||
|
||||
let view_center = map.getCenter();
|
||||
// height must be half css value (mp_info_windows.css -> '--size: XXXpx;')
|
||||
let window_offset = { width: 0, height: 200 };
|
||||
let window_offset = { width: 0, height: 275 };
|
||||
|
||||
infowindow.setOptions({
|
||||
//disableAutoPan: true,
|
||||
|
||||
Reference in New Issue
Block a user