From 089989f56034a4b528d68b843f7a69e343fb6f41 Mon Sep 17 00:00:00 2001 From: Sergey Vartanov Date: Sat, 5 Feb 2022 20:53:25 +0300 Subject: [PATCH] Add icon for amenity=courthouse. --- map_machine/scheme/default.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/map_machine/scheme/default.yml b/map_machine/scheme/default.yml index da901df..5db44e0 100644 --- a/map_machine/scheme/default.yml +++ b/map_machine/scheme/default.yml @@ -443,6 +443,8 @@ node_icons: - tags: {amenity: fire_station} location_restrictions: {include: [jp]} shapes: [{shape: japan_fire_station, color: emergency_color}] + - tags: {amenity: courthouse} + shapes: [gavel] - tags: {amenity: police} location_restrictions: {include: [jp]} shapes: [japan_koban]