Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.17 KB

README.markdown

File metadata and controls

46 lines (29 loc) · 1.17 KB

Outdoor Maps for Mobile and Desktop

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.

Supported outdoor layers

Map data © their respective owners. Built using Leaflet.

Development

Requirements:

  • Recent Node.js (tested with node 6.2.2 npm 3.9.5)

Setup

npm install

Running the development server

npm start

Run the linter before pushing changes

npm run lint

Deployment

make release deploy