Skip to content

Commit

Permalink
merge(branch 'master'): sync of https://github.com/geo-yuheng/Yuheng
Browse files Browse the repository at this point in the history
  • Loading branch information
LaoshuBaby committed Apr 20, 2024
2 parents 336081b + a11f180 commit e40ca57
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/*
This has been generated by the overpass-turbo wizard.
The original search was:
“amenity=restaurant in Beijing”
*/
[out:json][timeout:25];
// fetch area “Beijing” to search in
{{geocodeArea:Beijing}}->.searchArea;
// gather results
nwr["amenity"="restaurant"/*
这里应该解释一下,食堂和餐馆使用了同样的标注模式因此暂时无法区分
或许未来引入["amenity"="canteen"]之类的tag有主意更好的筛选
*/](area.searchArea);
out geom;// print results

0 comments on commit e40ca57

Please sign in to comment.