-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
executable file
·42 lines (25 loc) · 1.94 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
=== Map Garmin Activities ===
Contributors: coder-karen
Tags: gutenberg, block, mapbox, garmin
Tested up to: 6.3
Stable tag: 1.0.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Display start locations and GPX routes from your Garmin-recorded outdoor activities.
== Description ==
This block allows you to set a date range and select specific Garmin-recorded outdoor activities (eg. running, walking) - the start locations for those activities will then be overlaid on a Mapbox map as beacons with clickable info boxes. If the activity is public it will link to the full Garmin information for that activity, otherwise the popup will include the date, distance travelled and moving time.
If you set a 'to' date in the future, those activities will automatically show up on the map after you complete each.
Customizations available include marker (beacon) color, map border color, map border padding, as well as activity type and distance emasurement
This block also allows you to upload a GPX file to the media library and the route will display on a Mapbox map. Customizations include the ability to change the track color, track thickness, colour and zoom. Custom
Customizations in both cases include the map style, as well as zoom, pitch, bearing, longitude and latitude which is only relevant for initial map load (also useful if you only want to display a map with no GPX or live data).
== Installation ==
1. Upload the plugin files to the `/wp-content/plugins/map-garmin-activities` directory, or install the plugin through the WordPress plugins screen directly.
1. Activate the plugin through the 'Plugins' screen in WordPress
== Frequently Asked Questions ==
= How do I get a Mapbox API token? =
Visit https://mapbox.com to get a token.
= How many maps can I display on a post / page? =
Currently only one map per post / page will work.
== Changelog ==
= 1.0.0 =
* First Release