Chimo 9de79f0a36 Update prepare() method on Action subclasses. 8 years ago
..
OpenLayers 11c57e7aee Remove Google References 8 years ago
actions 9de79f0a36 Update prepare() method on Action subclasses. 8 years ago
js 11c57e7aee Remove Google References 8 years ago
locale d7fd6bac72 Snapshot of the Transifex translation project - October 2015 9 years ago
MapstractionPlugin.php 980085a8a3 Merge branch 'master' of git.gnu.io:gnu/gnu-social into mmn_fixes 8 years ago
README a614205663 Add plugin READMEs 8 years ago
usermap.js 414a95a784 Initial move towards microformats2 10 years ago

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'
));