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
'tip' => esc_attr__('Whether to cluster (group) Markers that are close together. Pro Tip! This will affect all Maps, but you can also enable/disable clustering through the Shortcode: [Waymark show_cluster="0"]', 'waymark'),
1023
+
'tip' => esc_attr__('Whether to cluster (stack) Markers that are close together. Pro Tip! This will affect all Maps, but you can also enable/disable clustering through the Shortcode: [Waymark show_cluster="0"]', 'waymark'),
Copy file name to clipboardExpand all lines: readme.md
+16-4Lines changed: 16 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,8 @@ Features:
22
22
* Easy to use, customisable and developer friendly.
23
23
* Use the <ahref="https://www.waymark.dev/docs/editor/">Editor</a> to create Maps containing Overlays (Markers, Lines and Shapes).
24
24
* Every Overlay can be given a title, image and description; which is displayed once the Overlay is clicked.
25
-
* Set styles and options once using <ahref="https://www.waymark.dev/docs/types/">Types</a>, then simply select the appropriate Type when adding an Overlay. Lines can display arrows to indicate direction.
25
+
* Set styles and options once using <ahref="https://www.waymark.dev/docs/types/">Types</a>, then simply select the appropriate Type when adding an Overlay.
26
+
* <ahref="https://www.waymark.dev/docs/marker-clustering/">Marker Clustering</a> and Line direction arrows supported.
26
27
* Add Maps to your content using the Waymark <ahref="https://www.waymark.dev/docs/shortcodes/">Shortcode</a>, or link to the <ahref="https://www.waymark.dev/map/route-map/">Map Details</a> page.
27
28
* <ahref="https://www.openstreetmap.org/fixthemap">OpenStreetMap</a> is the default <ahref="https://www.waymark.dev/docs/basemaps/">Basemap</a>, with support for multiple Basemaps.
28
29
* Images uploaded with location data (EXIF) will have a Marker placed where the photo was taken.
@@ -45,12 +46,23 @@ With Waymark enabled, click on the "Maps" link in the sidebar to create and edit
*[Suggest new features](https://wordpress.org/support/plugin/waymark/#new-topic-0)
60
+
*[Translate the plugin](https://translate.wordpress.org/projects/wp-plugins/waymark/)
61
+
*[Rate the plugin](https://wordpress.org/support/plugin/waymark/reviews/#new-post)
62
+
* Share with anyone that will listen how much you like Waymark :)
63
+
64
+
If you have anything bad to say, please <ahref="https://wordpress.org/support/plugin/waymark/#new-topic-0">get in touch</a> before leaving a review, so I can try to fix it.
65
+
54
66
### Does Waymark Support Google Maps? ###
55
67
56
68
While Google Basemaps can be added to Waymark, Waymark does not use the Google Maps API (it uses <ahref="https://leafletjs.com/">Leaflet</a>). There are other plugins available that are made specifically for Google Maps.
@@ -116,8 +128,8 @@ A big thank you to the following projects and their contributors. Without their
116
128
117
129
### 0.9.30 ###
118
130
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.
* Once enabled, Markers will be stacked when they are close together. This can help to reduce clutter on the Map.
121
133
* You can enable this feature in Settings > Maps > Clustering, or using the `show_cluster="1"` Shortcode option.
122
134
* There are also settings to adjust the cluster radius and what what zoom level to start clustering at.
123
135
* 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>.
Copy file name to clipboardExpand all lines: readme.txt
+16-4Lines changed: 16 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,8 @@ Features:
24
24
* Easy to use, customisable and developer friendly.
25
25
* Use the <a href="https://www.waymark.dev/docs/editor/">Editor</a> to create Maps containing Overlays (Markers, Lines and Shapes).
26
26
* Every Overlay can be given a title, image and description; which is displayed once the Overlay is clicked.
27
-
* Set styles and options once using <a href="https://www.waymark.dev/docs/types/">Types</a>, then simply select the appropriate Type when adding an Overlay. Lines can display arrows to indicate direction.
27
+
* Set styles and options once using <a href="https://www.waymark.dev/docs/types/">Types</a>, then simply select the appropriate Type when adding an Overlay.
28
+
* <a href="https://www.waymark.dev/docs/marker-clustering/">Marker Clustering</a> and Line direction arrows supported.
28
29
* Add Maps to your content using the Waymark <a href="https://www.waymark.dev/docs/shortcodes/">Shortcode</a>, or link to the <a href="https://www.waymark.dev/map/route-map/">Map Details</a> page.
29
30
* <a href="https://www.openstreetmap.org/fixthemap">OpenStreetMap</a> is the default <a href="https://www.waymark.dev/docs/basemaps/">Basemap</a>, with support for multiple Basemaps.
30
31
* Images uploaded with location data (EXIF) will have a Marker placed where the photo was taken.
@@ -49,12 +50,23 @@ With Waymark enabled, click on the "Maps" link in the sidebar to create and edit
* [Suggest new features](https://wordpress.org/support/plugin/waymark/#new-topic-0)
64
+
* [Translate the plugin](https://translate.wordpress.org/projects/wp-plugins/waymark/)
65
+
* [Rate the plugin](https://wordpress.org/support/plugin/waymark/reviews/#new-post)
66
+
* Share with anyone that will listen how much you like Waymark :)
67
+
68
+
If you have anything bad to say, please <a href="https://wordpress.org/support/plugin/waymark/#new-topic-0">get in touch</a> before leaving a review, so I can try to fix it.
69
+
58
70
= Does Waymark Support Google Maps? =
59
71
60
72
While Google Basemaps can be added to Waymark, Waymark does not use the Google Maps API (it uses <a href="https://leafletjs.com/">Leaflet</a>). There are other plugins available that are made specifically for Google Maps.
@@ -100,8 +112,8 @@ A big thank you to the following projects and their contributors. Without their
100
112
101
113
= 0.9.30 =
102
114
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.
* Once enabled, Markers will be stacked when they are close together. This can help to reduce clutter on the Map.
105
117
* You can enable this feature in Settings > Maps > Clustering, or using the `show_cluster="1"` Shortcode option.
106
118
* There are also settings to adjust the cluster radius and what what zoom level to start clustering at.
107
119
* 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>.
0 commit comments