From 3dce9cf025fe0e2ef24b7294554679633932aebe Mon Sep 17 00:00:00 2001 From: Al Date: Sun, 2 Oct 2016 13:05:49 -0400 Subject: [PATCH] [boundaries] mapping admin_level=4 in OSM to country_region, admin_level=6 to state in Latvia --- resources/boundaries/osm/lv.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/resources/boundaries/osm/lv.yaml b/resources/boundaries/osm/lv.yaml index d528fb20..4399c58b 100644 --- a/resources/boundaries/osm/lv.yaml +++ b/resources/boundaries/osm/lv.yaml @@ -1,10 +1,9 @@ --- admin_level: "2": "country" - "4": "state" - "6": "state_district" + "4": "country_region" + "6": "state" "7": "city" "8": "city" "9": "city" "10": "suburb" -