diff --git a/historical/historical.json b/historical/historical.json index 23ce22ec..f34f060b 100644 --- a/historical/historical.json +++ b/historical/historical.json @@ -6062,6 +6062,77 @@ "text-halo-width": 1 } }, + { + "id": "landuse_areas_labels_cemetery_christian", + "type": "symbol", + "source": "ohm", + "source-layer": "landuse_points_centroids", + "minzoom": 14, + "maxzoom": 24, + "filter": [ + "all", + ["==", ["get", "type"], "cemetery"], + ["==", ["get", "religion"], "christian"], + [ + "!", + [ + "in", + ["get", "denomination"], + ["literal", ["jehovahs_witness", "mormon", "iglesia_ni_cristo"]] + ] + ] + ], + "layout": { + "icon-image": "cross-18", + "text-field": ["get", "name"], + "text-size": 11, + "text-anchor": "top", + "text-offset": [0, 0.75], + "text-font": ["OpenHistorical"] + }, + "paint": { + "text-color": "rgba(95, 107, 71, 1)", + "text-halo-color": "rgba(245, 239, 239, 1)", + "text-halo-width": 1 + } + }, + { + "id": "landuse_areas_labels_cemetery", + "type": "symbol", + "source": "ohm", + "source-layer": "landuse_points_centroids", + "minzoom": 14, + "maxzoom": 24, + "filter": [ + "all", + ["==", ["get", "type"], "cemetery"], + [ + "!", + [ + "all", + ["==", ["get", "religion"], "christian"], + [ + "!", + [ + "in", + ["get", "denomination"], + ["literal", ["jehovahs_witness", "mormon", "iglesia_ni_cristo"]] + ] + ] + ] + ] + ], + "layout": { + "text-field": ["get", "name"], + "text-size": 11, + "text-font": ["OpenHistorical"] + }, + "paint": { + "text-color": "rgba(95, 107, 71, 1)", + "text-halo-color": "rgba(245, 239, 239, 1)", + "text-halo-width": 1 + } + }, { "id": "landuse_areas_labels_school", "type": "symbol",