gnu-social/plugins/Mapstraction
brunoccast c7afe2f86c [TRANSLATION] Update Plugin POs 2019-06-09 16:10:03 +01:00
..
OpenLayers Remove Google References 2016-03-20 13:06:58 +00:00
actions Update prepare() method on Action subclasses. 2016-06-01 02:26:44 +00:00
js Remove Google References 2016-03-20 13:06:58 +00:00
locale [TRANSLATION] Update Plugin POs 2019-06-09 16:10:03 +01:00
MapstractionPlugin.php [VersionBump] 1.19.0, fairly late 2019-06-07 15:02:08 +01:00
README Add plugin READMEs 2016-02-08 17:48:37 +00:00
usermap.js Initial move towards microformats2 2014-06-22 17:11:04 +02:00

README

The Mapstraction plugin provides map visualization of location data.

Show maps of users' and friends' notices with http://www.mapstraction.com/.

Installation
============
add "addPlugin('Mapstraction');"
to the bottom of your config.php

Settings
========
provider: Name of the service providing maps ('cloudmade', 'google', 'microsoft', 'openlayers', 'yahoo')
apikey: provider API key (or 'appid'), if required

Example
=======
addPlugin('Mapstraction', array(
    'provider' => 'openlayers',
    'apikey' => 'API_KEY'
));