Skip to content

Changed tag ordering

Compare
Choose a tag to compare
@zerebubuth zerebubuth released this 24 Sep 12:26
· 22 commits to master since this release

Starting with version 1.2.0, planet-dump-ng sorts tags by the UTF-8 encoded bytes of the keys. Most keys use only ASCII characters, so this corresponds to an alphabetic ordering for those keys. Other keys will depend on how the codepoint is expressed in UTF-8. Values do not contribute to ordering.

See openstreetmap/osmdbt#29 for more details.