diff options
author | typebrook <typebrook@gmail.com> | 2019-11-18 14:50:06 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-11-18 14:50:06 +0800 |
commit | cc036aeb915a7a282a66fe21f9b30668336b6c96 (patch) | |
tree | 8f468218aac128e5346091d42fcb7812049a7512 /scripts/osm/osm.api.referenced.way | |
parent | 877ae178585263ef966b67d251665fbc48739e97 (diff) |
update
Diffstat (limited to 'scripts/osm/osm.api.referenced.way')
-rwxr-xr-x | scripts/osm/osm.api.referenced.way | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/scripts/osm/osm.api.referenced.way b/scripts/osm/osm.api.referenced.way index b62ac58..1d84238 100755 --- a/scripts/osm/osm.api.referenced.way +++ b/scripts/osm/osm.api.referenced.way | |||
@@ -1,3 +1,5 @@ | |||
1 | curl -X GET $OSM_API/node/$1/ways |\ | 1 | #!/bin/bash |
2 | tee /tmp/osm &&\ | 2 | |
3 | echo ways contain node $1 are copied into /tmp/osm > /dev/tty | 3 | curl -X GET $OSM_API/node/$1/ways |\ |
4 | tee /tmp/osm &&\ | ||
5 | echo ways contain node $1 are copied into /tmp/osm > /dev/tty | ||