brunoccast c7afe2f86c [TRANSLATION] Update Plugin POs vor 5 Jahren
..
OpenLayers 11c57e7aee Remove Google References vor 8 Jahren
actions 9de79f0a36 Update prepare() method on Action subclasses. vor 8 Jahren
js 11c57e7aee Remove Google References vor 8 Jahren
locale c7afe2f86c [TRANSLATION] Update Plugin POs vor 5 Jahren
MapstractionPlugin.php 46f98b3142 [VersionBump] 1.19.0, fairly late vor 5 Jahren
README a614205663 Add plugin READMEs vor 8 Jahren
usermap.js 414a95a784 Initial move towards microformats2 vor 10 Jahren

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