You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
845 B

{
"type": "overpass",
"name": {
"en": "V PAY Payment",
"nl": "V PAY Betaling",
"de": "V PAY Zahlung"
},
"query": {
"15": [
"(node[\"payment:v_pay\"];",
"way[\"payment:v_pay\"];",
"relation[\"payment:v_pay\"];)"
]
},
"feature": {
"pre": [
"{% if attribute(tags, 'payment:v_pay') == 'yes' %}",
" {% set payment_color='green' %}",
"{% elseif attribute(tags, 'payment:v_pay') == 'no' %}",
" {% set payment_color='red' %}",
"{% else %}",
" {% set payment_color='white' %}",
"{% endif %}"
],
"markerSign": "<img height='15' data-src='img/vpay.png'>",
"markerSymbol": "{{ markerPointer({\"fillColor\":payment_color})|raw }}"
}
}