Merge pull request #396 from pietervdvn/natuurpunt/extra-layers
extra layers natuurpunt
This commit is contained in:
commit
861fb12fa6
3 changed files with 43 additions and 1 deletions
1
assets/layers/visitor_information_centre/information.svg
Normal file
1
assets/layers/visitor_information_centre/information.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="15" height="15" preserveAspectRatio="xMidYMid meet" viewBox="0 0 15 15" style="-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);"><path d="M7.5 1C6.7 1 6 1.7 6 2.5S6.7 4 7.5 4S9 3.3 9 2.5S8.3 1 7.5 1zM4 5v1s2 0 2 2v2c0 2-2 2-2 2v1h7v-1s-2 0-2-2V6c0-.5-.5-1-1-1H4z" fill="#626262"/><rect x="0" y="0" width="15" height="15" fill="rgba(0, 0, 0, 0)" /></svg>
|
After Width: | Height: | Size: 487 B |
|
@ -0,0 +1,39 @@
|
|||
{
|
||||
"id": "visitor_information_centre",
|
||||
"name": {
|
||||
"en": "Visitor Information Centre",
|
||||
"nl": "Bezoekerscentrum"
|
||||
},
|
||||
"minzoom": 12,
|
||||
"source": {
|
||||
"osmTags": {
|
||||
"or": ["information=visitor_centre", "information=office"]
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": {
|
||||
"en": "{key}",
|
||||
"nl": "{key}"
|
||||
}
|
||||
},
|
||||
"description": {
|
||||
"en": "A visitor center offers information about a specific attraction or place of interest where it is located.",
|
||||
"nl": "Een bezoekerscentrum biedt informatie over een specifieke attractie of bezienswaardigheid waar het is gevestigd."
|
||||
},
|
||||
"tagRenderings": [],
|
||||
"hideUnderlayingFeaturesMinPercentage": 0,
|
||||
"icon": {
|
||||
"render": "./assets/layers/information_board/board.svg"
|
||||
},
|
||||
"width": {
|
||||
"render": "8"
|
||||
},
|
||||
"iconSize": {
|
||||
"render": "40,40,center"
|
||||
},
|
||||
"color": {
|
||||
"render": "#00f"
|
||||
},
|
||||
"presets": [],
|
||||
"wayHandling": 1
|
||||
}
|
|
@ -27,7 +27,9 @@
|
|||
"bench",
|
||||
"bench_at_pt",
|
||||
"picnic_table",
|
||||
"birdhide"
|
||||
"birdhide",
|
||||
"toilet",
|
||||
"visitor_information_centre"
|
||||
],
|
||||
"roamingRenderings": []
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue