This project is a lightweight web based viewer for the best free online map services.
Launch http://outdoormaps.eu.
The motivation behind the Outdoor Maps Project is to bring high quality maps to any modern web browser (including mobile browsers). Unfortunately the "official" web viewers for the providers are mostly hard to use, full of unnecessary controls and don't work on mobile.
- turistautak.hu - hiking, cycling and mountain biking maps of Hungary
- Reit- und Wanderkarte - hiking, cycling and horse riding maps for most of Europe
- ÖK 50 served by bergfex.com - topographic map of Austria
- OpenCycleMap - the OpenStreetMap Cycle Map worldwide
Map data © their respective owners. Built using Leaflet.
Requirements:
- Recent Node.js (tested with node 6.2.2 npm 3.9.5)
Setup
npm install
make -C app/vendor
Running the development server
npm run grunt -- server
Run the linter before pushing changes
npm run lint
Deployment
make release deploy
Troubleshooting
make -C app/vendor
fails withError installing nokogiri: ERROR: Failed to build gem native extension
on macOS. Solution: runxcode-select --install
or if that does not help check out the Installing Nokogiri documentation.