You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,10 +116,14 @@ A big thank you to the following projects and their contributors. Without their
116
116
117
117
### 0.9.30 ###
118
118
119
-
* Added Marker Clustering! Once enabled, Markers will be grouped together when they are close together. This can help to reduce clutter on the Map. You can enable this feature in Settings > Maps > Clustering, or using the `show_cluster="1"` Shortcode option. There are also settings to adjust the cluster radius and what what zoom level to start clustering at.
119
+
***Marker Clustering**
120
+
* Once enabled, Markers will be grouped together when they are close together. This can help to reduce clutter on the Map.
121
+
* You can enable this feature in Settings > Maps > Clustering, or using the `show_cluster="1"` Shortcode option.
122
+
* There are also settings to adjust the cluster radius and what what zoom level to start clustering at.
120
123
* Added `file_start_type` and `file_end_type` options to the <ahref="https://www.waymark.dev/docs/shortcodes/#shortcode-files">Shortcode Files</a> feature, which allow you to automatically add a Marker of the specified type to the start and/or end of all Lines in the file. Thanks to <ahref="https://wordpress.org/support/users/digbymaass/">digbymaass</a> for the <ahref="https://wordpress.org/support/topic/shortcode-option-for-start-marker/">suggestion</a>.
121
124
* Stop Elevation plugin from adjusting map bounds. Thanks to <ahref="https://wordpress.org/support/users/ellocosolo/">ellocosolo</a> for the <ahref="https://wordpress.org/support/topic/map_centre-and-map_zoom-shortcodes-cannot-be-used-at-the-same-time/">report</a>.
122
125
* Improved KML error handling when loading from URL.
126
+
* Improved rendering of multiple Maps through the Collection Shortcode.
Copy file name to clipboardExpand all lines: readme.txt
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -100,10 +100,14 @@ A big thank you to the following projects and their contributors. Without their
100
100
101
101
= 0.9.30 =
102
102
103
-
* Added Marker Clustering! Once enabled, Markers will be grouped together when they are close together. This can help to reduce clutter on the Map. You can enable this feature in Settings > Maps > Clustering, or using the `show_cluster="1"` Shortcode option. There are also settings to adjust the cluster radius and what what zoom level to start clustering at.
103
+
* **Marker Clustering**
104
+
* Once enabled, Markers will be grouped together when they are close together. This can help to reduce clutter on the Map.
105
+
* You can enable this feature in Settings > Maps > Clustering, or using the `show_cluster="1"` Shortcode option.
106
+
* There are also settings to adjust the cluster radius and what what zoom level to start clustering at.
104
107
* Added `file_start_type` and `file_end_type` options to the <a href="https://www.waymark.dev/docs/shortcodes/#shortcode-files">Shortcode Files</a> feature, which allow you to automatically add a Marker of the specified type to the start and/or end of all Lines in the file. Thanks to <a href="https://wordpress.org/support/users/digbymaass/">digbymaass</a> for the <a href="https://wordpress.org/support/topic/shortcode-option-for-start-marker/">suggestion</a>.
105
108
* Stop Elevation plugin from adjusting map bounds. Thanks to <a href="https://wordpress.org/support/users/ellocosolo/">ellocosolo</a> for the <a href="https://wordpress.org/support/topic/map_centre-and-map_zoom-shortcodes-cannot-be-used-at-the-same-time/">report</a>.
106
109
* Improved KML error handling when loading from URL.
110
+
* Improved rendering of multiple Maps through the Collection Shortcode.
0 commit comments