@@ -66,9 +66,9 @@ get_value.leisure = osm2pgsql.make_check_values_func({
6666})
6767
6868get_value .tourism = osm2pgsql .make_check_values_func ({
69- ' hotel' , ' motel' , ' bed_and_breakfast ' , ' guest_house ' , ' hostel ' , ' chalet ' ,
70- ' camp_site ' , ' alpine_hut ' , ' caravan_site ' , ' information ' , ' picnic_site ' ,
71- ' viewpoint' , ' zoo' , ' theme_park' ,
69+ ' hotel' , ' motel' , ' artwork ' , ' bed_and_breakfast ' , ' guest_house ' , ' hostel ' ,
70+ ' chalet ' , ' camp_site ' , ' alpine_hut ' , ' caravan_site ' , ' information ' ,
71+ ' picnic_site ' , ' viewpoint' , ' zoo' , ' theme_park' ,
7272})
7373
7474get_value .shop = osm2pgsql .make_check_values_func ({
@@ -87,7 +87,7 @@ get_value.man_made = osm2pgsql.make_check_values_func({
8787})
8888
8989get_value .historic = osm2pgsql .make_check_values_func ({
90- ' monument' , ' memorial' , ' artwork ' , ' castle' , ' ruins' , ' archaelogical_site' ,
90+ ' monument' , ' memorial' , ' castle' , ' ruins' , ' archaelogical_site' ,
9191 ' wayside_cross' , ' wayside_shrine' , ' battlefield' , ' fort' ,
9292})
9393
0 commit comments