Changeset 487794
- Timestamp:
- 01/10/2012 09:40:25 PM (14 years ago)
- File:
-
- 1 edited
-
os-openspace-maps/trunk/Readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
os-openspace-maps/trunk/Readme.txt
r487786 r487794 1 readme for Openspace Wordpress Plugin By Jon Lynch 1 === OS Openspace Maps === 2 Contributors: jonlynch 3 Donate link: http://example.com/ 4 Tags: maps, OS Openspace 5 Requires at least: 3.0 6 Tested up to: 3.3.1 7 Stable tag: 1.1 2 8 3 Installation - Unzip the os-maps.zip into your plugins directory. It should create a dirctory 4 called os-maps containing the plugin. Then activate the plugin from the wordpress dashboard. 5 Before the plugin will work you need to add your API key to the settings page on the dashboard. 9 A plugin to display UK Ordinance Survey maps with markers and tracks. 6 10 7 This plugin works using the [osmap] shortcode anywhere in your post content. 11 == Description == 12 13 This plugin works using the `[osmap]` shortcode anywhere in your post content. 8 14 9 15 Currently the plugin only displays one marker from an OS grid reference or a gpx file or a kml … … 12 18 the following parameters can be passed: 13 19 14 height="xxx" sets the height of the map div 15 width="xxx" sets the width of the map div 16 color="red" or color="#ff0000" sets the colour of the lines note the US spelling 17 gpx="http://www.example.com/myfile.gpx" specifies a gpx file to be displayed 18 kml="http://www.example.com/myfile.kml" specifies a kml file to be displayed 19 grid="ab1234512345" places a marker at ab1234512345 (only if there is no gpx file specified) 20 this can be a 6, 8 or 10 figure grid reference but must include the two letters. 21 zoom="x" sets the zoom level (unless a gpx file is displayed when the map auto zooms) 22 try starting at 7 and have a play adjusting it to suit 23 label="text here" sets the text for a popup for a marker 20 * `height="xxx"` sets the height of the map div 21 * `width="xxx"` sets the width of the map div 22 * `color="red"` or `color="#ff0000"` sets the colour of the lines note the US spelling 23 * `gpx="http://www.example.com/myfile.gpx"` specifies a gpx file to be displayed 24 * `kml="http://www.example.com/myfile.kml"` specifies a kml file to be displayed 25 * `grid="ab1234512345"` places a marker at ab1234512345 (only if there is no gpx file specified) this can be a 6, 8 or 10 figure grid reference but must include the two letters. 26 * `zoom="x"` sets the zoom level (unless a gpx file is displayed when the map auto zooms) try starting at 7 and have a play adjusting it to suit 27 * `label="text here"` sets the text for a popup for a marker 24 28 25 eg [osmap height="300" width="300" color="yellow" gpx="http://www.jonlynch.co.uk/myfile.gpx"] 26 displays a 300px by 300px window containing a yellow track from the file specified.29 = Examples = 30 * `[osmap height="300" width="300" color="yellow" gpx="http://www.jonlynch.co.uk/myfile.gpx"]` displays a 300px by 300px window containing a yellow track from the file specified. 27 31 28 [osmap grid="NY2000008000" label="Wasdale"] 29 shows a default size and zoom window with a marker placed and the popup text "Wasdale" 32 * `[osmap grid="NY2000008000" label="Wasdale"]`shows a default size and zoom window with a marker placed and the popup text "Wasdale" 30 33 34 == Installation == 35 36 1. Unzip the os-maps.zip into your plugins directory. It should create a dirctory called os-maps containing the plugin. 37 1. Activate the plugin from the wordpress dashboard. 38 1. Before the plugin will work you need to add your API key to the settings page on the dashboard. 39 40 == Frequently Asked Questions == 41 42 = A question that someone might have = 43 44 An answer to that question. 45 46 = What about foo bar? = 47 48 Answer to foo bar dilemma. 49 50 == Screenshots == 51 52 1. This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Note that the screenshot is taken from 53 the directory of the stable readme.txt, so in this case, `/tags/4.3/screenshot-1.png` (or jpg, jpeg, gif) 54 2. This is the second screen shot 55 56 == Changelog == 57 58 = 1.1 = 59 * Only adds one row to the options table 60 * Fixed feed bug 61 62 = 1.0 = 63 * Initial Release 64 65 == Upgrade Notice == 66 67 = 1.0 = 68 * Fixes feed bug
Note: See TracChangeset
for help on using the changeset viewer.