]> git.openstreetmap.org Git - nominatim.git/commitdiff
fix typo in taginfo.json
authorSarah Hoffmann <lonvia@denofr.de>
Fri, 19 Sep 2014 14:57:38 +0000 (16:57 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Fri, 19 Sep 2014 14:57:38 +0000 (16:57 +0200)
Fixes https://github.com/twain47/Nominatim/issues/181

website/taginfo.json

index ad0c446ac44dd10ea11fa6b9976ea51c660b8157..25d1f9abe1f1f7ed72def8ac2bc80f6ca2559de5 100644 (file)
@@ -87,7 +87,7 @@
       { "key" : "addr:interpolation", "description": "Way along which house numbers are interpolated."} ,
       { "key" : "tiger:county", "description": "Used to determine the address in the US (needs a place with the same name and a county suffix)."},
       { "key" : "is_in", "description": "Used to determine the address of a place. Note that a place with the same name must exist for this to work."},
-      { "key" : "adr:suburb", "description": "Used to determine the address of a place. Note that a place with the same name must exist for this to work."},
+      { "key" : "addr:suburb", "description": "Used to determine the address of a place. Note that a place with the same name must exist for this to work."},
       { "key" : "addr:city", "description": "Used to determine the address of a place. Note that a place with the same name must exist for this to work."},
       { "key" : "addr:state_code", "description": "Used to determine the address of a place. Note that a place with the same name must exist for this to work."},
       { "key" : "addr:state", "description": "Used to determine the address of a place. Note that a place with the same name must exist for this to work."},