Add fire theme with hydrants

This commit is contained in:
Midgard 2021-04-02 04:02:02 +02:00
parent 915b8ba3d8
commit 998fd4bd74
Signed by untrusted user who does not match committer: midgard
GPG key ID: 511C112F1331BBB4
15 changed files with 985 additions and 0 deletions

View file

@ -0,0 +1,427 @@
{
"id": "fire_hydrants",
"name": {
"nl": "Hydranten",
"en": "Hydrants"
},
"minzoom": 14,
"source": {
"osmTags": {
"or": [
"emergency=fire_hydrant",
"disused:emergency=fire_hydrant",
"abandoned:emergency=fire_hydrant",
{"and": [
"removed:emergency=fire_hydrant",
"has_marker=yes"
]}
]
}
},
"title": {
"render": {
"nl": "Hydrant",
"en": "Hydrant"
},
"mappings": [
{
"if": "ref~*",
"then": {
"nl": "Hydrant <i>{ref}</i>",
"en": "Hydrant <i>{ref}</i>"
}
}
]
},
"tagRenderings": [
{
"question": {
"nl": "Wat is de meest opvallende kleur van de hydrant?",
"en": "What is the most prominent colour of the hydrant?"
},
"render": {
"nl": "Kleur (in het Engels): {colour}",
"en": "Colour: {colour}"
},
"condition": {
"and": [
"fire_hydrant:type!~underground",
"fire_hydrant:type!~pipe"
]
},
"freeform": {
"key": "colour"
},
"mappings": [
{
"if": {
"and": ["colour=red"]
},
"then": {
"nl": "De hydrant is rood",
"en": "The hydrant is red"
}
},
{
"if": {
"and": ["colour=yellow"]
},
"then": {
"nl": "De hydrant is geel",
"en": "The hydrant is yellow"
}
},
{
"if": {
"and": ["colour=grey"]
},
"then": {
"nl": "De hydrant is grijs",
"en": "The hydrant is grey"
}
}
]
},
{
"question": {
"nl": "Welk soort hydrant is het?",
"en": "What type of hydrant is it?"
},
"mappings": [
{
"if": {
"and": ["fire_hydrant:type=underground"]
},
"then": {
"nl": "Ondergrondse hydrant",
"en": "Underground hydrant"
}
},
{
"if": {
"and": ["fire_hydrant:type=pillar"]
},
"then": {
"nl": "Bovengrondse pilaarachtige hydrant",
"en": "Overground pillar hydrant"
}
},
{
"if": {
"and": ["fire_hydrant:type=pipe"]
},
"then": {
"nl": "Bovengrondse pijphydrant",
"en": "Overground pipe hydrant"
}
},
{
"if": {
"and": ["fire_hydrant:type=wall"]
},
"then": {
"nl": "Hydrant aan muur",
"en": "Wall-attached hydrant"
}
},
{
"if": {
"and": ["fire_hydrant:type~*"]
},
"then": {
"nl": "Ander soort hydrant",
"en": "Other type of hydrant"
}
}
]
},
{
"question": {
"nl": "Hoeveel aansluitingen zijn er?",
"en": "How many couplings are there?"
},
"render": {
"nl": "Aantal aansluitingen: {couplings}",
"en": "Amount of couplings: {couplings}"
},
"freeform": {
"key": "couplings",
"type": "pnat"
}
},
{
"render": {
"nl": "Referentiecode: {ref}",
"en": "Reference code: {ref}"
},
"question": {
"nl": "Heeft de hydrant een referentiecode?",
"en": "Does the hydrant have a reference code?"
},
"freeform": {
"key": "ref",
"addExtraTags": [
"noref="
]
},
"mappings": [
{
"if": {
"and": [
"ref=",
"noref=yes"
]
},
"then": {
"nl": "De hydrant heeft geen referentiecode.",
"en": "The hydrant does not have a reference code."
}
}
]
},
{
"question": {
"nl": "Update de status van de hydrant.",
"en": "Update the status of the hydrant."
},
"render": {
"nl": "Status",
"en": "Status"
},
"freeform": {
"key": "disused:emergency"
},
"mappings": [
{
"if": {
"and": [
"emergency=fire_hydrant",
"disused:emergency=",
"abandoned:emergency=",
"removed:emergency="
]
},
"then": {
"nl": "De hydrant lijkt (volledig of gedeeltelijk) functioneel.",
"en": "The hydrant looks like it's (fully or partially) working."
}
},
{
"if": {
"or": [
{"and": [
"disused:emergency=fire_hydrant",
"abandoned:emergency=",
"emergency=",
"removed:emergency="
]},
{"and": [
"abandoned:emergency=fire_hydrant",
"disused:emergency=",
"emergency=",
"removed:emergency="
]}
]
},
"then": {
"nl": "De hydrant is onbruikbaar.",
"en": "The hydrant is unavailable for use."
}
},
{
"if": {
"and": [
"removed:emergency=fire_hydrant",
"disused:emergency=",
"abandoned:emergency=",
"emergency="
]
},
"then": {
"nl": "De hydrant is verwijderd.",
"en": "The hydrant has been removed."
}
}
]
},
{
"question": {
"nl": "Is er nog (ten onrechte) een bordje voor de verwijderde hydrant?",
"en": "Is there a (now incorrect) marker left for the removed hydrant?"
},
"mappings": [
{
"if": {
"and": ["has_marker=yes"]
},
"then": {
"nl": "Er is ten onrechte een bordje!",
"en": "Underground hydrant"
}
}
],
"condition": {
"and": [
"removed:emergency=fire_hydrant"
]
}
},
{
"question": {
"nl": "Waar bevindt de hydrant zich?",
"en": "Where is the hydrant?"
},
"render": {
"nl": "Omgeving: {fire_hydrant:position}",
"en": "Position: {fire_hydrant:position}"
},
"mappings": [
{
"if": {
"and": ["fire_hydrant:position=lane"]
},
"then": {
"nl": "In of naast de rijbaan",
"en": "In or along the road"
}
},
{
"if": {
"and": ["fire_hydrant:position=sidewalk"]
},
"then": {
"nl": "Trottoir",
"en": "Sidewalk"
}
}
],
"freeform": {
"key": "fire_hydrant:position"
},
"condition": {
"and": [
"removed:emergency!=fire_hydrant"
]
}
},
{
"question": {
"nl": "Heb je opmerkingen die niet pasten in de andere vragen?",
"en": "Any other remarks that don't fit in the other questions?"
},
"render": {
"nl": "Extra info: <i>{description:0}</i>",
"en": "Extra info: <i>{description:0}</i>"
},
"freeform": {
"key": "description:0"
}
}
],
"hideUnderlayingFeaturesMinPercentage": 0,
"icon": {
"render": "./assets/layers/fire_hydrants/hydrant_unknown.svg",
"mappings": [
{
"if": {
"or": [
"disused:emergency=fire_hydrant",
"abandoned:emergency=fire_hydrant"
]
},
"then": "./assets/layers/fire_hydrants/hydrant_disused.svg"
},
{
"if": {
"and": [
"removed:emergency=fire_hydrant",
"has_marker=yes"
]
},
"then": "./assets/layers/fire_hydrants/hydrant_marker_only.svg"
},
{
"if": {
"and": [
"emergency=fire_hydrant",
"fire_hydrant:type=underground"
]
},
"then": "./assets/layers/fire_hydrants/hydrant_underground.svg"
},
{
"if": {
"and": [
"emergency=fire_hydrant",
"fire_hydrant:type=pillar"
]
},
"then": "./assets/layers/fire_hydrants/hydrant_pillar_without_h.svg"
}
]
},
"wayHandling": 1,
"width": {
"render": "8"
},
"iconSize": {
"render": "18,18,center"
},
"color": {
"render": "#00f"
},
"presets": [
{
"tags": [
"emergency=fire_hydrant",
"fire_hydrant:type=underground"
],
"title": {
"nl": "Ondergrondse hydrant",
"en": "Underground hydrant"
}
},
{
"tags": [
"emergency=fire_hydrant",
"fire_hydrant:type=pillar"
],
"title": {
"nl": "Bovengrondse pilaarachtige hydrant",
"en": "Overground pillar hydrant"
},
"description": {
"nl": "Een hydrant met bovengrondse aansluitingen, zoals de stereotype brandkraan uit de film.",
"en": "A hydrant with overground couplings, like the stereotypical hydrant from the movie."
}
},
{
"tags": [
"emergency=fire_hydrant",
"fire_hydrant:type=pipe"
],
"title": {
"nl": "Bovengrondse pijphydrant",
"en": "Overground pipe hydrant"
},
"description": {
"nl": "Een hydrant die niet veel meer is dan een pijpleiding die boven de grond eindigt. Vooral bij blusmeren, waarbij de leiding niet onder druk staat en de brandweerwagen water moet oppompen.",
"en": "A hydrant that is little more than a tube, ending overground. Especially with \"dry hydrants\", where the fire engine pumps water from a reservoir."
}
},
{
"tags": [
"emergency=fire_hydrant",
"fire_hydrant:type=wall"
],
"title": {
"nl": "Hydrant aan muur",
"en": "Wall-attached hydrant"
},
"description": {
"nl": "Een hydrant aan de muur, vooral in tunnels. Niet verwarren met een brandslang: een hydrant is een aansluiting voor de brandweer, een brandslang kan door iedereen gebruikt worden.",
"en": "A hydrant on the wall, especially in tunnels. Do not confuse with a fire hose: a hydrant is a connection point for fire fighters, a hose can be used by anyone."
}
}
]
}

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="18" height="18" version="1.1" viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg">
<ellipse cx="9" cy="9" rx="4.5" ry="4.5" fill="#777" stroke="#fff" stroke-dashoffset="2.3036" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" style="paint-order:stroke fill markers"/>
<path d="m7.0006 6.5004v4.999h0.9998v-1.9996h1.9996v1.9996h0.9998v-4.999h-0.9998v1.9996h-1.9996v-1.9996z" fill="#fff" style="paint-order:stroke fill markers"/>
<path d="m11 5 0.27539 5h1.4492l0.27539-5zm0.99609 5.834a0.83333 0.83333 0 0 0-0.83008 0.83203 0.83333 0.83333 0 0 0 0.83398 0.83398 0.83333 0.83333 0 0 0 0.83398-0.83398 0.83333 0.83333 0 0 0-0.83398-0.83203 0.83333 0.83333 0 0 0-0.0039 0z" fill="#f00" style="paint-order:stroke fill markers"/>
</svg>

After

Width:  |  Height:  |  Size: 803 B

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="18" height="18" version="1.1" viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg">
<ellipse cx="9" cy="9" rx="4.5" ry="4.5" fill="#777" stroke="#fff" stroke-width="2" style="paint-order:stroke fill markers"/>
<path d="m7 6.5v5h1v-2h2v2h1v-5h-1v2h-2v-2z" fill="#fff"/>
</svg>

After

Width:  |  Height:  |  Size: 331 B

View file

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="18" height="18" version="1.1" viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg">
<ellipse cx="9" cy="9" rx="4.5" ry="4.5" fill="#777" stroke="#fff" stroke-dashoffset="2.3036" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" style="paint-order:stroke fill markers"/>
<path d="m7.0006 6.5004v4.999h0.9998v-1.9996h1.9996v1.9996h0.9998v-4.999h-0.9998v1.9996h-1.9996v-1.9996z" fill="#fff" style="paint-order:stroke fill markers"/>
<g stroke-dashoffset="2.3036" stroke-linecap="round" stroke-linejoin="round" stroke-width="2">
<rect x="9" y="5" width="5" height="4" fill="#f00" style="paint-order:stroke fill markers"/>
<rect x="10" y="6" width="3" height="2" fill="#fff" style="paint-order:stroke fill markers"/>
<rect x="11" y="9" width="1" height="6" style="paint-order:stroke fill markers"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 883 B

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="18" height="18" version="1.1" viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg">
<path d="m9 2c-1.662 0-3 1.338-3 3v1h-1c-0.277 0-0.5 0.223-0.5 0.5v3c0 0.277 0.223 0.5 0.5 0.5h1v6l-1 1h8l-1-1v-6h1c0.277 0 0.5-0.223 0.5-0.5v-3c0-0.277-0.223-0.5-0.5-0.5h-1v-1c0-1.662-1.338-3-3-3z" fill="#f00" stroke="#fff" stroke-dashoffset="2.3036" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" style="paint-order:stroke fill markers"/>
<path d="m7 11v5h1v-2h2v2h1v-5h-1v2h-2v-2z" fill="#fff" style="paint-order:stroke fill markers"/>
</svg>

After

Width:  |  Height:  |  Size: 602 B

View file

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="18" height="18" version="1.1" viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg">
<path d="m9 2c-1.662 0-3 1.338-3 3v1h-1c-0.277 0-0.5 0.223-0.5 0.5v3c0 0.277 0.223 0.5 0.5 0.5h1v6l-1 1h8l-1-1v-6h1c0.277 0 0.5-0.223 0.5-0.5v-3c0-0.277-0.223-0.5-0.5-0.5h-1v-1c0-1.662-1.338-3-3-3z" fill="#f00" stroke="#fff" stroke-dashoffset="2.3036" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" style="paint-order:stroke fill markers"/>
</svg>

After

Width:  |  Height:  |  Size: 503 B

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="18" height="18" version="1.1" viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg">
<path d="m6.0977 5.5c-1.9108 0.70406-3.0972 2.0445-3.0977 3.5 0 2.2091 2.6863 4 6 4s6-1.7909 6-4c-8.8e-5 -1.4552-1.1856-2.7956-3.0957-3.5h3.0957v-1.5h-12v1.5z" fill="#f00" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" style="paint-order:stroke fill markers"/>
<path d="m7 6v5h1v-2h2v2h1v-5h-1v2h-2v-2z" fill="#fff"/>
</svg>

After

Width:  |  Height:  |  Size: 495 B

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="18" height="18" version="1.1" viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg">
<ellipse cx="9" cy="9" rx="4.5" ry="4.5" fill="#f00" stroke="#fff" stroke-width="2" style="paint-order:stroke fill markers"/>
<path d="m7 6.5v5h1v-2h2v2h1v-5h-1v2h-2v-2z" fill="#fff"/>
</svg>

After

Width:  |  Height:  |  Size: 331 B

View file

@ -0,0 +1,83 @@
<?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"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="18"
height="18"
version="1.1"
viewBox="0 0 18 18"
id="svg1600"
sodipodi:docname="hydrant_attention.svg"
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)">
<metadata
id="metadata1606">
<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></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs1604" />
<sodipodi:namedview
pagecolor="#e33ce8"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1041"
id="namedview1602"
showgrid="true"
inkscape:zoom="20.643653"
inkscape:cx="-0.65139272"
inkscape:cy="10.95101"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg1600"
inkscape:snap-smooth-nodes="true"
inkscape:document-rotation="0"
inkscape:snap-global="true">
<inkscape:grid
type="xygrid"
id="grid2169"
spacingx="0.5"
spacingy="0.5"
empspacing="2" />
</sodipodi:namedview>
<ellipse
cx="9"
cy="9"
fill="#ff0000"
stroke="#ffffff"
stroke-dashoffset="2.3036"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="0.52917"
style="stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;paint-order:stroke fill markers;fill:#777777;fill-opacity:1"
id="ellipse1596"
rx="4.5000005"
ry="4.5000062" />
<path
d="M 7.0005764,6.5003688 V 11.499352 H 8.0003717 V 9.4997211 H 10 v 1.9996309 h 0.999795 V 6.5003688 H 10 V 8.5 H 8.0003717 V 6.5003688 Z"
fill="#ffffff"
style="fill:#ffffff;stroke-width:1;paint-order:stroke fill markers"
id="path1598-3" />
<path
id="rect874"
style="fill:#ff0000;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-dashoffset:2.30362;paint-order:stroke fill markers"
d="m 11,5 0.275391,5 h 1.449218 L 13,5 Z m 0.996094,5.833984 A 0.83333331,0.83333331 0 0 0 11.166016,11.666016 0.83333331,0.83333331 0 0 0 12,12.5 0.83333331,0.83333331 0 0 0 12.833985,11.666016 0.83333331,0.83333331 0 0 0 12,10.833984 a 0.83333331,0.83333331 0 0 0 -0.0039,0 z" />
</svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

View file

@ -0,0 +1,100 @@
<?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"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="18"
height="18"
version="1.1"
viewBox="0 0 18 18"
id="svg1600"
sodipodi:docname="hydrant_marker_only.svg"
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)">
<metadata
id="metadata1606">
<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></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs1604" />
<sodipodi:namedview
pagecolor="#e33ce8"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1041"
id="namedview1602"
showgrid="true"
inkscape:zoom="55.220097"
inkscape:cx="9.1680872"
inkscape:cy="8.0408949"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg1600"
inkscape:snap-smooth-nodes="true"
inkscape:document-rotation="0"
inkscape:snap-global="true">
<inkscape:grid
type="xygrid"
id="grid2169"
spacingx="0.5"
spacingy="0.5"
empspacing="2" />
</sodipodi:namedview>
<ellipse
cx="9"
cy="9"
fill="#ff0000"
stroke="#ffffff"
stroke-dashoffset="2.3036"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="0.52917"
style="stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;paint-order:stroke fill markers;fill:#777777;fill-opacity:1"
id="ellipse1596"
rx="4.5000005"
ry="4.5000062" />
<path
d="M 7.0005764,6.5003688 V 11.499352 H 8.0003717 V 9.4997211 H 10 v 1.9996309 h 0.999795 V 6.5003688 H 10 V 8.5 H 8.0003717 V 6.5003688 Z"
fill="#ffffff"
style="fill:#ffffff;stroke-width:1;paint-order:stroke fill markers"
id="path1598-3" />
<rect
style="fill:#ff0000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-dashoffset:2.30362;paint-order:stroke fill markers"
id="rect833"
width="5"
height="4"
x="9"
y="5" />
<rect
style="fill:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-dashoffset:2.30362;paint-order:stroke fill markers"
id="rect835"
width="3"
height="2"
x="10"
y="6" />
<rect
style="fill:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-dashoffset:2.30362;paint-order:stroke fill markers"
id="rect837"
width="1"
height="6"
x="11"
y="9" />
</svg>

After

Width:  |  Height:  |  Size: 3 KiB

View file

@ -0,0 +1,76 @@
<?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"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="18"
height="18"
viewBox="0 0 18 18"
version="1.1"
id="svg8"
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
sodipodi:docname="hydrant_pillar.svg">
<defs
id="defs2" />
<sodipodi:namedview
id="base"
pagecolor="#f91dde"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="35.420105"
inkscape:cx="11.610469"
inkscape:cy="12.490839"
inkscape:document-units="px"
inkscape:current-layer="layer1"
inkscape:document-rotation="0"
showgrid="true"
units="px"
inkscape:snap-page="true"
inkscape:window-width="1920"
inkscape:window-height="1041"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
showguides="false"
inkscape:snap-global="true">
<inkscape:grid
type="xygrid"
id="grid1556"
dotted="false"
spacingx="0.5"
spacingy="0.5"
empspacing="2" />
</sodipodi:namedview>
<metadata
id="metadata5">
<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></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<path
id="rect1558"
style="fill:#ff0000;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:2.30362;paint-order:stroke fill markers"
d="M 9,2 C 7.338,2 6,3.3380001 6,5 V 5.9999999 H 5 C 4.7229999,5.9999999 4.5,6.2229983 4.5,6.5 v 3 C 4.5,9.7770004 4.7229984,10 5,10 h 1 v 6 l -1,1 h 8 l -1,-1 v -6 h 1 c 0.277,0 0.5,-0.2229984 0.5,-0.5 v -3 C 13.5,6.2229998 13.277002,5.9999999 13,5.9999999 H 12 V 5 C 12,3.3380001 10.662,2 9,2 Z"
sodipodi:nodetypes="sscssssccccccsssscss" />
<path
id="rect1587"
style="fill:#ffffff;stroke:none;stroke-width:0.529166;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:2.30362;paint-order:stroke fill markers"
d="m 7,11 v 5 h 1 v -2 h 2 v 2 h 1 v -5 h -1 v 2 H 8 v -2 z" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

View file

@ -0,0 +1,72 @@
<?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"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="18"
height="18"
viewBox="0 0 18 18"
version="1.1"
id="svg8"
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
sodipodi:docname="hydrant_pillar_without_h.svg">
<defs
id="defs2" />
<sodipodi:namedview
id="base"
pagecolor="#f91dde"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="35.420105"
inkscape:cx="2.6042842"
inkscape:cy="12.490839"
inkscape:document-units="px"
inkscape:current-layer="layer1"
inkscape:document-rotation="0"
showgrid="true"
units="px"
inkscape:snap-page="true"
inkscape:window-width="1920"
inkscape:window-height="1041"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
showguides="false"
inkscape:snap-global="true">
<inkscape:grid
type="xygrid"
id="grid1556"
dotted="false"
spacingx="0.5"
spacingy="0.5"
empspacing="2" />
</sodipodi:namedview>
<metadata
id="metadata5">
<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></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<path
id="rect1558"
style="fill:#ff0000;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:2.30362;paint-order:stroke fill markers"
d="M 9,2 C 7.338,2 6,3.3380001 6,5 V 5.9999999 H 5 C 4.7229999,5.9999999 4.5,6.2229983 4.5,6.5 v 3 C 4.5,9.7770004 4.7229984,10 5,10 h 1 v 6 l -1,1 h 8 l -1,-1 v -6 h 1 c 0.277,0 0.5,-0.2229984 0.5,-0.5 v -3 C 13.5,6.2229998 13.277002,5.9999999 13,5.9999999 H 12 V 5 C 12,3.3380001 10.662,2 9,2 Z"
sodipodi:nodetypes="sscssssccccccsssscss" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

View file

@ -0,0 +1,75 @@
<?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"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="18"
height="18"
viewBox="0 0 18 18"
version="1.1"
id="svg8"
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
sodipodi:docname="hydrant_underground.svg">
<defs
id="defs2" />
<sodipodi:namedview
id="base"
pagecolor="#f91dde"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="29.415609"
inkscape:cx="7.1642004"
inkscape:cy="9.3387172"
inkscape:document-units="px"
inkscape:current-layer="layer1"
inkscape:document-rotation="0"
showgrid="true"
units="px"
inkscape:snap-page="true"
inkscape:window-width="1920"
inkscape:window-height="1041"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:snap-global="true"
inkscape:snap-smooth-nodes="true">
<inkscape:grid
type="xygrid"
id="grid1597"
spacingx="0.13229167"
spacingy="0.13229167"
empspacing="2" />
</sodipodi:namedview>
<metadata
id="metadata5">
<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></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<path
id="path1648"
style="fill:#ff0000;stroke:#ffffff;stroke-width:1.99999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:2.30362;paint-order:stroke fill markers"
d="m 6.0976563,5.5000019 c -1.9108191,0.7040587 -3.0971747,2.0445075 -3.0976562,3.500004 0,2.2091411 2.6862913,4.0000041 6.0000001,4.0000041 C 12.313709,13.00001 15,11.209147 15,9.0000059 14.999912,7.5447841 13.814362,6.2044012 11.904297,5.5000019 H 15 V 4.0000002 H 3.0000001 v 1.5000017 z"
sodipodi:nodetypes="ccsccccccc" />
<path
id="rect1587"
style="fill:#ffffff;stroke:none;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:2.30362;paint-order:stroke fill markers"
d="M 7,6.0000026 V 11.000008 H 7.9999999 V 9.0000059 H 10 v 2.0000021 h 1 V 6.0000026 H 10 V 8.0000049 H 7.9999999 V 6.0000026 Z" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

View file

@ -0,0 +1,77 @@
<?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"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="18"
height="18"
version="1.1"
viewBox="0 0 18 18"
id="svg1600"
sodipodi:docname="hydrant_unknown.svg"
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)">
<metadata
id="metadata1606">
<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></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs1604" />
<sodipodi:namedview
pagecolor="#e33ce8"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1041"
id="namedview1602"
showgrid="true"
inkscape:zoom="20"
inkscape:cx="5.7857505"
inkscape:cy="1.705875"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg1600"
inkscape:snap-smooth-nodes="true">
<inkscape:grid
type="xygrid"
id="grid2169"
spacingx="0.5"
spacingy="0.5"
empspacing="2" />
</sodipodi:namedview>
<ellipse
cx="9"
cy="9"
fill="#ff0000"
stroke="#ffffff"
stroke-dashoffset="2.3036"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="0.52917"
style="stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;paint-order:stroke fill markers"
id="ellipse1596"
rx="4.5000005"
ry="4.5000062" />
<path
d="M 7.0005764,6.5003688 V 11.499352 H 8.0003717 V 9.4997211 H 10 v 1.9996309 h 0.999795 V 6.5003688 H 10 V 8.5 H 8.0003717 V 6.5003688 Z"
fill="#ffffff"
style="fill:#ffffff;stroke-width:1;paint-order:stroke fill markers"
id="path1598" />
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

View file

@ -0,0 +1,35 @@
{
"id": "fire",
"title": {
"nl": "Brandweerkaart",
"en": "Fire map"
},
"shortDescription": {
"nl": "Map brandkranen",
"en": "Map fire hydrants"
},
"description": {
"nl": "De brandweer kan in hun tankwagens maar een beperkte hoeveelheid bluswater meenemen. Bij een brand zijn hydranten (brandkranen) dan ook van levensbelang. Als tijdens de rit al een kaart van de hydranten beschikbaar is, wordt tijd er uitgespaard en kan er dus sneller geblust worden.\n\nIn België: neem eens een kijkje op straat, je vindt vast een wit bord met een rode rand. Op het bord staat bv. H100 (hydrant met aanvoerleiding met diameter 100 mm), een referentiecode, en afstanden in meter die wijzen naar waar de hydrant zich werkelijk bevindt. Als het goed is, vind je op de aangegeven plaats een ovaal putdeksel met een \"H\" of \"brandkraan\" op of een bovengrondse brandkraan.",
"en": "Fire engines can hold only so much water, so hydrants are crucial for firefighting. If the team has access to a map of the hydrants while driving, time is saved when they arrive at the scene. Time they can use to put out the fire sooner.\n\nIn Belgium: take a look outside on the street, you're bound to find a white sign with a red rim. The sign says e.g. H100 (hydrant with supply pipe with diameter of 100 mm), a reference code, and distances in meter that point to where the hydrant is installed. Normally you should find an oval covering with \"H\" or \"hydrant\" on it or a pillar."
},
"language": [
"nl",
"en"
],
"maintainer": "Midgard",
"icon": "./assets/layers/fire_hydrants/pillar.svg",
"version": "0",
"startLat": 50.642,
"startLon": 4.482,
"startZoom": 8,
"widenFactor": 0.01,
"socialImage": "./assets/layers/fire_hydrants/pillar.svg",
"clustering": {
"maxZoom": 18
},
"layers": [
"fire_hydrants"
],
"roamingRenderings": [],
"defaultBackgroundId": "AGIV"
}