Skip to content

Commit

Permalink
Import-Styles.md - clarify country_code key
Browse files Browse the repository at this point in the history
  • Loading branch information
mtmail committed Aug 23, 2024
1 parent b5a6d7a commit ed7f0d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/customize/Import-Styles.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ are accepted, all other values are discarded.
main = {'addr:housenumber'},
extra = {'addr:*'},
postcode = {'postal_code', 'postcode', 'addr:postcode'},
country = {'country-code', 'ISO3166-1'}
country = {'country_code', 'ISO3166-1'}
}
```

Expand All @@ -227,7 +227,7 @@ are accepted, all other values are discarded.
object will fall back to be entered as a `place=house` in the database
unless there is another interested main tag to be found.

Tags with keys `country-code` and `ISO3166-1` are saved with their
Tags with keys `country_code` and `ISO3166-1` are saved with their
value under `country` in the address tag list. The same thing happens
to postcodes, they will always be saved under the key `postcode` thus
normalizing the multitude of keys that are used in the OSM database.
Expand Down

0 comments on commit ed7f0d9

Please sign in to comment.