aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/static/js/geolocation-map.js
Commit message (Collapse)AuthorAgeFilesLines
* Use OSM tiles in Geolocation plugin #5466Olivier Mehani2016-09-181-4/+2
| | | | | | | MapQuest recently disabled free-as-in-beer access to their map tiles, so let's switch to free-as-in-speech images. Signed-off-by: Olivier Mehani <shtrom@ssji.net>
* Pop up OpenStreetMap license on demand (#410)Sebastian Spaeth2012-11-161-7/+3
| | | | | | | | | | | | | | | | | Only a short blurb "see map license" in the small map which will pop up the full license text via jquery when clicked. Adapt the license text as recommended by OpenStreetMap http://www.openstreetmap.org/copyright and link there. The disadvantage is that this only works when Javascript is enabled, but as the map only works when Javascript is enabled in the first place, this should not be too much of a limitation. TODO: Our esteemed web designer needs to have a look at the desired color style for this. Right now, I simply placed it in the message_warning class. This might want fine-tuning. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
* Merge remote-tracking branch 'joar/audio+sniffing'Joar Wandborg2012-03-271-0/+5
| | | | | | | | Conflicts: mediagoblin/media_types/image/processing.py mediagoblin/media_types/video/__init__.py mediagoblin/media_types/video/processing.py mediagoblin/tests/test_submission.py
* It's 2012 all up in hereChristopher Allan Webber2012-02-021-1/+1
|
* JavaScript fixes - AGPL headers, etcJoar Wandborg2012-01-281-3/+20
| | | | | | - Added AGPL header to comment_show.js, show_password.js and geolocation-map.js - Removed console.log from geolocation-map.js
* Added code for leaflet geolocation mapJoar Wandborg2012-01-251-0/+29