Changeset 2360271
- Timestamp:
- 08/13/2020 03:00:50 PM (6 years ago)
- File:
-
- 1 edited
-
spotmap/trunk/readme.txt (modified) (10 diffs)
Legend:
- Unmodified
- Added
- Removed
-
spotmap/trunk/readme.txt
r2360259 r2360271 1 === Spotmap === 1 # Spotmap 2 2 Contributors: techtimo 3 3 Donate link: paypal.me/ebaytimo … … 7 7 Requires at least: 5.3 8 8 Tested up to: 5.5 9 Stable tag: trunk10 9 11 10 See your Spot device movements on an embedded map inside your Blog! 🗺 Add GPX tracks, routes and waypoints to see a planned route. 12 11 13 == Description == 12 ## Description 14 13 15 14 Spot does not offer a history of sent positions for more than 7 days. That's where Spotmap comes into the game: … … 32 31 33 32 ## Installation 34 ### Test 33 35 34 After installing the plugin, head over to your Dashboard `Settings > Spotmap`. Add a feed by selecting `findmespot` from the dropdown and hit "Add Feed". 36 35 … … 43 42 44 43 👉 If you need help to configure your map, post a question in the [support forum](https://wordpress.org/support/plugin/spotmap/). 👈 45 = Additional attributes = 44 ### Additional attributes 46 45 **To fine tune the map, there are some attributes we can pass with the shortcode:** 47 46 - `maps=opentopomap` will show only the opentopomap as map. Default `"openstreetmap,opentopomap"`. … … 56 55 - `date-range-to=2022-01-01 19:00` can be used to show all points until date and time X. 57 56 - `auto-reload=1` will auto update the map without the need to reload the page. 57 58 58 - `tiny-types=UNLIMITED-TRACK,STOP` can be used to configure if a point is shown with a big marker on the map or not 59 59 60 - `feeds` can be set, if multiple feeds get used. (See example below) 60 = GPX = 61 #### GPX 61 62 **The following attributes can be used to show GPX tracks:** 62 `gpx-name="Track 1,Track 2"` give the tracks a nice name. (Spaces can be used) 63 `gpx-url="yourwordpress.com/wp-content/track1.gpx,yourwordpress.com/wp-content/track2.gpx" specify the URL of the GPX files. (You can upload GPX files to your blog like an image) 64 `gpx-color="green,#347F33"` give your tracks some color. (It can be any color you can think of, or some hex values) 63 - `gpx-name="Track 1,Track 2"` give the tracks a nice name. (Spaces can be used) 64 65 - `gpx-url="yourwordpress.com/wp-content/track1.gpx,yourwordpress.com/wp-content/track2.gpx" specify the URL of the GPX files. (You can upload GPX files to your blog like an image) 66 67 - `gpx-color="green,#347F33"` give your tracks some color. (It can be any color you can think of, or some hex values) 65 68 66 69 If there are areas where tracks overlap each other, the track named first will be on top of the others. … … 71 74 This will show a bigger map and the points are all in yellow: 72 75 73 ` `` [spotmap height=600 width=full feeds=spot colors=yellow] ```76 `[spotmap height=600 width=full feeds=spot colors=yellow]` 74 77 75 78 … … 81 84 We can also show multiple feeds in different colors on a same day: 82 85 83 ``` 84 [spotmap mapcenter=last feeds=spot,spot2 colors=gray,green date="2020-06-01"] 85 ``` 86 `[spotmap mapcenter=last feeds=spot,spot2 colors=gray,green date="2020-06-01"]` 86 87 87 88 88 == Frequently Asked Questions == 89 ## Frequently Asked Questions 89 90 90 = How do I get my Feed ID? = 91 ### How do I get my Feed ID? 91 92 You need to create an XML Feed in your spot account. ([See here](https://github.com/techtimo/spotmap/issues/4#issuecomment-638001718) for more details) 92 93 Unless you like to group devices under one name, it's good to create one feed per device, so you can manage the devices independently. 93 94 Your XML Feed id should look similar to this: `0Wl3diTJcqqvncI6NNsoqJV5ygrFtQfBB` 94 95 95 = Which 3rd Party Services are getting used? = 96 ### Which 3rd Party Services are getting used? 96 97 The plugin uses the following thrid party services: 97 98 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. … … 101 102 102 103 103 = Can I use/add other maps? = 104 ### Can I use/add other maps? 104 105 Have you created your mapbox/thunderforest API key yet? If not this is a good way to start and get other map styles. 105 106 If you still search for another map search [here](https://leaflet-extras.github.io/leaflet-providers/preview/) and also [here](https://wiki.openstreetmap.org/wiki/Tiles). 106 107 If you have found a map, create a new post in the [support forum](https://wordpress.org/support/plugin/spotmap/). 107 108 108 = I have a question, an idea, ... = 109 ### I have a question, an idea, ... 109 110 Head over to the wordpress.org [support forum](https://wordpress.org/support/plugin/spotmap/), and ask your question there. I am happy to assist you. 110 111 If you found a bug, you can open an issue on the [GitHub Repo](https://github.com/techtimo/spotmap). (But you can also mentioned it in the forum 😉). 111 112 112 == Screenshots == 113 ## Screenshots 113 114 114 115 1. This screenshot was taken after using the plugin for 3 months. 115 116 2. You can click on every sent positions to get more information. Points sent from a 'normal' Tracking will appear as small dots. 116 117 117 == Changelog == 118 ## Changelog 118 119 = 0.9 = 119 120 … … 134 135 - First working draft 135 136 136 == Upgrade Notice == 137 ## Upgrade Notice 137 138 138 139 = 0.9 = … … 148 149 = 0.3 = 149 150 This version fixes a security related bug. Upgrade immediately. 151 152 ## My custom area
Note: See TracChangeset
for help on using the changeset viewer.