File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ are accepted, all other values are discarded.
218
218
main = {'addr:housenumber'},
219
219
extra = {'addr:*'},
220
220
postcode = {'postal_code', 'postcode', 'addr:postcode'},
221
- country = {'country-code ', 'ISO3166-1'}
221
+ country = {'country_code ', 'ISO3166-1'}
222
222
}
223
223
```
224
224
@@ -227,7 +227,7 @@ are accepted, all other values are discarded.
227
227
object will fall back to be entered as a `place=house` in the database
228
228
unless there is another interested main tag to be found.
229
229
230
- Tags with keys `country-code ` and `ISO3166-1` are saved with their
230
+ Tags with keys `country_code ` and `ISO3166-1` are saved with their
231
231
value under `country` in the address tag list. The same thing happens
232
232
to postcodes, they will always be saved under the key `postcode` thus
233
233
normalizing the multitude of keys that are used in the OSM database.
You can’t perform that action at this time.
0 commit comments