Plugin Directory

Changeset 2360259


Ignore:
Timestamp:
08/13/2020 02:54:03 PM (6 years ago)
Author:
techtimo
Message:

Updating readme/assets from GitHub

File:
1 edited

Legend:

Unmodified
Added
Removed
  • spotmap/trunk/readme.txt

    r2360250 r2360259  
    66License URI: http://www.gnu.org/licenses/gpl-2.0.html
    77Requires at least: 5.3
    8 Tested up to: 5.4
     8Tested up to: 5.5
    99Stable tag: trunk
    1010
     
    3131
    3232
    33 == Installation ==
     33## Installation
    3434### Test
    3535After installing the plugin, head over to your Dashboard  `Settings > Spotmap`. Add a feed by selecting `findmespot` from the dropdown and hit "Add Feed".
     
    7171This will show a bigger map and the points are all in yellow:
    7272
    73 ```
    74 [spotmap height=600 width=full feeds=spot colors=yellow]
    75 ```
     73``` [spotmap height=600 width=full feeds=spot colors=yellow] ```
    7674
    7775
    7876This will show a map where we zoom into the last known position, and we only show data from the the first of May:
    7977
    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"]`
    8379
    8480
     
    10096The plugin uses the following thrid party services:
    101971.  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.
     982. (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.
     993. (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.
     1004. (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.
    105101
    106102
Note: See TracChangeset for help on using the changeset viewer.