davidkeen / gpxpress

This repository is mirrored from GitLab
https://gitlab.com/davidkeen/gpxpress
GNU General Public License v2.0
3 stars 1 forks source link

=== GPXpress === Contributors: davidkeen Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2ZJAG8WMAXLD2 Tags: geo, gpx, gps, navigation, maps Requires at least: 3.0 Tested up to: 4.0 Stable tag: 1.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html

Embed beautiful maps of GPX tracks.

== Description ==

This plugin uses the Leaflet JavaScript library and tiles from the Open MapQuest project to display beautiful maps of GPX tracks.

http://davidkeen.github.com/gpxpress/

== Installation ==

  1. Extract the zip file and drop the contents in the wp-content/plugins/ directory of your WordPress installation.
  2. Activate the plugin from the Plugins page.

== Frequently Asked Questions ==

= How do I add a map to a post? =

  1. Insert the [gpxpress] shortcode into your post where you want to display the map. Use the 'src' parameter to specify the URL of the GPX track you want to display.
  2. Use the optional 'width' and 'height' parameters to give the width and height of the map in pixels.
  3. Use the optional 'showstart' and 'showfinish' parameters to display a marker at the start and/or finish of a track.

Eg: [gpxpress src=http://www.example.com/my_file.gpx width=600 height=400 showstart=true showfinish=false].

You can set the default values for track colour, width, height and start/finish markers in the plugin settings.

= I don't have a GPX file handy, do you have one I can try? =

If you just insert the [gpxpress] shortcode without any 'src' parameter a default track will be used.

= How can I report a bug/feature request? =

Create an issue in the GitHub issue tracker.

== Screenshots ==

  1. Example post with map.
  2. Settings screen.

== Changelog ==

= 1.3 =

= 1.2 =

= 1.1 =

= 1.0 =

= 0.1 =

== Credits ==

Icons from the Map Icons Collection.