Add additional layers from own definitions
- in JOSM format with some exceptions - basic WMS support - API key handling
This commit is contained in:
parent
bfa2ebb5a6
commit
c2369acde0
16 changed files with 4548 additions and 54 deletions
17
layers/extra/mapillary-coverage-raster.json
Normal file
17
layers/extra/mapillary-coverage-raster.json
Normal 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"
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue