From ed7f0d9e46cf6ecd8c3182e02156ff0e4d1cd864 Mon Sep 17 00:00:00 2001 From: marc tobias Date: Fri, 23 Aug 2024 13:49:16 +0200 Subject: [PATCH] Import-Styles.md - clarify country_code key --- docs/customize/Import-Styles.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/customize/Import-Styles.md b/docs/customize/Import-Styles.md index 867e3b52..003e56e3 100644 --- a/docs/customize/Import-Styles.md +++ b/docs/customize/Import-Styles.md @@ -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'} } ``` @@ -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. -- 2.39.5