Changeset 36235 in osm for applications/editors/josm/plugins/reverter/test/data/regress/README.md
- Timestamp:
- 2024-04-03T17:47:14+02:00 (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/reverter/test/data/regress/README.md
r36233 r36235 11 11 ``` 12 12 13 **Warning**: JOSM will not copy deleted objects to clipboard. 14 13 15 Once you have the list, you can run the following command: 14 16 ```shell 15 17 # Note: `pbpaste` is for mac, `xclip -selection clipboard -o` is for x11 linux, and `wl-paste` (from `wl-clipboard`) is for linux wayland 16 18 $ 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"}' | \ 18 20 xargs curl -L 19 21 $ jq -s '.[0].elements=([.[].elements]|flatten)|.[0]' node_*.json > nodes.json
Note:
See TracChangeset
for help on using the changeset viewer.