@meridian/web-sdk
Advanced tools
Changelog
[1.15.0] - 2023-04-06
Minimum zoom level is now dynamically calculated and matches the initial map scale (further zooming out is not allowed). The previous default value was arbitrarily set to 1/60 of the actual map scale. See below for information on how to customize this value.
Maximum zoom level was changed to 8 which equals eight times the actual scale of the map. The previous default value was arbitrarily set to 14. See below for information on how to customize this value.
Minor styling modifications to Detail Overlay/Modal. See below for information on overriding default styles.
Option to specify a minimum zoom level (minZoomLevel). The default value is dynamically calculated and matches the initial map scale (further zooming out is not allowed).
Option to specify a maximum zoom level (maxZoomLevel). The default value is 8 which equals eight times the scale of the map.
Pan limiting functionality to help keep the map in view when zooming in/out.
New method to center the map while retaining the current scale. centerMap: () => void;
Output Placemark Description in Detail Overlay/Modal.
Additional Detail Overlay/Modal related classnames to target for styling.
Changelog
[1.14.2] - 2023-03-30
Changelog
[1.14.1] - 2023-03-16
Changelog
[1.14.0] - 2023-03-16
Changelog
[1.13.1] - 2023-03-14
Changelog
[1.13.0] - 2023-03-14
Changelog
[1.12.1] - 2023-03-06
Changelog
[1.12.0] - 2023-02-14
Changelog
[1.11.2] - 2023-01-10