greenido / relaymaps

Generates The Relay maps

Home Page:https://greenido.github.io/relaymaps/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generates a web page with maps based on The Relay KMZ/KML maps.

Live version

https://bit.ly/ggrr1 or https://greenido.github.io/relaymaps/

Build

You will need to install Bazel. Then:

$ bazel build relaymaps:main

Run

First, download a kmz file. On Google maps editor, select "Download KML", then "Keep data up to date with network link KML". This will download a file with a URL reference to the "live" map.

Then:

$ bazel-bin/relaymaps/main --kmz=path/to/file.kmz --out=/tmp/relay.html

Notes

A fair amount of stuff is hardcoded. For example, legs must be named "Leg XX", with "Exchange XX", or "Exch. XX", and "Start" / "Finish" items.

Analytics

About

Generates The Relay maps

https://greenido.github.io/relaymaps/

License:MIT License


Languages

Language:HTML 99.5%Language:Go 0.3%Language:JavaScript 0.1%Language:PHP 0.0%Language:Python 0.0%Language:CSS 0.0%