cleanup path handling for easier dockerization

This commit is contained in:
2024-06-30 18:42:59 +02:00
parent bec1827891
commit 49ce8527a3
12 changed files with 126 additions and 118 deletions

View File

@@ -0,0 +1,26 @@
nature:
- "'leisure'='park'"
- "geological"
- "'natural'='geyser'"
- "'natural'='hot_spring'"
- "'natural'='arch'"
- "'natural'='volcano'"
- "'natural'='stone'"
- "'tourism'='alpine_hut'"
- "'tourism'='viewpoint'"
- "'tourism'='zoo'"
- "'waterway'='waterfall'"
shopping:
- "'shop'='department_store'"
- "'shop'='mall'"
sightseeing:
- "'tourism'='museum'"
- "'tourism'='attraction'"
- "'tourism'='gallery'"
- "historic"
- "'amenity'='planetarium'"
- "'amenity'='place_of_worship'"
- "'amenity'='fountain'"
- "'water'='reflecting_pool'"

View File

@@ -0,0 +1,6 @@
city_bbox_side: 10
radius_close_to: 27.5
church_coeff: 0.6
park_coeff: 1.5
tag_coeff: 100
N_important: 40

View File

@@ -1,8 +0,0 @@
{
"city bbox side" : 10,
"radius close to" : 27.5,
"church coeff" : 0.6,
"park coeff" : 1.5,
"tag coeff" : 100,
"N important" : 40
}

View File

@@ -1,5 +0,0 @@
{
"detour factor" : 1.4,
"average walking speed" : 4.8,
"max landmarks" : 10
}

View File

@@ -0,0 +1,3 @@
detour_factor: 1.4
average_walking_speed: 4.8
max_landmarks: 10