forked from MapComplete/MapComplete
Themes(aircraft): add historical aircraft layer and theme, https://en.osm.town/@pietervdvn/114491536018069317
This commit is contained in:
parent
8edc20469e
commit
29db2664c3
4 changed files with 127 additions and 2 deletions
13
assets/themes/historic_aircraft/historic_aircraft.json
Normal file
13
assets/themes/historic_aircraft/historic_aircraft.json
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"id": "historic_aircraft",
|
||||
"title": {
|
||||
"en": "Historic aircraft"
|
||||
},
|
||||
"description": {
|
||||
"en": "A map showing all historic, permanently installed aircraft. The aircraft can be in a museum, an artwork or a memorial."
|
||||
},
|
||||
"icon": "airport",
|
||||
"layers": [
|
||||
"historic_aircraft"
|
||||
]
|
||||
}
|
|
@ -41,7 +41,8 @@
|
|||
{
|
||||
"builtin": [
|
||||
"bench",
|
||||
"artwork"
|
||||
"artwork",
|
||||
"historic_aircraft"
|
||||
],
|
||||
"override": {
|
||||
"minzoom": 18
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue