Plugin info

Total downloads: 2,956
Active installs: 20
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 10/3/2014 (4106 days ago)
Added to WordPress: 9/28/2012 (13 years old)
Minimum WordPress version: 3.0
Tested up to WordPress version: 4.0.38
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 4106 days ago

20/100

Is GPXpress abandoned?

Possibly abandoned (last update 4106 days ago).

Compatibility

Requires WordPress: 3.0
Tested up to: 4.0.38
Requires PHP: f

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

GPXconnect
Rating 0.0/5 (0 reviews)Active installs 10
WP GPX Maps
Rating 4.1/5 (58 reviews)Active installs 4,000
Trackserver
Rating 5.0/5 (19 reviews)Active installs 400
Images with GPS on GoogleMaps
Rating 0.0/5 (0 reviews)Active installs 40
wp-tripkly
Rating 0.0/5 (0 reviews)Active installs 0
OSM – OpenStreetMap
Rating 4.6/5 (134 reviews)Active installs 10,000

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/

Credits

Icons from the Map Icons Collection.

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.

Review feed

No reviews available

Screenshots

  1. Example post with map.

    Example post with map.

  2. Settings screen.

    Settings screen.

Changelog

1.3

  • Enhancement: Update leaflet library to 0.7.
  • Enhancement: Add aerial map layer.
  • Enhancement: Only include javascript on pages that use the shortcode.

1.2

  • Enhancement: Allow multiple maps per page.

1.1

  • Enhancement: Add colour picker for path colour.
  • Enhancement: Add default demo.gpx for when src is not specified in [gpxpress] shortcode.
  • Enhancement: Add options for showing start and finish markers.
  • Bug Fix: Fix option handling code for upgrades.

1.0

  • Enhancement: Add GPX mime type to allowed uploads.
  • Enhancement: Add default width and height options.
  • Enhancement: Make default track colour magenta.

0.1

  • Initial release.