diff --git a/culture.json b/culture.json
index 25d0dc156..630f3751b 100644
--- a/culture.json
+++ b/culture.json
@@ -102,14 +102,14 @@
"const": {
"amenity=arts_centre": "🎨",
"amenity=cinema": "🎦",
- "amenity=community_centre": "",
+ "amenity=community_centre": "",
"amenity=fountain": "⛲",
- "amenity=studio": "",
+ "amenity=studio": "",
"amenity=theatre": "🎭",
"tourism=artwork": "🎨 ",
"tourism=gallery": "🖼",
"tourism=museum": "🏛 ",
- "tourism=theme_park": "",
+ "tourism=theme_park": "",
"shop=art": ""
},
"info": [
diff --git a/historic.json b/historic.json
index b1be97728..0042fc19c 100644
--- a/historic.json
+++ b/historic.json
@@ -90,19 +90,27 @@
],
"const": {
"archaeological_site": {
- "sign": "",
+ "sign": "",
"zoom": 11
},
"battlefield": {
- "sign": "",
+ "sign": "⚔️",
"zoom": 11
},
"castle": {
- "sign": "",
+ "sign": "",
"zoom": 11
},
+ "building": {
+ "sign": "",
+ "zoom": 14
+ },
"aircraft": {
- "sign": "",
+ "sign": "",
+ "zoom": 14
+ },
+ "ruins": {
+ "sign": "",
"zoom": 14
}
}
diff --git a/memorial.json b/memorial.json
index 82e349523..300f321e5 100644
--- a/memorial.json
+++ b/memorial.json
@@ -102,7 +102,7 @@
"zoom": 14
},
"monument": {
- "sign": "",
+ "sign": "",
"zoom": 11
}
}
diff --git a/tourism_attractions.json b/tourism_attractions.json
index 7fdfea76c..d69b2b457 100644
--- a/tourism_attractions.json
+++ b/tourism_attractions.json
@@ -49,12 +49,12 @@
"const": {
"aquarium": "🐟",
"artwork": "🎨 ",
- "attraction": "",
+ "attraction": "",
"gallery": "🖼",
- "museum": "",
- "picnic_site": "",
- "theme_park": "",
- "viewpoint": "",
+ "museum": "",
+ "picnic_site": "",
+ "theme_park": "",
+ "viewpoint": "",
"zoo": "🦁"
}
}