Browse Source

water: repeat name/arrow; also show text on ditches

fossil
parent
commit
11b5fcd6b5
  1. 7
      water.json

7
water.json

@ -78,10 +78,11 @@
"{% endif %}"
],
"text": [
"{% if type=='way' and tags.waterway in [ 'river', 'stream', 'canal', 'wadi', 'drystream' ] %}",
"{% if type=='way' and tags.waterway in [ 'river', 'stream', 'canal', 'ditch', 'wadi', 'drystream' ] %}",
"{{ tags.name }} ➔ ",
"{% endif %}"
]
],
"textRepeat": "1"
}
},
"info": [
@ -115,4 +116,4 @@
" </tr>",
"</table>"
]
}
}
Loading…
Cancel
Save