Open Street Maps

The Open Street Maps AddOn allows you to add a latitude & longitude to a post in a way that works with the Open Street Maps plugin (OSM).

The simplest way is to attach an image or video to your email that has geolocation information embedded in it.

You can display a map of all your geo-tagged posts as described here: http://wp-osm-plugin.hanblog.net/geotag-posts-and-display-map-with-geotags/

Alternate Way

Alternatively you can supply some special text in your email:
{{location <latitude> <longitude>}}

For example:

We have finally arrived in Portland, Oregon!

{{location 45.52 -122.6819}}

Release History:

1.1.13- 2023-04-03

  • Handle images with GPS coordinates that are 0.

1.1.12 – 2023-03-30

  • Switch to composer version of PEL Library to fix PHP 8 error.

1.1.11 – 2023-01-20

  • Update GetID3 library.

1.1.10 – 2018-02-13

  • Update PEL library.

1.1.9 – 2017-06-28

  • Add support for postie_file_added_pre action so that we extract GPS info before the other WP actions have a opportunity to modify the file.

1.1.8 – 2017-06-20

  • getID3 update
  • Video: Use com.apple.quicktime.location.ISO6709 atom if exists
  • Fix pathing issue

1.1.7 – 2017-04-10

  • Fix issue when handling {{}} syntax in OSM 3.6+

1.1.6 – 2017-04-06

  • Updates to support OSM 3.6
  • More robust fallback EXIF handling

1.1.5 – 2017-04-06

  • Alternate logic for getting geolocation for broken versions of PHP.
  • Autoupdate

1.1.4 – 2017-03-30

  • Updated getID3 library to 1.9.14

1.1.3 – 2016-08-31

  • Update getID3 library to 1.9.12

1.1.2 – 2015-12-09

  • Support alternate geolocation encodings

1.1.1 – 2015-11-24

  • Add support for geolocating videos

1.1.0 – 2015-07-07

  • Now extracts geolocation information from image attachments when available.

1.0.2

  • Better support for unicode characters

1.0.1 – 2015-07-07

  • Initial public release