mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-02-12 16:52:45 +00:00
add "salt" as valid value for the surface tag
see https://github.com/openstreetmap/iD/issues/9305
This commit is contained in:
@@ -16,7 +16,8 @@
|
||||
"grass": "Grass",
|
||||
"sand": "Sand",
|
||||
"wood": "Wood",
|
||||
"artificial_turf": "Artificial Turf"
|
||||
"artificial_turf": "Artificial Turf",
|
||||
"salt": "Salt"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3123,6 +3123,8 @@ en:
|
||||
paved: Paved
|
||||
# surface=paving_stones
|
||||
paving_stones: Paving Stones
|
||||
# surface=salt
|
||||
salt: Salt
|
||||
# surface=sand
|
||||
sand: Sand
|
||||
# surface=unpaved
|
||||
|
||||
Reference in New Issue
Block a user