Browse Source

Cleaned up.

master
Nathan Hartley 1 year ago
parent
commit
cea23eb6a0
  1. 4
      README.md
  2. 9
      test.json
  3. 5
      test.yaml

4
README.md

@ -1,3 +1,3 @@
# paddlecraft
# Paddling
Show human powered boat (canoe/kayak/standup paddleboard/etc) routes and amenities.
Shows human powered boat (canoe/kayak/standup paddleboard/row boat/etc) routes, hazards and amenities.

9
test.json

@ -1,9 +0,0 @@
{
"type": "overpass",
"name": {
"en": "Shop test JSON"
},
"query": {
"16": "(nwr[shop];);"
}
}

5
test.yaml

@ -1,5 +0,0 @@
type: overpass
name:
en: Shop test YAML
query:
'16': (nwr[shop];);
Loading…
Cancel
Save