switch to osmnx
This commit is contained in:
@@ -1,26 +1,32 @@
|
||||
nature:
|
||||
- "'leisure'='park'"
|
||||
- "geological"
|
||||
- "'natural'='geyser'"
|
||||
- "'natural'='hot_spring'"
|
||||
- "'natural'='arch'"
|
||||
- "'natural'='volcano'"
|
||||
- "'natural'='stone'"
|
||||
- "'tourism'='alpine_hut'"
|
||||
- "'tourism'='viewpoint'"
|
||||
- "'tourism'='zoo'"
|
||||
- "'waterway'='waterfall'"
|
||||
leisure: park
|
||||
geological: ''
|
||||
natural:
|
||||
- geyser
|
||||
- hot_spring
|
||||
- arch
|
||||
- volcano
|
||||
- stone
|
||||
tourism:
|
||||
- alpine_hut
|
||||
- viewpoint
|
||||
- zoo
|
||||
waterway: waterfall
|
||||
|
||||
shopping:
|
||||
- "'shop'='department_store'"
|
||||
- "'shop'='mall'"
|
||||
shop:
|
||||
- department_store
|
||||
- mall
|
||||
|
||||
sightseeing:
|
||||
- "'tourism'='museum'"
|
||||
- "'tourism'='attraction'"
|
||||
- "'tourism'='gallery'"
|
||||
- "historic"
|
||||
- "'amenity'='planetarium'"
|
||||
- "'amenity'='place_of_worship'"
|
||||
- "'amenity'='fountain'"
|
||||
- "'water'='reflecting_pool'"
|
||||
tourism:
|
||||
- museum
|
||||
- attraction
|
||||
- gallery
|
||||
historic: ''
|
||||
amenity:
|
||||
- planetarium
|
||||
- place_of_worship
|
||||
- fountain
|
||||
water:
|
||||
- reflecting_pool
|
||||
|
@@ -1,5 +1,5 @@
|
||||
city_bbox_side: 10
|
||||
radius_close_to: 27.5
|
||||
city_bbox_side: 1500 #m
|
||||
radius_close_to: 30
|
||||
church_coeff: 0.6
|
||||
park_coeff: 1.5
|
||||
tag_coeff: 100
|
||||
|
Reference in New Issue
Block a user