wp-gpx-maps/readme.txt

117 lines
3.5 KiB
Plaintext
Raw Normal View History

2011-12-14 10:35:25 +00:00
=== WP-GPX-Maps ===
Contributors: bastianonm
2011-12-19 13:27:22 +00:00
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=bastianonm@hotmail.com&item_name=WP-GRX-Maps&item_number=WP-GRX-Maps&amount=5&currency_code=EUR
2011-12-21 13:45:55 +00:00
Tags: maps, gpx, gps, graph, google maps, google chart, track, garmin
2011-12-14 10:35:25 +00:00
Requires at least: 2.0.0
Tested up to: 3.3
2012-01-03 09:53:36 +00:00
Stable tag: 1.1.0
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 ==
2011-12-20 15:37:26 +00:00
This plugin has, as input, the GPX file with the track you've made. As output it shows the map of the track, fixed with an altitude graph (where aviable).
2011-12-19 13:27:22 +00:00
- iphone/ipad/ipod Compatible
2011-12-20 15:37:26 +00:00
2011-12-14 13:36:56 +00:00
Try this plugin on <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
2011-12-21 13:45:55 +00:00
<a href="http://www.darwinner.it/featured/wp-gpx-maps/">Bugs, problems, thanks and anything else here!</a>
2011-12-20 15:37:26 +00:00
Supported gpx namespace are:
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
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
2011-12-14 12:08:18 +00:00
1. Add the shortcode [sgpx gpx="&gt;relative path to your 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
2011-12-19 13:27:22 +00:00
1. mtype: map aviable 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-01-03 09:53:36 +00:00
1. donotreducegpx: Print all the point without reduce it (default is FALSE)
1. pointsoffset: Skip points closer than XX meters(default is 10)
2011-12-24 14:37:05 +00:00
shortcode with all the attributes : [sgpx gpx="&gt;relative path to your gpx&lt;" width=100% mheight=300px gheight=200px mtype=SATELLITE waypoints=true]
2011-12-14 10:35:25 +00:00
= What happening if I've a very large gpx? =
2011-12-14 13:10:12 +00:00
This plugin will print a small amout of points to 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
2. Admin area
2011-12-14 10:35:25 +00:00
== Changelog ==
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 =
2011-12-30 21:04:31 +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 =
2011-12-30 21:04:31 +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
* Added attributes width, mheight, gheight, mtype on shortcode.
2011-12-15 16:03:29 +00:00
= 1.0.2 =
* You can manage your gpx files in the admin area.
2011-12-14 13:05:57 +00:00
= 1.0.1 =
2011-12-19 13:27:22 +00:00
* Small changes on javascript localization.
= 1.0.0 =
* Initial release.
2011-12-15 16:03:29 +00:00
2011-12-19 13:27:22 +00:00
== Upgrade Notice ==
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 =
= 1.0.0 =
Initial release.