flyinghuman / bigbluebutton-map

Map of BigBlueButton adopters

Home Page:http://bbbmap.uos.de/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BigBlueButton Adopter's Map

This is the repository for the map of BigBlueButton adopters. The map shows the locations of participating BigBlueButton installations.

Get Your Installation on the Map!

If you have a BigBlueButton installation and would like it to appear on the map, just create a pull request where you add your data to the file adopters.geojson. To do so, add this object with your data as a new line features-list in said file:

{"type": "Feature", "properties": {"institution": "YOUR_INSTITUTION"}, "geometry": {"type": "Point", "coordinates": [0.0, 0.0]}}

Replace YOUR_INSTITUION and [0.0, 0.0] with your x and y coordinates and your good to go.

Idea & Origin

The idea for this map came up in the regular meeting of german speaking BigBlueButton adopters. The inspiration and the leaflet.js code comes from the Opencast project and its similar map.opencast.org.

About

Map of BigBlueButton adopters

http://bbbmap.uos.de/

License:GNU General Public License v3.0


Languages

Language:JavaScript 48.2%Language:HTML 45.5%Language:CSS 6.3%