README 527 B

12345678910111213141516171819202122
  1. The Mapstraction plugin provides map visualization of location data.
  2. Show maps of users' and friends' notices with http://www.mapstraction.com/.
  3. Installation
  4. ============
  5. add "addPlugin('Mapstraction');"
  6. to the bottom of your config.php
  7. Settings
  8. ========
  9. provider: Name of the service providing maps ('cloudmade', 'google', 'microsoft', 'openlayers', 'yahoo')
  10. apikey: provider API key (or 'appid'), if required
  11. Example
  12. =======
  13. addPlugin('Mapstraction', array(
  14. 'provider' => 'openlayers',
  15. 'apikey' => 'API_KEY'
  16. ));