Skip to content

Version 1.11.1

Compare
Choose a tag to compare
@joto joto released this 20 Nov 19:20
· 227 commits to master since this release

Added

  • Introduce a generic facility for setting output format options. They can be set on the command line (--format-option/-x) or in the format_options section in the config file. Settings can be any OPTION=VALUE type string. There are two new settings: For the geojsonseq format, the option print_record_separator=false replaces the command line option --omit-rs/-r which is now deprecated. The tags_format option for the Pg output format allows using the hstore type for tags instead of json(b).

Changed

  • Open output file earlier in tags-filter command, so we see it immediately in case this fails.

Fixed

  • When tags-filter is used with --remove-tags, matching ways got their tags removed if they are also referenced from relations. This was clearly wrong.