gnu-social/plugins/Mapstraction
Mikael Nordfeldth 63c087a255 Consistent behaviour for ScopingNoticeStream $scoped
We don't guess the current profile anymore if the value of the profile === -1

Also sets $this->scoped for all ScopingNoticeStream inheritors, which just
like in an Action can be null if we're not scoped in any way (logged in).
2016-03-01 14:51:47 +01:00
..
OpenLayers Remove executable permissions where unnecessary 2015-07-10 14:36:34 +05:30
actions Consistent behaviour for ScopingNoticeStream $scoped 2016-03-01 14:51:47 +01:00
js first pass at Mapstraction plugin 2009-11-17 23:23:13 -05:00
locale Snapshot of the Transifex translation project - October 2015 2015-10-04 18:23:01 +02:00
MapstractionPlugin.php Change status.net/wiki URLs to git.gnu.io 2016-02-08 17:48:10 +00:00
README Add plugin READMEs 2016-02-08 17:48:37 +00:00
usermap.js Initial move towards microformats2 2014-06-22 17:11:04 +02:00

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