Changeset 36235 in osm for applications/editors/josm/plugins/reverter/test/data
- Timestamp:
- 2024-04-03T17:47:14+02:00 (23 months ago)
- Location:
- applications/editors/josm/plugins/reverter/test/data/regress
- Files:
-
- 10 added
- 1 edited
-
23584 (added)
-
23584/__files (added)
-
23584/__files/06_changeset_97259223_download-0ffabff5-13fb-45b7-86c7-d84e9168fa85.xml (added)
-
23584/mappings (added)
-
23584/mappings/06_changeset_97259223-c7e9dc4d-eb94-494a-8b42-c1d45c653c55.json (added)
-
23584/mappings/06_changeset_97259223_download-0ffabff5-13fb-45b7-86c7-d84e9168fa85.json (added)
-
23584/mappings/capabilities-df2b9692-4af3-4513-9bad-f7a6acd0bb46.json (added)
-
23584/nodes.json (added)
-
23584/relations.json (added)
-
23584/ways.json (added)
-
README.md (modified) (1 diff)
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.
