This commit is contained in:
bastianonm 2011-12-14 12:08:18 +00:00
parent 13672ec9c6
commit 5000769327
5 changed files with 10 additions and 11 deletions

View File

@ -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="<relative path to your gpx>"]
1. Add the shortcode [sgpx gpx="&gt;relative path to your gpx&lt;"]
== 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 ==

View File

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 70 KiB

View File

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 35 KiB

View File

@ -146,5 +146,4 @@ function WP_GPX_Maps_html_page() {
</div>
<?php
}
?>
?>

View File

@ -1,6 +1,5 @@
<?php
function getPoints($gpxPath,$gpxOffset = 10)
{
$points = array();