Changes between Initial Version and Version 1 of Ticket #23242, comment 2


Ignore:
Timestamp:
2023-10-25T11:33:11+02:00 (2 years ago)
Author:
richlv

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23242, comment 2

    initial v1  
    11Stumbled upon this same problem - replace that out line with:
    22
    3 ```
     3{{{
    44(._;>;); out meta;
    5 ```
     5}}}
    66
    77Given that JOSM has a built-in Overpass download functionality now, perhaps it could prevent uploading un-versioned objects - and maybe even provide some hint in the error message, like "if this came from Overpass, make sure 'out geom' is not used. If it is, replace with '(._;>;); out meta;'"?