diff options
author | slomo <steve.harrison@gmx.net> | 2011-01-21 17:39:02 +0100 |
---|---|---|
committer | slomo <steve.harrison@gmx.net> | 2011-01-21 17:39:02 +0100 |
commit | c7cee89a94511c7314265193aa469dc1b4266dd5 (patch) | |
tree | 7be5176bb0e4207c8f873f3b306ac32b23581683 /src | |
parent | 4b38b5fe6f89a19841b4f93d1a45cddecd284b1a (diff) | |
download | osm-xapi-c7cee89a94511c7314265193aa469dc1b4266dd5.tar.gz osm-xapi-c7cee89a94511c7314265193aa469dc1b4266dd5.tar.xz osm-xapi-c7cee89a94511c7314265193aa469dc1b4266dd5.zip |
test requests
Diffstat (limited to 'src')
-rwxr-xr-x | src/curl/requests.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/curl/requests.sh b/src/curl/requests.sh new file mode 100755 index 0000000..0c556cc --- /dev/null +++ b/src/curl/requests.sh @@ -0,0 +1,3 @@ +curl -i -g localhost:8080/api/node[bbox=12,52,13,53] +curl -i -g localhost:8080/api/node[amenity=pub][bbox=12,52,13,53] +curl -i -g localhost:8080/api/node[amenity=pub] |