Add draft of sport pitches

This commit is contained in:
Pieter Vander Vennet 2021-03-14 03:15:06 +01:00
parent 857e4fe114
commit 94c0b8667a
9 changed files with 310 additions and 16 deletions

View file

@ -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": []
}

View 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": []
}