OpenStreetMap plugin
| DOWNLOAD | FORUM |
- – - Display a map from another server on your OSM map – - -
0.) Install Wordpress OSM plugin.
1.) Check the license of the map you want to show.
2.) Choose the section and zoomlevel with the shortcode generator at OSM plugin settings page.
3.) Add the OpenStreetMap shortcode for an extern map:
- type=”Ext”
4.) Add detailled data of your extern map with these tags:
- extmap_type=”"…the layertype
- extmap_name=”"…any name for the map
- extmap_address=”"…URL to find the map
- extmap_init=”"…some more details for loading/init the maplayer
Shortcode for this map looks like this:
[*osm_map long="-0.163" lat="51.483" control="scaleline,scale" zoom="14" width="500" height="450" extmap_type="OSM" extmap_name="UK_Map" extmap_address="http://b.ooc.openstreetmap.org/os1/${z}/${x}/${y}.jpg" extmap_init="numZoomLevels: 17, transitionEffect: 'resize', sphericalMercator: true" type="ext"]
remove the *
| DOWNLOAD | FORUM |
