added walls and buildings theme
This commit is contained in:
parent
f0df09d0cb
commit
8199419ec8
3 changed files with 23 additions and 0 deletions
|
@ -43,5 +43,8 @@
|
|||
"render": "2"
|
||||
}
|
||||
}
|
||||
],
|
||||
"calculatedTags": [
|
||||
"_entrance=feat.get('entrance')"
|
||||
]
|
||||
}
|
BIN
assets/layers/walls_and_buildings/walls_and_buildings.png
Normal file
BIN
assets/layers/walls_and_buildings/walls_and_buildings.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 342 B |
20
assets/themes/walls_and_buildings/walls_and_buildings.json
Normal file
20
assets/themes/walls_and_buildings/walls_and_buildings.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"id": "walls_and_buildings",
|
||||
"title": {
|
||||
"en": "Walls and buildings"
|
||||
},
|
||||
"description": {
|
||||
"en": "Buildings are shown with entrance metatags"
|
||||
},
|
||||
"maintainer": "MapComplete",
|
||||
"icon": "./assets/layers/walls_and_buildings/walls_and_buildings.png",
|
||||
"version": "0",
|
||||
"startLat": 50.8465573,
|
||||
"defaultBackgroundId": "CartoDB.Voyager",
|
||||
"startLon": 4.351697,
|
||||
"startZoom": 16,
|
||||
"widenFactor": 2,
|
||||
"layers": [
|
||||
"walls_and_buildings"
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue