From 6a460c3ede911260c953945873dd23821700e2eb Mon Sep 17 00:00:00 2001 From: 0Monet <146018959+0Monet@users.noreply.github.com> Date: Sun, 29 Dec 2024 17:41:19 +0100 Subject: [PATCH] fix: symbol orientation of the light industry roof and data center roof of the industrial center (#5850) Update overmap_terrain_industrial.json --- .../overmap_terrain_industrial.json | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/data/json/overmap/overmap_terrain/overmap_terrain_industrial.json b/data/json/overmap/overmap_terrain/overmap_terrain_industrial.json index f13df3bb0484..b4a6f866c864 100644 --- a/data/json/overmap/overmap_terrain/overmap_terrain_industrial.json +++ b/data/json/overmap/overmap_terrain/overmap_terrain_industrial.json @@ -986,9 +986,8 @@ { "type": "overmap_terrain", "id": "industrial_center_light_industry_roof", - "copy-from": "generic_city_building_no_sidewalk", - "name": "light industry roof", - "color": "dark_gray" + "copy-from": "industrial_center_light_industry", + "name": "light industry roof" }, { "type": "overmap_terrain", @@ -1048,9 +1047,8 @@ { "type": "overmap_terrain", "id": "industrial_center_data_center_roof", - "name": "data center roof", - "copy-from": "generic_city_building_no_sidewalk", - "color": "light_gray" + "copy-from": "industrial_center_data_center", + "name": "data center roof" }, { "type": "overmap_terrain", @@ -1063,8 +1061,8 @@ { "type": "overmap_terrain", "id": "industrial_center_admin_roof", - "name": "administration roof", - "copy-from": "industrial_center_admin" + "copy-from": "industrial_center_admin", + "name": "administration roof" }, { "type": "overmap_terrain",