gnu-social/plugins/Mapstraction
Chimo 9de79f0a36 Update prepare() method on Action subclasses.
Fixes handle()-related strict warnings such as "Strict Standards:
Declaration of AdminPanelAction::prepare() should be compatible with
Action::prepare(array $args = Array)

Ref. #190
2016-06-01 02:26:44 +00: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 Snapshot of the Transifex translation project - October 2015 2015-10-04 18:23:01 +02:00
MapstractionPlugin.php Merge branch 'master' of git.gnu.io:gnu/gnu-social into mmn_fixes 2016-03-21 03:10:19 +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'
));