mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-08-31 23:53:25 +00:00
same surface tags as brouter
This commit is contained in:
@@ -4,11 +4,8 @@ export const surfaceColors: { [key: string]: string } = {
|
|||||||
'unpaved': '#6b443a',
|
'unpaved': '#6b443a',
|
||||||
'asphalt': '#8c8c8c',
|
'asphalt': '#8c8c8c',
|
||||||
'concrete': '#8c8c8c',
|
'concrete': '#8c8c8c',
|
||||||
'chipseal': '#8c8c8c',
|
|
||||||
'cobblestone': '#ffd991',
|
'cobblestone': '#ffd991',
|
||||||
'unhewn_cobblestone': '#ffd991',
|
|
||||||
'paving_stones': '#8c8c8c',
|
'paving_stones': '#8c8c8c',
|
||||||
'stepping_stones': '#c7b2db',
|
|
||||||
'sett': '#ffd991',
|
'sett': '#ffd991',
|
||||||
'metal': '#8c8c8c',
|
'metal': '#8c8c8c',
|
||||||
'wood': '#6b443a',
|
'wood': '#6b443a',
|
||||||
@@ -20,12 +17,10 @@ export const surfaceColors: { [key: string]: string } = {
|
|||||||
'dirt': '#ffffa8',
|
'dirt': '#ffffa8',
|
||||||
'ground': '#6b443a',
|
'ground': '#6b443a',
|
||||||
'earth': '#6b443a',
|
'earth': '#6b443a',
|
||||||
'snow': '#bdfffc',
|
|
||||||
'ice': '#bdfffc',
|
|
||||||
'salt': '#b6c0f2',
|
|
||||||
'mud': '#6b443a',
|
'mud': '#6b443a',
|
||||||
'sand': '#ffffc4',
|
'sand': '#ffffc4',
|
||||||
'woodchips': '#6b443a',
|
|
||||||
'grass': '#61b55c',
|
'grass': '#61b55c',
|
||||||
'grass_paver': '#61b55c'
|
'grass_paver': '#61b55c',
|
||||||
|
'clay': '#6b443a',
|
||||||
|
'stone': '#ffd991',
|
||||||
}
|
}
|
@@ -119,11 +119,8 @@
|
|||||||
"unpaved": "Unpaved",
|
"unpaved": "Unpaved",
|
||||||
"asphalt": "Asphalt",
|
"asphalt": "Asphalt",
|
||||||
"concrete": "Concrete",
|
"concrete": "Concrete",
|
||||||
"chipseal": "Chipseal",
|
|
||||||
"cobblestone": "Cobblestone",
|
"cobblestone": "Cobblestone",
|
||||||
"unhewn_cobblestone": "Unhewn cobblestone",
|
|
||||||
"paving_stones": "Paving stones",
|
"paving_stones": "Paving stones",
|
||||||
"stepping_stones": "Stepping stones",
|
|
||||||
"sett": "Sett",
|
"sett": "Sett",
|
||||||
"metal": "Metal",
|
"metal": "Metal",
|
||||||
"wood": "Wood",
|
"wood": "Wood",
|
||||||
@@ -135,14 +132,12 @@
|
|||||||
"dirt": "Dirt",
|
"dirt": "Dirt",
|
||||||
"ground": "Ground",
|
"ground": "Ground",
|
||||||
"earth": "Earth",
|
"earth": "Earth",
|
||||||
"snow": "Snow",
|
|
||||||
"ice": "Ice",
|
|
||||||
"salt": "Salt",
|
|
||||||
"mud": "Mud",
|
"mud": "Mud",
|
||||||
"sand": "Sand",
|
"sand": "Sand",
|
||||||
"woodchips": "Woodchips",
|
|
||||||
"grass": "Grass",
|
"grass": "Grass",
|
||||||
"grass_paver": "Grass paver"
|
"grass_paver": "Grass paver",
|
||||||
|
"clay": "Clay",
|
||||||
|
"stone": "Stone"
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"from": "The start point is too far from the nearest road",
|
"from": "The start point is too far from the nearest road",
|
||||||
|
Reference in New Issue
Block a user