Ignore:
Timestamp:
2024-04-03T17:47:14+02:00 (9 months ago)
Author:
taylor.smock
Message:

See #23584: Add non-regression test for changeset 97259223

Note: The test currently fails since the problem hasn't been fixed yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/reverter/test/data/regress/README.md

    r36233 r36235  
    1111```
    1212
     13**Warning**: JOSM will not copy deleted objects to clipboard.
     14
    1315Once you have the list, you can run the following command:
    1416```shell
    1517# Note: `pbpaste` is for mac, `xclip -selection clipboard -o` is for x11 linux, and `wl-paste` (from `wl-clipboard`) is for linux wayland
    1618$ wl-paste | \
    17   awk '{print "https://api.openstreetmap.org/api/0.6/$1/" $2 "/history.json" " -o " $1 "_" $2 ".json"}' | \
     19  awk '{print "https://api.openstreetmap.org/api/0.6/" $1 "/" $2 "/history.json" " -o " $1 "_" $2 ".json"}' | \
    1820  xargs curl -L
    1921$ jq -s '.[0].elements=([.[].elements]|flatten)|.[0]' node_*.json > nodes.json
Note: See TracChangeset for help on using the changeset viewer.