Add additional layers from own definitions

- in JOSM format with some exceptions
- basic WMS support
- API key handling
This commit is contained in:
Norbert Renner 2019-03-14 20:31:47 +01:00
parent bfa2ebb5a6
commit c2369acde0
16 changed files with 4548 additions and 54 deletions

View file

@ -13,7 +13,10 @@
thunderforest: '',
// Strava API token in case you want to display Strava segments
strava: ''
strava: '',
// OpenMapSurfer (OpenRouteService API), https://openrouteservice.org/plans/
openrouteservice: ''
};
})();