Plugin info

Total downloads: 3,850
Active installs: 40
Total reviews: 4
Average rating: 3.8
Support threads opened: 1
Support threads resolved: 1 (100%)
Available in: 1 language(s)
Contributors: 3
Last updated: 9/29/2021 (1554 days ago)
Added to WordPress: 1/10/2012 (13 years old)
Minimum WordPress version: 3.5
Tested up to WordPress version: 5.5.11
Minimum PHP version: 5.2.4

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 1554 days ago • Support resolved 100% • 4 reviews

32/100

Is OS OpenSpace Maps abandoned?

Possibly abandoned (last update 1554 days ago).

Compatibility

Requires WordPress: 3.5
Tested up to: 5.5.11
Requires PHP: 5.2.4

Similar & Alternatives

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

No similar plugins found yet.

Description

A plugin to display UK Ordnance Survey OpenSpace maps with markers and tracks.

Important Notice

Ordnance Survey has now withdrawn the OpenSpace service as of August 2021, having replaced it with their new OS Maps API on the OS Data Hub. The new service is much superior and there is a new OS DataHub Maps plugin available to use it. The new plugin uses the same shortcode and is compatible with the OpenSpace plugin, so you should not have to change your shortcodes. It contains several new features such as fullscreen view and elevation profiles.

If you want to display OS maps, install the OS DataHub Maps plugin instead and create a free account on the OS DataHub server. Do not install this plugin as you will not be able to activate an OS OpenSpace account and existing OpenSpace accounts will stop working soon (if they haven’t already).

Full instructions for using the OS DataHub Maps plugin and getting an account are available on the plugin homepage

Overview

This plugin works using the [osmap] shortcode anywhere in your post, page or custom post type content. It allows maps with markers or GPX/KML files to be shown.

The following attributes can be passed:

  • height="600" sets the height of the map div
  • width="800" sets the width of the map div. Leave blank to use available width.
  • scale="5" sets the initial zoom level
  • color="red" or color="#ff0000" (colour is also acceptable) sets the colour of the track shown from a file.
  • track="3" sets the width of the track shown from a file.
  • gpx="http://www.example.com/myfile.gpx" specifies a gpx file to be displayed
  • kml="http://www.example.com/myfile.kml" specifies a kml file to be displayed
  • markers="NY1234512345;Marker 1|54.454198,-3.211527;Marker 2" a list of positions and (optionally) labels separated by | with a ; between the position and label. Positions can be 6, 8 or 10 figure grid references or decimal lat long. Labels, if present, must be simple text.
  • markerfile="http://example.com/markers.txt" specifies a text file containing marker definitions, one per line. As above, position and label are separated by ;. In this case the label can include any text including HTML, should you wish to include links or other formatting.
  • centre="54.454198,-3.211527" sets the map centre point, to override the default centre or if not using markers or track files

Scale uses the OS scale values which are essentially multipliers on 1:10000 scale, so 5 represents 1:50000 and 100 represents 1:1M. The available scale values are 1, 2, 2.5, 4, 5, 10, 20, 50, 100, 200, 500, 1000, 2500. These are also listed on the help tab when you are editing a post or page.

To upload a KML or GPX file just use the WordPress media uploader and then copy the address of the uploaded file into the shortcode.

Examples

  • [osmap height="300" width="300" color="blue" gpx="http://www.example.co.uk/myfile.gpx"] displays a 300px by 300px window containing a blue track from the file specified.

  • [osmap markers="NY2000008000;Wasdale"]shows a default size and zoom window with a marker placed and the popup text “Wasdale”

Installation

  1. Go to the Plugins page in the admin area, search for openspace navigate to the plugin page and click install.
  2. Or download and extract os-openspace-maps.zip into the /wp-content/plugins/ directory. This will create a subfolder called os-openspace-maps containing the plugin files.
  3. Activate OS OpenSpace Maps through the ‘Plugins’ menu in WordPress
  4. Before the plugin will work you need to add your API key to the settings page on the dashboard.
  5. If you are running WordPress Multisite you (or your network administrator) will have to add KML and GPX files to the allowed file types under ‘Network Settings’ if you wish to upload these files.

Frequently Asked Questions

Where can I get support?

You can find more information on the plugin homepage

Ask questions in the support forum on the WordPress plugin page

Review feed

No reviews available

Screenshots

  1. A map embedded in a WordPress post

    A map embedded in a WordPress post

  2. The settings page

    The settings page

Changelog

1.3.4

  • Delete options on uninstall
  • Add warning about service withdrawal and link to new plugin

1.3.3

  • Fix a warning with PHP 7.3

1.3.2

  • Fix a warning with PHP 7.2

1.3.1

  • Fix order of initialisation which was causing a crash on update

1.3.0

  • Admin option to disable mousewheel zoom
  • Admin option to add GPX file download link
  • Option for GPX track width
  • Improved selection of map scale in shortcode attributes
  • Can define multiple markers in a text file
  • Can create map with neither markers nor GPX track
  • Works with http:// and https:// sites
  • Security problems addressed and settings validated
  • Fix incorrect map centring when using only lat/long coordinates
  • Improved help text

1.2.3

  • CSS fix for stripy map tiles after the OS changed OpenSpace

1.2.2

  • Fixed problem with WordPress versions earlier than 3.3
  • Added hooks and filters to allow plugins to modify output
  • Added proxy for GPX and KML files not on the wordpress host

1.2.1

  • Bug Fix

1.2

  • Multiple markers with auto zoom
  • API key checking
  • New help tabs added to options and post editing screens
  • Add multiple maps to post or pages
  • Able to use lat long for markers

1.1.1

  • Bug Fix

1.1

  • Only adds one row to the options table
  • Fixed feed bug

1.0

  • Initial Release