]> git.openstreetmap.org Git - rails.git/commitdiff
Add "garden" to map key
authorFrederik Ramm <frederik@remote.org>
Wed, 18 May 2022 13:46:24 +0000 (15:46 +0200)
committerGitHub <noreply@github.com>
Wed, 18 May 2022 13:46:24 +0000 (15:46 +0200)
Make map key list "common, meadow, garden" instead of just "common, meadow".

This is in response to a DWG ticket ( #2022051810000111) where a resident complained that their private garden was "listed as 'common, meadow' " in OSM because they consulted the map key. Listing "garden" along these should clear up that misunderstanding.

config/locales/en.yml

index c3e048f83d0ed2042d3f447858b2e2ae1ce4e1a1..0aa0ad555a2e45216b27dc6fb89eff4aedbbeef4 100644 (file)
@@ -2195,6 +2195,7 @@ en:
           common:
             - Common
             - meadow
+            - garden
           retail: "Retail area"
           industrial: "Industrial area"
           commercial: "Commercial area"