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
@@ -79,9 +79,9 @@ Yes. Update to the newest plugin version, and reset defaults in settings. You c
79
79
80
80
Yes, just give it a source URL: `[leaflet-geojson src="https://example.com/path/to.geojson"]` It will also support leaflet geojson styles or geojson.io styles. Add a popup message with `[leaflet-geojson popup_text="hello!"]`, or add HTML by adding it to the content of the shortcode: `[leaflet-geojson]<a href="#">Link here</a>[/leaflet-geojson]` or identify a geojson property with `popup_property`, and each shape will use its own popup text if available.
81
81
82
-
= Can I add kml? =
82
+
= Can I add kml/gpx? =
83
83
84
-
Sure!? Use the same attributes as leaflet-geojson (above), but use the `[leaflet-kml]` shortcode.
84
+
Sure!? Use the same attributes as leaflet-geojson (above), but use the `[leaflet-kml]` or `[leaflet-gpx]` shortcode.
85
85
86
86
= Can I add a message to a marker? =
87
87
@@ -120,6 +120,9 @@ Yes: use the keyword `attribution` in your shortcode (semi-colon separated list
120
120
121
121
== Changelog ==
122
122
123
+
= 2.8.6 =
124
+
* Added [leaflet-gpx] for GPX format
125
+
123
126
= 2.8.6 =
124
127
* Fix image shortcode ratio
125
128
@@ -260,6 +263,9 @@ Yes: use the keyword `attribution` in your shortcode (semi-colon separated list
0 commit comments