From c35492e71c0473399dcc106a7eabae68a89433ef Mon Sep 17 00:00:00 2001 From: bastianonm Date: Wed, 15 Feb 2012 16:25:40 +0000 Subject: [PATCH] --- readme.txt | 31 ++++++++++++++----------------- wp-gpx-maps_admin.php | 9 ++++++--- wp-gpx-maps_admin_settings.php | 2 +- 3 files changed, 21 insertions(+), 21 deletions(-) diff --git a/readme.txt b/readme.txt index 59ddaf6..8f13020 100644 --- a/readme.txt +++ b/readme.txt @@ -10,7 +10,7 @@ License: GPLv2 or later Draws a gpx track with altitude graph == Description == -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). +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). - iphone/ipad/ipod Compatible @@ -20,7 +20,7 @@ Thanks to: www.securcube.net, Bugs, problems, thanks and anything else here! -Supported gpx namespace are: +Supported gpx namespaces are: 1. http://www.topografix.com/GPX/1/0 @@ -50,13 +50,13 @@ The attributes are: 1. gheight: graph height -1. mtype: map aviable types are: HYBRID, ROADMAP, SATELLITE, TERRAIN +1. mtype: map available types are: HYBRID, ROADMAP, SATELLITE, TERRAIN 1. waypoints: print the gpx waypoints inside the map (default is FALSE) -1. donotreducegpx: Print all the point without reduce it (default is FALSE) +1. donotreducegpx: print all the point without reduce it (default is FALSE) -1. pointsoffset: Skip points closer than XX meters(default is 10) +1. pointsoffset: skip points closer than XX meters(default is 10) 1. uom: the unit of measure of distance/altitude are values are: 0, 1 (0 = meters, 1 = miles/feet) @@ -71,7 +71,7 @@ The attributes are: 1. uomspeed: the unit of measure of speed are: 0, 1, 2 (0 = m/s, 1 = km/h, 2 = miles/h) = What happening if I've a very large gpx? = -This plugin will print a small amout of points to to speedup javascript and pageload. +This plugin will print a small amout of points to speedup javascript and pageload. = Is it free? = Yes! @@ -86,10 +86,10 @@ Yes! = 1.1.6 = * improved charts * improved admin area -* added speed support (where aviable) +* added speed support (where available) * fixed mootools incompability = 1.1.5 = -* implemented cache (the plugin is much faster, especially on slow servers or external gpx) +* implemented cache (the plugin is faster, especially on slow servers or external gpx) * minor bug fixes = 1.1.4 = * improved admin area @@ -102,12 +102,12 @@ Yes! * Improved page load time * Added compatibility to Wordpress Multisite (WPMU) = 1.1.1 = -* minor bug fixes +* Minor bug fixes = 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) = 1.0.9 = -* minor bug fixes +* Minor bug fixes * Windows/IIS compatibility = 1.0.8 = * New icons (from google maps) @@ -116,7 +116,7 @@ Yes! * Added waypoints support * New icons = 1.0.6 = -* minor bug fixes +* Minor bug fixes = 1.0.5 = * Fixed javscript errors with slow javascript loading = 1.0.4 = @@ -124,13 +124,11 @@ Yes! * Added support for Garmin gpx (http://www.garmin.com/xmlschemas/GpxExtensions/v3 namespace) = 1.0.3 = * Added Settings link on plugins list -* Added attributes width, mheight, gheight, mtype on shortcode. +* Added attributes width, mheight, gheight, mtype on shortcode = 1.0.2 = -* You can manage your gpx files in the admin area. +* You can manage your gpx files in the admin area = 1.0.1 = -* Small changes on javascript localization. -= 1.0.0 = -* Initial release. +* Initial release == Upgrade Notice == = 1.1.6 = @@ -151,5 +149,4 @@ Yes! = 1.0.3 = = 1.0.2 = = 1.0.1 = -= 1.0.0 = Initial release. \ No newline at end of file diff --git a/wp-gpx-maps_admin.php b/wp-gpx-maps_admin.php index a3b787a..015be56 100644 --- a/wp-gpx-maps_admin.php +++ b/wp-gpx-maps_admin.php @@ -103,13 +103,16 @@ function WP_GPX_Maps_html_page() {
  • width: width in pixels
  • mheight: map height
  • gheight: graph height
  • -
  • mtype: map aviable types are: HYBRID, ROADMAP, SATELLITE, TERRAIN
  • +
  • mtype: map available types are: HYBRID, ROADMAP, SATELLITE, TERRAIN
  • waypoints: print the gpx waypoints inside the map (default is FALSE)
  • -
  • donotreducegpx: Print all the point without reduce it (default is FALSE)
  • -
  • pointsoffset: Skip points closer than XX meters(default is 10)
  • +
  • donotreducegpx: print all the point without reduce it (default is FALSE)
  • +
  • pointsoffset: skip points closer than XX meters(default is 10)
  • uom: the unit of measure values are: 0, 1 (0 = meters, 1 = miles/feet)
  • mlinecolor: map line color (default is #3366cc)
  • glinecolor: graph line color (default is #3366cc)
  • +
  • showspeed: show speed inside the chart (default is FALSE)
  • +
  • glinecolorspeed: speed line color (default is #ff0000)
  • +
  • uomspeed: the unit of measure of speed are: 0, 1, 2 (0 = m/s, 1 = km/h, 2 = miles/h)
  • diff --git a/wp-gpx-maps_admin_settings.php b/wp-gpx-maps_admin_settings.php index e153a4c..d319dc3 100644 --- a/wp-gpx-maps_admin_settings.php +++ b/wp-gpx-maps_admin_settings.php @@ -92,7 +92,7 @@ Show speed: - onchange="this.value = (this.checked)" />Show Speed (where aviable) + onchange="this.value = (this.checked)" />Show Speed (where available)