From 50007693272d15e2b95fcc46e212899d08071212 Mon Sep 17 00:00:00 2001 From: bastianonm Date: Wed, 14 Dec 2011 12:08:18 +0000 Subject: [PATCH] --- readme.txt | 17 +++++++++-------- screenshot-1.png => screenshot-1.jpg | Bin screenshot-2.png => screenshot-2.jpg | Bin wp-gpx-maps.php | 3 +-- wp-gpx-maps_Utils.php | 1 - 5 files changed, 10 insertions(+), 11 deletions(-) rename screenshot-1.png => screenshot-1.jpg (100%) rename screenshot-2.png => screenshot-2.jpg (100%) diff --git a/readme.txt b/readme.txt index bfb6c28..baf3ef1 100644 --- a/readme.txt +++ b/readme.txt @@ -11,7 +11,8 @@ Add a gpx trak with altitude graph == Description == -Add a gpx trak with altitude graph +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 map. +You can also point the track and move your cursor both in the usual map or in the altitude map. WP-GPX-Maps @@ -23,22 +24,22 @@ e.g. 1. Use the classic wordpress plugin installer or copy the plugins folder to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress -1. Add the shortcode [sgpx gpx=""] +1. Add the shortcode [sgpx gpx=">relative path to your gpx<"] == Frequently Asked Questions == -= Is it free? = - -Yes! - = What happening if I've a very large gpx? = This plugin will print a small amout of points in orther to speedup javascript and pageload. += Is it free? = + +Yes! + == Screenshots == -1. Result -2. Admin are +1. Screenshot Sample +2. Screenshot Admin area == Changelog == diff --git a/screenshot-1.png b/screenshot-1.jpg similarity index 100% rename from screenshot-1.png rename to screenshot-1.jpg diff --git a/screenshot-2.png b/screenshot-2.jpg similarity index 100% rename from screenshot-2.png rename to screenshot-2.jpg diff --git a/wp-gpx-maps.php b/wp-gpx-maps.php index 876e409..5c60837 100644 --- a/wp-gpx-maps.php +++ b/wp-gpx-maps.php @@ -146,5 +146,4 @@ function WP_GPX_Maps_html_page() { - +?> \ No newline at end of file diff --git a/wp-gpx-maps_Utils.php b/wp-gpx-maps_Utils.php index 75c9d13..26f5cb6 100644 --- a/wp-gpx-maps_Utils.php +++ b/wp-gpx-maps_Utils.php @@ -1,6 +1,5 @@