Use nwr[] shortcut in all overpass queries
This commit is contained in:
parent
6b9f369d88
commit
f345fe54a8
65 changed files with 69 additions and 69 deletions
|
|
@ -5,7 +5,7 @@
|
|||
"id": "apartment",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[tourism=apartment]; way[tourism=apartment];);"
|
||||
"query": "nwr[tourism=apartment];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"id": "artwork",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[tourism=artwork]; way[tourism=artwork];);"
|
||||
"query": "nwr[tourism=artwork];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"id": "attraction",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[tourism=attraction]; way[tourism=attraction];);"
|
||||
"query": "nwr[tourism=attraction];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"id": "camp_site",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[tourism=camp_site]; way[tourism=camp_site];);"
|
||||
"query": "nwr[tourism=camp_site];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"id": "caravan_site",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[tourism=caravan_site]; way[tourism=caravan_site];);"
|
||||
"query": "nwr[tourism=caravan_site];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"id": "chalet",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[tourism=chalet]; way[tourism=chalet];);"
|
||||
"query": "nwr[tourism=chalet];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"id": "gallery",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[tourism=gallery]; way[tourism=gallery];);"
|
||||
"query": "nwr[tourism=gallery];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"id": "guest_house",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[tourism=guest_house]; way[tourism=guest_house];);"
|
||||
"query": "nwr[tourism=guest_house];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"id": "hostel",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[tourism=hostel]; way[tourism=hostel];);"
|
||||
"query": "nwr[tourism=hostel];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"id": "hotel",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[tourism=hotel]; way[tourism=hotel];);"
|
||||
"query": "nwr[tourism=hotel];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"id": "information",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[tourism=information]; way[tourism=information];);"
|
||||
"query": "nwr[tourism=information];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"id": "motel",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[tourism=motel]; way[tourism=motel];);"
|
||||
"query": "nwr[tourism=motel];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"id": "museum",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[tourism=museum]; way[tourism=museum];);"
|
||||
"query": "nwr[tourism=museum];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"id": "picnic_site",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[tourism=picnic_site]; way[tourism=picnic_site];);"
|
||||
"query": "nwr[tourism=picnic_site];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"id": "viewpoint",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "node[tourism=viewpoint];"
|
||||
"query": "nwr[tourism=viewpoint];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"id": "wilderness_hut",
|
||||
"overlay": true,
|
||||
"dataSource": "OverpassAPI",
|
||||
"query": "(node[tourism=wilderness_hut]; way[tourism=wilderness_hut];);"
|
||||
"query": "nwr[tourism=wilderness_hut];"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue