thrnz / earthvr-custom-tours

Basic custom tour generator for Google Earth VR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Earth VR Custom Tour Generator

A basic custom tour generator for Google Earth VR

https://earthvr-custom-tours.appspot.com

Self Hosting

A pre-made Docker image is available for easy self hosting, however a valid Google Maps API key is needed to retireve elevation data. See here for more info.

docker run -p 80:80 \
    -e MAPS_API_KEY=xxxxxx \
    thrnz/earthvr-custom-tours    

About

Basic custom tour generator for Google Earth VR


Languages

Language:PHP 68.5%Language:Hack 30.1%Language:Dockerfile 1.4%