Skip to content

pbnoxious/blinkenshell-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blinkenshell-map

A map to see where your fellow blinkenshellers are!

The current URL is http://pbnoxious.blinkenshell.org/map/map.html

How does it work?

Every blinkenshell user that has a "coordinates" file in their public_html will automatically be added to the map. A small python script parses these from time to time (currently once per day) and converts them into GeoJSON markers. These GeoJSON objects are then added as a Leaflet layer to an OpenStreetMap background with tiles from Mapbox.

Structure of the coordinates file

In principle, just adding the Lat/Lon coordinates is sufficient but there are additional options. The file will be correctly parsed if it is structured as follows:

lat_coordinate,lon_coordinate
(optional popup text)
(optional color as #hex)

Built With

Author

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors