Diogo Cordeiro a9c365a5eb [VersionBump] 2.0.0alpha0 4 년 전
..
actions 9de79f0a36 Update prepare() method on Action subclasses. 8 년 전
locale a9c365a5eb [VersionBump] 2.0.0alpha0 4 년 전
MapstractionPlugin.php b730582336 [CORE] Add GNUSOCIAL_ENGINE_REPO_URL and increase usage of GNUSOCIAL_ENGINE_URL 4 년 전
README a614205663 Add plugin READMEs 8 년 전

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