wp-gpx-maps/readme.txt

229 lines
6.6 KiB
Plaintext
Raw Normal View History

2012-02-15 16:04:18 +00:00
=== WP GPX Maps ===
2011-12-14 10:35:25 +00:00
Contributors: bastianonm
2012-03-17 11:46:00 +00:00
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8VHWLRW6JBTML
2012-04-12 14:49:22 +00:00
Tags: maps, gpx, gps, graph, chart, google maps, highcharts, track, garmin, image, nextgen-gallery, nextgen, exif, OpenStreetMap, OpenCycleMap, Hike&Bike, heart rate, heartrate, cadence
2011-12-14 10:35:25 +00:00
Requires at least: 2.0.0
Tested up to: 3.3
2012-04-12 14:49:22 +00:00
Stable tag: 1.1.16
2011-12-14 10:35:25 +00:00
License: GPLv2 or later
2011-12-19 13:27:22 +00:00
Draws a gpx track with altitude graph
2011-12-14 10:35:25 +00:00
== Description ==
2012-03-05 07:57:36 +00:00
2012-02-15 16:25:40 +00:00
This plugin has, as input, the GPX file with the track you've made and as output it shows the map of the track and an interactive altitude graph (where available).
2011-12-20 15:37:26 +00:00
2012-03-05 07:57:36 +00:00
Fully configurable: custom colors and icons to make the map look like your site.
2012-03-19 15:10:21 +00:00
Display your NextGen Gallery images inside the map! Check nextgen gallery EXIF support..
2012-03-17 11:46:00 +00:00
2011-12-19 13:27:22 +00:00
- iphone/ipad/ipod Compatible
2011-12-20 15:37:26 +00:00
2012-02-15 16:04:18 +00:00
Try this plugin: <a href="http://www.pedemontanadelgrappa.it/category/mappe/">http://www.pedemontanadelgrappa.it/category/mappe/</a>
2011-12-20 15:37:26 +00:00
2011-12-14 13:36:56 +00:00
Thanks to: <a href="http://www.securcube.net/">www.securcube.net</a>, <a href="http://www.darwinner.it/">www.darwinner.it</a>, <a href="http://www.pedemontanadelgrappa.it/">www.pedemontanadelgrappa.it</a>,
2011-12-20 15:37:26 +00:00
2012-03-01 06:53:31 +00:00
<a href="http://www.darwinner.it/featured/wp-gpx-maps/">Plugin page</a>
<a href="http://www.darwinner.it/forums/forum/wp-gpx-maps/">Support Forum</a>
2011-12-20 15:37:26 +00:00
2012-02-15 16:25:40 +00:00
Supported gpx namespaces are:
2011-12-20 15:37:26 +00:00
1. http://www.topografix.com/GPX/1/0
1. http://www.topografix.com/GPX/1/1
1. http://www.garmin.com/xmlschemas/GpxExtensions/v3
2011-12-14 10:35:25 +00:00
2012-04-07 09:11:37 +00:00
1. http://www.garmin.com/xmlschemas/TrackPointExtension/v1
2011-12-14 13:36:56 +00:00
== Installation ==
2011-12-20 15:37:26 +00:00
2011-12-14 10:35:25 +00:00
1. Use the classic wordpress plugin installer or copy the plugins folder to the `/wp-content/plugins/` directory
2011-12-20 15:37:26 +00:00
2011-12-14 10:35:25 +00:00
1. Activate the plugin through the 'Plugins' menu in WordPress
2011-12-20 15:37:26 +00:00
2012-01-24 17:05:59 +00:00
1. Add the shortcode [sgpx gpx="&gt;relative path to your gpx&lt;"] or [sgpx gpx="&gt;http://somesite.com/files/yourfile.gpx&lt;"]
2011-12-14 10:35:25 +00:00
== Frequently Asked Questions ==
2011-12-20 15:37:26 +00:00
2011-12-19 13:27:22 +00:00
= what are all available shortcode attributes? =
2011-12-20 15:37:26 +00:00
2011-12-19 13:27:22 +00:00
The attributes are:
2011-12-20 15:37:26 +00:00
2011-12-19 13:27:22 +00:00
1. gpx: relative path to gpx
2011-12-20 15:37:26 +00:00
2011-12-19 13:27:22 +00:00
1. width: width in pixels
2011-12-20 15:37:26 +00:00
2011-12-19 13:27:22 +00:00
1. mheight: map height
2011-12-20 15:37:26 +00:00
2011-12-19 13:27:22 +00:00
1. gheight: graph height
2011-12-20 15:37:26 +00:00
2012-02-15 16:25:40 +00:00
1. mtype: map available types are: HYBRID, ROADMAP, SATELLITE, TERRAIN
2011-12-20 15:37:26 +00:00
2011-12-24 14:37:05 +00:00
1. waypoints: print the gpx waypoints inside the map (default is FALSE)
2012-02-15 16:25:40 +00:00
1. donotreducegpx: print all the point without reduce it (default is FALSE)
2012-01-03 09:53:36 +00:00
2012-02-15 16:25:40 +00:00
1. pointsoffset: skip points closer than XX meters(default is 10)
2012-01-03 09:53:36 +00:00
2012-02-22 14:29:44 +00:00
1. uom: the unit of measure of distance/altitude are values are: 0, 1, 2 (0 = meters, 1 = feet/miles, 2 = meters/kilometers)
2012-01-28 11:56:52 +00:00
1. mlinecolor: map line color (default is #3366cc)
2012-02-15 16:04:18 +00:00
1. glinecolor: altitude line color (default is #3366cc)
2012-01-28 11:56:52 +00:00
2012-02-15 16:04:18 +00:00
1. showspeed: show speed inside the chart (default is FALSE)
2012-04-07 09:11:37 +00:00
1. showhr: show heart rate inside the chart (default is FALSE)
2012-04-12 14:49:22 +00:00
1. showcad: show cadence inside the chart (default is FALSE)
2012-02-15 16:04:18 +00:00
1. glinecolorspeed: speed line color (default is #ff0000)
2012-04-12 14:49:22 +00:00
1. glinecolorhr: heart rate line color (default is #ff77bd)
1. glinecolorcad: cadence line color (default is #beecff)
2012-04-07 09:11:37 +00:00
2012-02-15 16:04:18 +00:00
1. uomspeed: the unit of measure of speed are: 0, 1, 2 (0 = m/s, 1 = km/h, 2 = miles/h)
2011-12-14 10:35:25 +00:00
2012-03-05 07:57:36 +00:00
1. chartFrom1: minimun value for altitude chart
1. chartTo1: maxumin value for altitude chart
1. chartFrom2: minimun value for speed chart
1. chartTo2: maxumin value for speed chart
1. startIcon: Start track icon
1. endIcon: End track icon
1. currentIcon: Current position icon (when mouse hover)
2012-03-17 11:46:00 +00:00
1. nggalleries: NextGen Gallery id or a list of Galleries id separated by a comma
1. ngimages: NextGen Image id or a list of Images id separated by a comma
2012-03-05 07:57:36 +00:00
2012-04-07 09:11:37 +00:00
2011-12-14 10:35:25 +00:00
= What happening if I've a very large gpx? =
2012-02-15 16:25:40 +00:00
This plugin will print a small amout of points to speedup javascript and pageload.
2011-12-20 15:37:26 +00:00
2011-12-14 12:08:18 +00:00
= Is it free? =
Yes!
2011-12-14 10:35:25 +00:00
== Screenshots ==
2011-12-24 14:37:05 +00:00
1. Simple Gpx
1. Gpx with waypoints
2012-01-28 11:56:52 +00:00
2. Admin area - List of tracks
2. Admin area - Settings
2012-04-12 14:49:22 +00:00
2. Altitude & Speed
2. Altitude & Speed & Hearth rate
2011-12-14 10:35:25 +00:00
== Changelog ==
2012-04-12 14:49:22 +00:00
= 1.1.16 =
* Cadence chart (where available)
* minor bug fixes
2012-04-07 09:11:37 +00:00
= 1.1.15 =
* migration from google chart to highcharts. Highcharts are much better than google chart! This is the base for a new serie of improvements. Stay in touch for the next releases!
* heart rate chart (where available)
2012-04-04 15:38:07 +00:00
= 1.1.14 =
* added css to avoid map bars display issue
2012-03-20 07:31:51 +00:00
= 1.1.13 =
* added new types of maps: Open Street Map, Open Cycle Map, Hike & Bike.
* fixed nextgen gallery caching problem
2012-03-18 10:44:11 +00:00
= 1.1.12 =
* nextgen gallery display bug fixes
2012-03-17 11:46:00 +00:00
= 1.1.11 =
* nextgen gallery integration
* minor bug fixes
2012-03-05 07:57:36 +00:00
= 1.1.10 =
* Configurable Map Icons
* Chart scale configuration (max and min values)
= 1.1.9 =
2012-02-29 14:01:40 +00:00
= 1.1.8 =
* cache issues fixed
* added speed when not present in the gpx (derived from datetime)
2012-02-22 14:29:44 +00:00
= 1.1.7 =
* new unit of measure (meters/kilometers)
* mouse wheel scrolling issue fixed
* minor bug fixes
2012-02-15 16:04:18 +00:00
= 1.1.6 =
* improved charts
* improved admin area
2012-02-15 16:25:40 +00:00
* added speed support (where available)
2012-02-15 16:04:18 +00:00
* fixed mootools incompability
2012-02-07 13:06:51 +00:00
= 1.1.5 =
2012-02-15 16:25:40 +00:00
* implemented cache (the plugin is faster, especially on slow servers or external gpx)
2012-02-07 13:06:51 +00:00
* minor bug fixes
2012-01-28 11:56:52 +00:00
= 1.1.4 =
* improved admin area
* added miles/feet unit of measure
* added map line color and graph line color
* minor bug fixes
2012-01-24 17:05:59 +00:00
= 1.1.3 =
* Allowed gpx files from http url
2012-01-08 16:47:40 +00:00
= 1.1.2 =
* Improved page load time
* Added compatibility to Wordpress Multisite (WPMU)
2012-01-03 23:02:35 +00:00
= 1.1.1 =
2012-02-15 16:25:40 +00:00
* Minor bug fixes
2012-01-03 09:53:36 +00:00
= 1.1.0 =
* Added Advanced Setting in the Admin Area
* Added the shortcode for every entry in the admin area (easy to copy and paste in your posts)
2011-12-30 20:49:06 +00:00
= 1.0.9 =
2012-02-15 16:25:40 +00:00
* Minor bug fixes
2011-12-30 20:49:06 +00:00
* Windows/IIS compatibility
2011-12-29 09:54:00 +00:00
= 1.0.8 =
* New icons (from google maps)
* Added interactivity over the map
2011-12-24 14:37:05 +00:00
= 1.0.7 =
* Added waypoints support
* New icons
2011-12-21 13:45:55 +00:00
= 1.0.6 =
2012-02-15 16:25:40 +00:00
* Minor bug fixes
2011-12-20 17:17:24 +00:00
= 1.0.5 =
* Fixed javscript errors with slow javascript loading
2011-12-20 15:37:26 +00:00
= 1.0.4 =
* Fixed Upload file error
* Added support for Garmin gpx (http://www.garmin.com/xmlschemas/GpxExtensions/v3 namespace)
2011-12-19 13:27:22 +00:00
= 1.0.3 =
* Added Settings link on plugins list
2012-02-15 16:25:40 +00:00
* Added attributes width, mheight, gheight, mtype on shortcode
2011-12-15 16:03:29 +00:00
= 1.0.2 =
2012-02-15 16:25:40 +00:00
* You can manage your gpx files in the admin area
2011-12-14 13:05:57 +00:00
= 1.0.1 =
2012-02-15 16:25:40 +00:00
* Initial release
2011-12-15 16:03:29 +00:00
2011-12-19 13:27:22 +00:00
== Upgrade Notice ==
2012-04-12 14:49:22 +00:00
= 1.1.16 =
2012-04-07 09:11:37 +00:00
= 1.1.15 =
= 1.1.14 =
2012-03-20 07:31:51 +00:00
= 1.1.13 =
2012-03-18 10:44:11 +00:00
= 1.1.12 =
2012-03-17 11:46:00 +00:00
= 1.1.11 =
2012-03-05 07:57:36 +00:00
= 1.1.10 =
= 1.1.9 =
2012-02-29 14:01:40 +00:00
= 1.1.8 =
= 1.1.7 =
2012-02-15 16:04:18 +00:00
= 1.1.6 =
* Added speed support. To enable this feature please check the plugin settings
2012-02-07 13:06:51 +00:00
= 1.1.5 =
2012-01-28 11:56:52 +00:00
= 1.1.4 =
2012-01-24 17:05:59 +00:00
= 1.1.3 =
2012-01-08 16:47:40 +00:00
= 1.1.2 =
2012-01-03 23:02:35 +00:00
= 1.1.1 =
2012-01-03 09:53:36 +00:00
= 1.1.0 =
2011-12-30 20:49:06 +00:00
= 1.0.9 =
2011-12-29 09:54:00 +00:00
= 1.0.8 =
2011-12-24 14:37:05 +00:00
= 1.0.7 =
* Added waypoints support. To enable this feature please check the plugin settings
2011-12-21 13:45:55 +00:00
= 1.0.6 =
2011-12-20 17:17:24 +00:00
= 1.0.5 =
2011-12-20 15:37:26 +00:00
= 1.0.4 =
2011-12-19 13:27:22 +00:00
= 1.0.3 =
2011-12-15 16:03:29 +00:00
= 1.0.2 =
2011-12-19 13:27:22 +00:00
= 1.0.1 =
Initial release.