Split doctors-layer into 'doctors', 'physiotherapist' and 'dentist' layers

This commit is contained in:
Pieter Vander Vennet 2022-12-05 23:14:07 +01:00
parent 0e4fad5f3c
commit a28b610bbf
12 changed files with 251 additions and 120 deletions

View file

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns="http://www.w3.org/2000/svg"
version="1.1"
width="500"
height="500"
viewBox="0 0 14 14">
<rect
width="14"
height="14"
x="0"
y="0"
id="canvas"
style="fill:none;stroke:none;visibility:hidden" />
<path
d="M 7,1 C 5.83929,1 4.667834,1.5047052 3.875,2.5 3.187514,3.3630449 3,4 2.90625,5.0000004 0.01009,5.0238004 0,6.0817104 0,13 l 14,0 C 14,6.0817104 13.9899,5.0237504 11.09375,5.0000004 11,4 10.795537,3.3460958 10.125,2.5 9.334655,1.5027279 8.16071,1 7,1 z M 7,3 C 8.281412,2.99511 9,4 9.0625,5.0000004 l -4.125,0 C 5,4 5.718588,3.0048937 7,3 z m -1,3.0000004 2,0 L 8,8 l 2,0 0,2 -2,0 0,2 -2,0 0,-2 -2,0 0,-2 2,0 z"
id="doctor" style="fill:#BF0000" />
</svg>

After

Width:  |  Height:  |  Size: 861 B

View file

@ -0,0 +1,12 @@
[
{
"path": "doctors.svg",
"license": "cc0",
"authors": [
"osmcarto"
],
"sources": [
"https://wiki.openstreetmap.org/wiki/File:Doctors-14.svg"
]
}
]

View file

@ -0,0 +1,73 @@
{
"id": "physiotherapist",
"name": {
"en": "Physiotherapist",
"nl": "Kinesist"
},
"description": {
"en": "This layer shows physiotherapists",
"nl": "Deze laag toont kinesisten"
},
"source": {
"osmTags": "healthcare=physiotherapist"
},
"title": {
"render": {
"en": "Physiotherapist {name}",
"nl": "Kinesist {name}"
}
},
"minzoom": 13,
"tagRenderings": [
"images",
{
"question": {
"en": "What is the name of this physiotherapists office?",
"nl": "Wat is de naam van deze kinesistenpraktijk?"
},
"render": {
"en": "This physiotherapists office is called {name}",
"nl": "Deze kinesistenpraktijk heet {name}"
},
"freeform": {
"key": "name"
},
"id": "name"
},
"opening_hours_by_appointment",
"phone",
"email",
"website"
],
"presets": [
{
"title": {
"en": "a physiotherapists office",
"de": "Praxis eines Physiotherapeuten",
"nl": "een fysiotherapeutenpraktijk",
"fr": "un cabinet de kinésithérapeutes"
},
"tags": [
"healthcare=physiotherapist"
]
}
],
"filter": [
"open_now"
],
"mapRendering": [
{
"icon": {
"render": "circle:white;./assets/layers/physiotherapist/doctors.svg"
},
"iconSize": "40,40,center",
"location": [
"point",
"centroid"
]
}
],
"deletion": true,
"allowMove": true
}