From cad57b94b25ad446eab7b947a64a9bb66bd74ec8 Mon Sep 17 00:00:00 2001 From: Al Date: Thu, 29 Dec 2016 14:01:57 -0500 Subject: [PATCH] [boundaries] mapping place=hamlet to suburb for all of Malaysia. place=village becomes suburb as well in the urban core --- resources/boundaries/osm/my.yaml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/resources/boundaries/osm/my.yaml b/resources/boundaries/osm/my.yaml index 4bcf3ced..1d304b84 100644 --- a/resources/boundaries/osm/my.yaml +++ b/resources/boundaries/osm/my.yaml @@ -10,9 +10,27 @@ place: "district": "state_district" + "hamlet": "suburb" overrides: id: relation: # Kuala Lumpur - "2939672": "city" \ No newline at end of file + "2939672": "city" + + contained_by: + relation: + # Kuala Lumpur + "2939672": + place: + "village": "suburb" + + # Selangor + "2932285": + place: + "village": "suburb" + + # Putrajaya + "4443881": + place: + "village": "suburb" \ No newline at end of file