Browse Source

Proposals: bugfix

heritage
parent
commit
14a5096b67
  1. 8
      proposals.json

8
proposals.json

@ -20,16 +20,16 @@
"{% set key = null %}{% set value = null %}", "{% set key = null %}{% set value = null %}",
"{% if tags.highway == 'proposed' %}", "{% if tags.highway == 'proposed' %}",
"{% set key = 'highway' %}", "{% set key = 'highway' %}",
"{% set value = tags.proposed|default('construction') %}",
"{% set value = tags.proposed|default('proposed') %}",
"{% elseif tags.railway == 'proposed' %}", "{% elseif tags.railway == 'proposed' %}",
"{% set key = 'railway' %}", "{% set key = 'railway' %}",
"{% set value = tags.proposed|default('construction') %}",
"{% set value = tags.proposed|default('proposed') %}",
"{% elseif tags.building == 'proposed' %}", "{% elseif tags.building == 'proposed' %}",
"{% set key = 'building' %}", "{% set key = 'building' %}",
"{% set value = tags.proposed|default('construction') %}",
"{% set value = tags.proposed|default('proposed') %}",
"{% elseif tags.landuse == 'proposed' %}", "{% elseif tags.landuse == 'proposed' %}",
"{% set key = 'landuse' %}", "{% set key = 'landuse' %}",
"{% set value = tags.proposed|default('construction') %}",
"{% set value = tags.proposed|default('proposed') %}",
"{% else %}", "{% else %}",
"{% for k, v in tags %}", "{% for k, v in tags %}",
"{% set m = k|matches('^proposed:(.*)$') %}", "{% set m = k|matches('^proposed:(.*)$') %}",

Loading…
Cancel
Save