https://github.com/c-base/c-base-map
An interactive map of available areas and interfaces at c-base.
https://github.com/c-base/c-base-map
Last synced: about 1 month ago
JSON representation
An interactive map of available areas and interfaces at c-base.
- Host: GitHub
- URL: https://github.com/c-base/c-base-map
- Owner: c-base
- License: mit
- Created: 2014-02-15T23:45:19.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-03-06T22:19:21.000Z (about 1 year ago)
- Last Synced: 2024-11-04T02:32:59.267Z (6 months ago)
- Language: JavaScript
- Size: 20.5 MB
- Stars: 6
- Watchers: 33
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - c-base/c-base-map - An interactive map of available areas and interfaces at c-base. (others)
README
c-base-map
==========An interactive map of available areas and interfaces at c-base. This Map is accessible from the internal crew network via https://c-beam.cbrp3.c-base.org/c-base-map/
Installation
------------No Installation is necessary anymore. Dependency to Bower was removed.
Adding Your Own Markers
-----------------------Open file markers.js and add an entry like this:
// Nerdarea
{
name: 'Nerdarea'
coord: [0, 0],
desc: 'The Nerdarea is an area for nerds.',
url: 'http://c-base.org/'
// optional icon:
icon: app.red_icon
},The available icons are listed in icons.js.
If you want to have new icons, go to: http://mapicons.nicolasmollet.com/. All the Icons are currently coloured in #FF9900.
Recreating Map Tiles
--------------------If, for some reason, you want to re-cut the map tiles, use the following:
cd map-tiles
./imagemagick.sh clean-map-ohne-label.png(or replace ''clean-map-ohne-label.png'' with your desired filename).
Credits
-------c-base-map ist based on 30C3-Map by Michael Kreil: https://github.com/MichaelKreil/30c3-map