add "salt" as valid value for the surface tag

see https://github.com/openstreetmap/iD/issues/9305
This commit is contained in:
Martin Raifer 2022-09-26 19:06:33 +02:00
parent ad8ec05d8c
commit d5fece12ce
No known key found for this signature in database
GPG key ID: 3CD561F7B1C461BD
2 changed files with 4 additions and 1 deletions

View file

@ -16,7 +16,8 @@
"grass": "Grass",
"sand": "Sand",
"wood": "Wood",
"artificial_turf": "Artificial Turf"
"artificial_turf": "Artificial Turf",
"salt": "Salt"
}
}
}