From bf1928d8c0fd77570c6a97acaed65d6295f24d82 Mon Sep 17 00:00:00 2001 From: Al Date: Tue, 22 Nov 2016 01:03:50 -0500 Subject: [PATCH] [boundaries] making admin_level=6 city for Mexico as municipalities are the main type of boundary found in OSM --- resources/boundaries/osm/mx.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/boundaries/osm/mx.yaml b/resources/boundaries/osm/mx.yaml index 9b1accb7..8b1bd9d0 100644 --- a/resources/boundaries/osm/mx.yaml +++ b/resources/boundaries/osm/mx.yaml @@ -2,7 +2,7 @@ admin_level: "2": "country" "4": "state" - "6": "state_district" + "6": "city" "8": "city" "9": "city_district" "10": "city_district"