forked from MapComplete/MapComplete
Cycleway type colors
This commit is contained in:
parent
9c321c901c
commit
43980a2a78
2 changed files with 136 additions and 0 deletions
1
assets/svg/cycle-infra.svg
Normal file
1
assets/svg/cycle-infra.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 5.9 KiB |
135
assets/themes/cycle_infra/cycle_infra.json
Normal file
135
assets/themes/cycle_infra/cycle_infra.json
Normal file
|
@ -0,0 +1,135 @@
|
||||||
|
{
|
||||||
|
"id": "cycle_infra",
|
||||||
|
"title": {
|
||||||
|
"en": "Bicycle infrastructure"
|
||||||
|
},
|
||||||
|
"shortDescription": {
|
||||||
|
"en": "A map where you can view and edit things related to the bicycle infrastructure."
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"en": "A map where you can view and edit things related to the bicycle infrastructure made during osoc21."
|
||||||
|
},
|
||||||
|
"language": [
|
||||||
|
"en"
|
||||||
|
],
|
||||||
|
"maintainer": "",
|
||||||
|
"icon": "./assets/svg/cycle-infra.svg",
|
||||||
|
"version": "0",
|
||||||
|
"startLat": 51,
|
||||||
|
"startLon": 3.75,
|
||||||
|
"startZoom": 11,
|
||||||
|
"widenFactor": 0.05,
|
||||||
|
"socialImage": "",
|
||||||
|
"layers": [
|
||||||
|
{
|
||||||
|
"id": "cycleways",
|
||||||
|
"name": {
|
||||||
|
"en": "Cycleways"
|
||||||
|
},
|
||||||
|
"minzoom": 12,
|
||||||
|
"source": {
|
||||||
|
"osmTags": {
|
||||||
|
"and": [
|
||||||
|
"highway=cycleway"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"title": {
|
||||||
|
"render": {
|
||||||
|
"en": "Cycleways"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"description": {},
|
||||||
|
"tagRenderings": [],
|
||||||
|
"hideUnderlayingFeaturesMinPercentage": 0,
|
||||||
|
"icon": {
|
||||||
|
"render": "./assets/svg/bug.svg"
|
||||||
|
},
|
||||||
|
"width": {
|
||||||
|
"render": "8"
|
||||||
|
},
|
||||||
|
"iconSize": {
|
||||||
|
"render": "40,40,center"
|
||||||
|
},
|
||||||
|
"color": {
|
||||||
|
"render": "#0f0"
|
||||||
|
},
|
||||||
|
"presets": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "shared_lanes",
|
||||||
|
"name": {
|
||||||
|
"en": "Shared lanes"
|
||||||
|
},
|
||||||
|
"minzoom": 12,
|
||||||
|
"source": {
|
||||||
|
"osmTags": {
|
||||||
|
"and": [
|
||||||
|
"cycleway=shared_lane"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"title": {
|
||||||
|
"render": {
|
||||||
|
"en": "Shared Lane"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"en": "Cyclepaths where you have to share your lane with other cyclists."
|
||||||
|
},
|
||||||
|
"tagRenderings": [],
|
||||||
|
"hideUnderlayingFeaturesMinPercentage": 0,
|
||||||
|
"icon": {
|
||||||
|
"render": "./assets/svg/bug.svg"
|
||||||
|
},
|
||||||
|
"width": {
|
||||||
|
"render": "8"
|
||||||
|
},
|
||||||
|
"iconSize": {
|
||||||
|
"render": "40,40,center"
|
||||||
|
},
|
||||||
|
"color": {
|
||||||
|
"render": "#f00"
|
||||||
|
},
|
||||||
|
"presets": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "lanes",
|
||||||
|
"name": {
|
||||||
|
"en": "Lanes"
|
||||||
|
},
|
||||||
|
"minzoom": 12,
|
||||||
|
"source": {
|
||||||
|
"osmTags": {
|
||||||
|
"and": [
|
||||||
|
"cycleway=lane"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"title": {
|
||||||
|
"render": {
|
||||||
|
"en": "Cycleway next to road"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"en": "Cycleways immediately next to the road."
|
||||||
|
},
|
||||||
|
"tagRenderings": [],
|
||||||
|
"hideUnderlayingFeaturesMinPercentage": 0,
|
||||||
|
"icon": {
|
||||||
|
"render": "./assets/svg/bug.svg"
|
||||||
|
},
|
||||||
|
"width": {
|
||||||
|
"render": "8"
|
||||||
|
},
|
||||||
|
"iconSize": {
|
||||||
|
"render": "40,40,center"
|
||||||
|
},
|
||||||
|
"color": {
|
||||||
|
"render": "#f90"
|
||||||
|
},
|
||||||
|
"presets": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"roamingRenderings": []
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue