drolbr / Overpass-API

A database engine to query the OpenStreetMap data.
http://overpass-api.de
GNU Affero General Public License v3.0
690 stars 90 forks source link

Error when importing a TomTom file with larger Ids #704

Open Chr-i-sS opened 10 months ago

Chr-i-sS commented 10 months ago

Do you have plans to support larger ids for OSM objects (node/way/relation)?

I installed Version osm-3s_v0.7.55 of Overpass and tried to import a pbf file with tomtom data. Unfortunately, the following error message then came up:

image

mmd-osm commented 10 months ago

Duplicate of #465 - you have to stay below 2^42 - 1 for Overpass API to work. Everything above that will NOT work and you're out of luck.