Use nwr[] shortcut in all overpass queries

This commit is contained in:
Stefan Siegl 2021-03-21 11:23:45 +01:00
parent 6b9f369d88
commit f345fe54a8
No known key found for this signature in database
GPG key ID: 73942AF5642F3DDA
65 changed files with 69 additions and 69 deletions

View file

@ -5,7 +5,7 @@
"id": "apartment",
"overlay": true,
"dataSource": "OverpassAPI",
"query": "(node[tourism=apartment]; way[tourism=apartment];);"
"query": "nwr[tourism=apartment];"
},
"type": "Feature"
}

View file

@ -5,7 +5,7 @@
"id": "artwork",
"overlay": true,
"dataSource": "OverpassAPI",
"query": "(node[tourism=artwork]; way[tourism=artwork];);"
"query": "nwr[tourism=artwork];"
},
"type": "Feature"
}

View file

@ -5,7 +5,7 @@
"id": "attraction",
"overlay": true,
"dataSource": "OverpassAPI",
"query": "(node[tourism=attraction]; way[tourism=attraction];);"
"query": "nwr[tourism=attraction];"
},
"type": "Feature"
}

View file

@ -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"
}

View file

@ -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"
}

View file

@ -5,7 +5,7 @@
"id": "chalet",
"overlay": true,
"dataSource": "OverpassAPI",
"query": "(node[tourism=chalet]; way[tourism=chalet];);"
"query": "nwr[tourism=chalet];"
},
"type": "Feature"
}

View file

@ -5,7 +5,7 @@
"id": "gallery",
"overlay": true,
"dataSource": "OverpassAPI",
"query": "(node[tourism=gallery]; way[tourism=gallery];);"
"query": "nwr[tourism=gallery];"
},
"type": "Feature"
}

View file

@ -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"
}

View file

@ -5,7 +5,7 @@
"id": "hostel",
"overlay": true,
"dataSource": "OverpassAPI",
"query": "(node[tourism=hostel]; way[tourism=hostel];);"
"query": "nwr[tourism=hostel];"
},
"type": "Feature"
}

View file

@ -5,7 +5,7 @@
"id": "hotel",
"overlay": true,
"dataSource": "OverpassAPI",
"query": "(node[tourism=hotel]; way[tourism=hotel];);"
"query": "nwr[tourism=hotel];"
},
"type": "Feature"
}

View file

@ -5,7 +5,7 @@
"id": "information",
"overlay": true,
"dataSource": "OverpassAPI",
"query": "(node[tourism=information]; way[tourism=information];);"
"query": "nwr[tourism=information];"
},
"type": "Feature"
}

View file

@ -5,7 +5,7 @@
"id": "motel",
"overlay": true,
"dataSource": "OverpassAPI",
"query": "(node[tourism=motel]; way[tourism=motel];);"
"query": "nwr[tourism=motel];"
},
"type": "Feature"
}

View file

@ -5,7 +5,7 @@
"id": "museum",
"overlay": true,
"dataSource": "OverpassAPI",
"query": "(node[tourism=museum]; way[tourism=museum];);"
"query": "nwr[tourism=museum];"
},
"type": "Feature"
}

View file

@ -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"
}

View file

@ -5,7 +5,7 @@
"id": "viewpoint",
"overlay": true,
"dataSource": "OverpassAPI",
"query": "node[tourism=viewpoint];"
"query": "nwr[tourism=viewpoint];"
},
"type": "Feature"
}

View file

@ -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"
}