forked from MapComplete/MapComplete
Changed icons and adjusted zoom levels
This commit is contained in:
parent
8cc3f8bede
commit
ec10a0fbe1
31 changed files with 445 additions and 101 deletions
|
@ -520,11 +520,7 @@
|
|||
],
|
||||
"hideUnderlayingFeaturesMinPercentage": 0,
|
||||
"icon": {
|
||||
"render": "./assets/themes/benches/bench_poi.svg",
|
||||
"mappings": []
|
||||
},
|
||||
"width": {
|
||||
"render": "8"
|
||||
"render": "circle:#FE6F32;./assets/layers/bench/bench.svg"
|
||||
},
|
||||
"iconSize": {
|
||||
"render": "35,35,center"
|
||||
|
|
1
assets/layers/bench/bench.svg
Normal file
1
assets/layers/bench/bench.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23.18 10.85"><defs><style>.cls-1{fill:#fff;}</style></defs><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><path class="cls-1" d="M20.29,10.85h1.28V6.77h1.61V5.65H21.23v-1h.93V3.1h-.93V1.85h.93V0H1V1.85H2V3.1H1V4.63H2v1H0V6.77H1.61v4.08H2.89V6.77h17.4Zm-17.63-9H20.52V3.1H2.66Zm0,3.8v-1H20.52v1Z"/></g></g></svg>
|
After Width: | Height: | Size: 391 B |
8
assets/layers/bench/license_info.json
Normal file
8
assets/layers/bench/license_info.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"authors": [],
|
||||
"path": "bench.svg",
|
||||
"license": "CC0",
|
||||
"sources": []
|
||||
}
|
||||
]
|
|
@ -241,5 +241,5 @@
|
|||
}
|
||||
}
|
||||
],
|
||||
"wayHandling": 2
|
||||
"wayHandling": 1
|
||||
}
|
|
@ -33,9 +33,6 @@
|
|||
"icon": {
|
||||
"render": "./assets/layers/information_board/board.svg"
|
||||
},
|
||||
"width": {
|
||||
"render": "8"
|
||||
},
|
||||
"iconSize": {
|
||||
"render": "40,40,center"
|
||||
},
|
||||
|
|
|
@ -167,13 +167,9 @@
|
|||
]
|
||||
}
|
||||
],
|
||||
"hideUnderlayingFeaturesMinPercentage": 10,
|
||||
"wayHandling": 2,
|
||||
"width": {
|
||||
"render": "5"
|
||||
},
|
||||
"wayHandling": 1,
|
||||
"iconSize": {
|
||||
"render": "50,50,center"
|
||||
"render": "30,30,center"
|
||||
},
|
||||
"color": {
|
||||
"render": "#E1AD01"
|
||||
|
|
|
@ -72,13 +72,9 @@
|
|||
]
|
||||
}
|
||||
],
|
||||
"hideUnderlayingFeaturesMinPercentage": 0,
|
||||
"icon": {
|
||||
"render": "circle:#e6cf39;./assets/layers/picnic_table/picnic_table.svg"
|
||||
},
|
||||
"width": {
|
||||
"render": "8"
|
||||
},
|
||||
"iconSize": {
|
||||
"render": "35,35,center"
|
||||
},
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
"color": {
|
||||
"render": "#0000ff"
|
||||
},
|
||||
"wayHandling": 2,
|
||||
"wayHandling": 1,
|
||||
"presets": [
|
||||
{
|
||||
"title": {
|
||||
|
|
|
@ -393,7 +393,7 @@
|
|||
},
|
||||
"wayHandling": 2,
|
||||
"width": {
|
||||
"render": "5"
|
||||
"render": "3"
|
||||
},
|
||||
"iconSize": {
|
||||
"render": "35,35,center"
|
||||
|
@ -401,6 +401,9 @@
|
|||
"color": {
|
||||
"render": "#335D9F"
|
||||
},
|
||||
"dashArray": {
|
||||
"render": "5 5"
|
||||
},
|
||||
"presets": [
|
||||
{
|
||||
"tags": [
|
||||
|
|
|
@ -51,13 +51,9 @@
|
|||
"nl": "Een bezoekerscentrum biedt informatie over een specifieke attractie of bezienswaardigheid waar het is gevestigd."
|
||||
},
|
||||
"tagRenderings": [],
|
||||
"hideUnderlayingFeaturesMinPercentage": 0,
|
||||
"icon": {
|
||||
"render": "./assets/layers/visitor_information_centre/information.svg"
|
||||
},
|
||||
"width": {
|
||||
"render": "8"
|
||||
},
|
||||
"iconSize": {
|
||||
"render": "40,40,center"
|
||||
},
|
||||
|
|
8
assets/layers/watermill/license_info.json
Normal file
8
assets/layers/watermill/license_info.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"authors": [],
|
||||
"path": "watermill.svg",
|
||||
"license": "CC0",
|
||||
"sources": []
|
||||
}
|
||||
]
|
|
@ -160,9 +160,9 @@
|
|||
}
|
||||
],
|
||||
"hideUnderlayingFeaturesMinPercentage": 10,
|
||||
"wayHandling": 2,
|
||||
"width": {
|
||||
"render": "10"
|
||||
"wayHandling": 1,
|
||||
"icon": {
|
||||
"render": "./assets/layers/watermill/watermill.svg"
|
||||
},
|
||||
"iconSize": {
|
||||
"render": "50,50,center"
|
||||
|
|
1
assets/layers/watermill/watermill.svg
Normal file
1
assets/layers/watermill/watermill.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.18 19.74"><defs><style>.cls-1{fill:#fff;}</style></defs><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><path class="cls-1" d="M9.35,7.69l5.83-5.82-.6-.6L13.92.6,8.64,5.89a1.56,1.56,0,0,0-1.05-.43l-.24,0L1.87,0l-.6.6L.6,1.26,6,6.67a1.6,1.6,0,0,0-.11.39h0l-.1.48L0,13.31l.6.6.66.67,3.87-3.87L3.57,18.27H2.44v1.47H13V18.27H11.83l-1.4-6,2.88,2.88.6-.6.67-.66L9.66,9ZM8.8,18.16H6.6V15.29A1.09,1.09,0,0,1,7.69,14.2h0A1.09,1.09,0,0,1,8.8,15.29Z"/></g></g></svg>
|
After Width: | Height: | Size: 537 B |
Loading…
Add table
Add a link
Reference in a new issue