Changeset 2360259
- Timestamp:
- 08/13/2020 02:54:03 PM (6 years ago)
- File:
-
- 1 edited
-
spotmap/trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
spotmap/trunk/readme.txt
r2360250 r2360259 6 6 License URI: http://www.gnu.org/licenses/gpl-2.0.html 7 7 Requires at least: 5.3 8 Tested up to: 5. 48 Tested up to: 5.5 9 9 Stable tag: trunk 10 10 … … 31 31 32 32 33 == Installation == 33 ## Installation 34 34 ### Test 35 35 After installing the plugin, head over to your Dashboard `Settings > Spotmap`. Add a feed by selecting `findmespot` from the dropdown and hit "Add Feed". … … 71 71 This will show a bigger map and the points are all in yellow: 72 72 73 ``` 74 [spotmap height=600 width=full feeds=spot colors=yellow] 75 ``` 73 ``` [spotmap height=600 width=full feeds=spot colors=yellow] ``` 76 74 77 75 78 76 This will show a map where we zoom into the last known position, and we only show data from the the first of May: 79 77 80 ``` 81 [spotmap mapcenter=last feeds=spot colors=red date-range-from="2020-05-01"] 82 ``` 78 `[spotmap mapcenter=last feeds=spot colors=red date-range-from="2020-05-01"]` 83 79 84 80 … … 100 96 The plugin uses the following thrid party services: 101 97 1. From [SPOT LLC](http://findmespot.com) it uses the [Public API](https://www.findmespot.com/en-us/support/spot-x/get-help/general/spot-api-support) to get the points. 102 1. (optionally) [Mapbox, Inc.](mapbox.com) To get satelite images and nice looking maps, you can sign up for a [Mapbox API Token](https://account.mapbox.com/access-tokens/). I recommend to restrict the token usage to your domain only.103 1. (optionally) [Thunderforest](thunderforest.com) To get another set of maps. Create an account [here](https://manage.thunderforest.com/users/sign_up?plan_id=5). Paste the key in the settings page.104 1. (optionally) [TimeZoneDB.com](TimeZoneDB.com) To calculate the localtime of sent positions. Create an account [here](https://timezonedb.com/register). Paste the key in the settings page.98 2. (optionally) [Mapbox, Inc.](mapbox.com) To get satelite images and nice looking maps, you can sign up for a [Mapbox API Token](https://account.mapbox.com/access-tokens/). I recommend to restrict the token usage to your domain only. 99 3. (optionally) [Thunderforest](thunderforest.com) To get another set of maps. Create an account [here](https://manage.thunderforest.com/users/sign_up?plan_id=5). Paste the key in the settings page. 100 4. (optionally) [TimeZoneDB.com](TimeZoneDB.com) To calculate the localtime of sent positions. Create an account [here](https://timezonedb.com/register). Paste the key in the settings page. 105 101 106 102
Note: See TracChangeset
for help on using the changeset viewer.