]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/Mapstraction/README
Merge branch 'master' into mmn_fixes
[quix0rs-gnu-social.git] / plugins / Mapstraction / README
1 The Mapstraction plugin provides map visualization of location data.
2
3 Show maps of users' and friends' notices with http://www.mapstraction.com/.
4
5 Installation
6 ============
7 add "addPlugin('Mapstraction');"
8 to the bottom of your config.php
9
10 Settings
11 ========
12 provider: Name of the service providing maps ('cloudmade', 'google', 'microsoft', 'openlayers', 'yahoo')
13 apikey: provider API key (or 'appid'), if required
14
15 Example
16 =======
17 addPlugin('Mapstraction', array(
18     'provider' => 'openlayers',
19     'apikey' => 'API_KEY'
20 ));
21