c-base / c-base-map

An interactive map of available areas and interfaces at c-base.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

An interactive map of available areas and interfaces at c-base.

License:MIT License


Languages

Language:JavaScript 95.8%Language:CSS 3.0%Language:HTML 0.8%Language:Shell 0.3%