forked from MapComplete/MapComplete
Merge branch 'project/natuurpunt' of github.com:pietervdvn/MapComplete into project/natuurpunt
This commit is contained in:
commit
21788b43dc
6 changed files with 79 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
|
||||
}
|
|
@ -41,7 +41,9 @@
|
|||
"bench",
|
||||
"bench_at_pt",
|
||||
"picnic_table",
|
||||
"birdhide"
|
||||
"birdhide",
|
||||
"toilet",
|
||||
"visitor_information_centre"
|
||||
],
|
||||
"roamingRenderings": []
|
||||
}
|
||||
|
|
10
assets/themes/waste_basket/license_info.json
Normal file
10
assets/themes/waste_basket/license_info.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
[
|
||||
{
|
||||
"authors": [],
|
||||
"path": "waste_basket.svg",
|
||||
"license": "CC0",
|
||||
"sources": [
|
||||
"https://wiki.openstreetmap.org/wiki/File:Waste-basket-12.svg"
|
||||
]
|
||||
}
|
||||
]
|
0
assets/themes/waste_basket/waste_basket.json
Normal file
0
assets/themes/waste_basket/waste_basket.json
Normal file
26
assets/themes/waste_basket/waste_basket.svg
Normal file
26
assets/themes/waste_basket/waste_basket.svg
Normal file
|
@ -0,0 +1,26 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
version="1.1"
|
||||
width="12"
|
||||
height="12"
|
||||
viewBox="0 0 12 12"
|
||||
id="svg2">
|
||||
<metadata id="metadata8">
|
||||
<rdf:RDF>
|
||||
<cc:Work rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
|
||||
<dc:title/>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<defs id="defs6"/>
|
||||
<rect width="12" height="12" x="0" y="0" id="canvas" style="fill:none;stroke:none;visibility:hidden"/>
|
||||
<path d="M 4,2 3,2 2,3 8,3 7,2 6,2 5,1 z M 2,4 3,9 7,9 8,4 z"
|
||||
id="waste-basket" style="fill:#666666;fill-opacity:1" transform="translate(1,1)"/>
|
||||
</svg>
|
After Width: | Height: | Size: 912 B |
Loading…
Reference in a new issue