Add draft of sport pitches
This commit is contained in:
parent
857e4fe114
commit
94c0b8667a
9 changed files with 310 additions and 16 deletions
|
@ -12,8 +12,9 @@
|
|||
"language": [
|
||||
"nl"
|
||||
],
|
||||
"maintainer": "",
|
||||
"maintainer": "MapComplete",
|
||||
"icon": "./assets/layers/play_forest/icon.svg",
|
||||
"hideInOverview": true,
|
||||
"version": "0",
|
||||
"startLat": 51.16174,
|
||||
"startLon": 4.449462,
|
||||
|
@ -22,7 +23,8 @@
|
|||
"socialImage": "",
|
||||
"layers": [
|
||||
"play_forest",
|
||||
"playground"
|
||||
"playground",
|
||||
"sport_pitch"
|
||||
],
|
||||
"roamingRenderings": []
|
||||
}
|
27
assets/themes/sport_pitches/sport_pitches.json
Normal file
27
assets/themes/sport_pitches/sport_pitches.json
Normal file
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"id": "sport_pitches",
|
||||
"title": {
|
||||
"nl": "Sportvelden"
|
||||
},
|
||||
"shortDescription": {
|
||||
"nl": "Deze kaart toont sportvelden"
|
||||
},
|
||||
"description": {
|
||||
"nl": "Een sportveld is een ingerichte plaats met infrastructuur om een sport te beoefenen"
|
||||
},
|
||||
"language": [
|
||||
"nl"
|
||||
],
|
||||
"maintainer": "",
|
||||
"icon": "./assets/layers/sport_pitch/tabletennis.svg",
|
||||
"version": "0",
|
||||
"startLat": 0,
|
||||
"startLon": 0,
|
||||
"startZoom": 1,
|
||||
"widenFactor": 0.05,
|
||||
"socialImage": "",
|
||||
"layers": [
|
||||
"sport_pitch"
|
||||
],
|
||||
"roamingRenderings": []
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue