From 0e298cd0e4744a3ed107d3b3d071be72959a7599 Mon Sep 17 00:00:00 2001 From: vcoppe Date: Thu, 3 Oct 2024 10:12:10 +0200 Subject: [PATCH] same surface tags as brouter --- website/src/lib/assets/surfaces.ts | 11 +++-------- website/src/locales/en.json | 11 +++-------- 2 files changed, 6 insertions(+), 16 deletions(-) diff --git a/website/src/lib/assets/surfaces.ts b/website/src/lib/assets/surfaces.ts index efbfc249..c823d654 100644 --- a/website/src/lib/assets/surfaces.ts +++ b/website/src/lib/assets/surfaces.ts @@ -4,11 +4,8 @@ export const surfaceColors: { [key: string]: string } = { 'unpaved': '#6b443a', 'asphalt': '#8c8c8c', 'concrete': '#8c8c8c', - 'chipseal': '#8c8c8c', 'cobblestone': '#ffd991', - 'unhewn_cobblestone': '#ffd991', 'paving_stones': '#8c8c8c', - 'stepping_stones': '#c7b2db', 'sett': '#ffd991', 'metal': '#8c8c8c', 'wood': '#6b443a', @@ -20,12 +17,10 @@ export const surfaceColors: { [key: string]: string } = { 'dirt': '#ffffa8', 'ground': '#6b443a', 'earth': '#6b443a', - 'snow': '#bdfffc', - 'ice': '#bdfffc', - 'salt': '#b6c0f2', 'mud': '#6b443a', 'sand': '#ffffc4', - 'woodchips': '#6b443a', 'grass': '#61b55c', - 'grass_paver': '#61b55c' + 'grass_paver': '#61b55c', + 'clay': '#6b443a', + 'stone': '#ffd991', } \ No newline at end of file diff --git a/website/src/locales/en.json b/website/src/locales/en.json index 8a471fdd..86c55681 100644 --- a/website/src/locales/en.json +++ b/website/src/locales/en.json @@ -119,11 +119,8 @@ "unpaved": "Unpaved", "asphalt": "Asphalt", "concrete": "Concrete", - "chipseal": "Chipseal", "cobblestone": "Cobblestone", - "unhewn_cobblestone": "Unhewn cobblestone", "paving_stones": "Paving stones", - "stepping_stones": "Stepping stones", "sett": "Sett", "metal": "Metal", "wood": "Wood", @@ -135,14 +132,12 @@ "dirt": "Dirt", "ground": "Ground", "earth": "Earth", - "snow": "Snow", - "ice": "Ice", - "salt": "Salt", "mud": "Mud", "sand": "Sand", - "woodchips": "Woodchips", "grass": "Grass", - "grass_paver": "Grass paver" + "grass_paver": "Grass paver", + "clay": "Clay", + "stone": "Stone" }, "error": { "from": "The start point is too far from the nearest road",