Changes between Version 2 and Version 3 of Ticket #14364


Ignore:
Timestamp:
2017-02-14T00:22:50+01:00 (9 years ago)
Author:
Stereo
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14364 – Description

    v2 v3  
    2020- Overpass-turbo will call `area(3602171347)->.searchArea;` which is the sum of the id of the top relation and the overpass relation constant
    2121
    22 [https://github.com/tyrasd/overpass-turbo/blob/ae2d8b6dbf08b1b641a2d713da2997b202eb50eb/js/shortcuts.js#L91 The relevant piece of code] in overpass-turbo does the following crucial steps that JOSM doesn't:
     22[https://github.com/tyrasd/overpass-turbo/blob/ae2d8b6dbf08b1b641a2d713da2997b202eb50eb/js/shortcuts.js#L91 The relevant piece of code] in overpass-turbo uses nominatim.getBest to only returns objects that aren't nodes.
    2323
    24  - nominatim.getBest returns objects that aren't nodes
    25  - [https://wiki.openstreetmap.org/wiki/Overpass_API/Overpass_QL#By_element_id A large constant that depends on the object type] gets added
     24Proposed fix: OverpassDownloadReader.java should look for the best Nominatim result that ''isn't a node'', not just the best result.
    2625
    2726{{{