From b5af59e4059e99a6741e972c833db187e762bd41 Mon Sep 17 00:00:00 2001
From: Jeroen Hoek <mail@jeroenhoek.nl>
Date: Sun, 5 Mar 2023 14:46:16 +0100
Subject: [PATCH] Add boundary=place rendering

Adds `boundary=place` to the list of boundaries (and their relations).
---
 resources/styles/standard/elemstyles.mapcss | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/resources/styles/standard/elemstyles.mapcss b/resources/styles/standard/elemstyles.mapcss
index db8f12249..43f658440 100644
--- a/resources/styles/standard/elemstyles.mapcss
+++ b/resources/styles/standard/elemstyles.mapcss
@@ -5311,6 +5311,7 @@ node[mountain_pass?] {
 
 relation[boundary=protected_area] > way::core_boundary,
 relation[boundary=administrative] > way::core_boundary,
+relation[boundary=place] > way::core_boundary,
 relation[boundary=postal_code] > way::core_boundary,
 relation[boundary=political] > way::core_boundary,
 relation[boundary=maritime] > way::core_boundary,
@@ -5318,6 +5319,7 @@ relation[boundary=hazard] > way::core_boundary,
 relation[boundary=national_park] > way::core_boundary,
 way[boundary=protected_area]::core_boundary,
 way[boundary=administrative]::core_boundary,
+way[boundary=place]::core_boundary,
 way[boundary=postal_code]::core_boundary,
 way[boundary=political]::core_boundary,
 way[boundary=maritime]::core_boundary,
-- 
2.34.1

