Skip to content

Commit 79d4d0a

Browse files
committed
Shortbread theme: Move "artwork" from "historic" to "tourism"
This was in the wrong category. Tracking the change in the spec.
1 parent 23cc7ff commit 79d4d0a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

themes/shortbread_v1/topics/pois.lua

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ get_value.leisure = osm2pgsql.make_check_values_func({
6666
})
6767

6868
get_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

7474
get_value.shop = osm2pgsql.make_check_values_func({
@@ -87,7 +87,7 @@ get_value.man_made = osm2pgsql.make_check_values_func({
8787
})
8888

8989
get_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

Comments
 (0)