Diogo Cordeiro 1049080df5 [CORE] Move public resources to a /public directory il y a 6 ans
..
actions 9de79f0a36 Update prepare() method on Action subclasses. il y a 8 ans
locale c7afe2f86c [TRANSLATION] Update Plugin POs il y a 5 ans
MapstractionPlugin.php 5c0a3102ff [ROUTES] Allow accept-header specification during router creation il y a 5 ans
README a614205663 Add plugin READMEs il y a 8 ans

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