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

@ -0,0 +1,17 @@
{
"geometry": null,
"properties": {
"attribution": {
"text": "Mapillary, CC BY",
"url": "https://www.mapillary.com"
},
"id": "mapillary-coverage-raster",
"max_zoom": 17,
"name": "Mapillary Coverage",
"overlay": true,
"type": "tms",
"url": "https://d6a1v2w10ny40.cloudfront.net/v0.1/{z}/{x}/{y}.png"
},
"type": "Feature"
}