Skip to content

update_database fails for very large object ids #465

@mmd-osm

Description

@mmd-osm

As reported here: https://gis.stackexchange.com/questions/273204/what-is-the-max-value-for-node-ids-in-overpass, someone tried to load custom data into Overpass using very large node ids. This currently fails to a large memory consumption for Random Files.

Example:

<?xml version='1.0' encoding='UTF-8'?>
<osm version='0.6' generator='JOSM'>
  <node id='540000000000001' timestamp='2013-09-07T20:06:31Z' uid='136321' user='Teddy73' version='2' changeset='17717760' lat='49.3626573' lon='7.2221713'>
    <tag k='power' v='tower' />
  </node>
</osm>

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions