Diogo Cordeiro 1049080df5 [CORE] Move public resources to a /public directory 6 years ago
..
actions 9de79f0a36 Update prepare() method on Action subclasses. 8 years ago
locale c7afe2f86c [TRANSLATION] Update Plugin POs 5 years ago
MapstractionPlugin.php 5c0a3102ff [ROUTES] Allow accept-header specification during router creation 5 years ago
README a614205663 Add plugin READMEs 8 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'
));