From 487db3b959eb052fb3b0f2dfa82c12341254eade Mon Sep 17 00:00:00 2001 From: Al Date: Wed, 20 Jul 2016 04:00:29 -0400 Subject: [PATCH] [boundaries] Adding small islands/territories, usually with just the country boundary so we can pick up simple named points (note: Western Sahara not represented as a country in OSM) --- resources/boundaries/osm/bq.yaml | 3 +++ resources/boundaries/osm/bv.yaml | 3 +++ resources/boundaries/osm/cc.yaml | 3 +++ resources/boundaries/osm/gd.yaml | 3 +++ resources/boundaries/osm/gs.yaml | 3 +++ resources/boundaries/osm/hm.yaml | 3 +++ resources/boundaries/osm/io.yaml | 3 +++ resources/boundaries/osm/ki.yaml | 3 +++ resources/boundaries/osm/mh.yaml | 3 +++ resources/boundaries/osm/mv.yaml | 3 +++ resources/boundaries/osm/nr.yaml | 3 +++ resources/boundaries/osm/nu.yaml | 3 +++ resources/boundaries/osm/pm.yaml | 4 ++++ resources/boundaries/osm/pn.yaml | 3 +++ resources/boundaries/osm/pw.yaml | 3 +++ resources/boundaries/osm/sb.yaml | 3 +++ resources/boundaries/osm/sh.yaml | 3 +++ resources/boundaries/osm/sj.yaml | 3 +++ resources/boundaries/osm/st.yaml | 3 +++ resources/boundaries/osm/tk.yaml | 3 +++ resources/boundaries/osm/to.yaml | 3 +++ resources/boundaries/osm/tv.yaml | 3 +++ resources/boundaries/osm/va.yaml | 3 +++ resources/boundaries/osm/vu.yaml | 3 +++ 24 files changed, 73 insertions(+) create mode 100644 resources/boundaries/osm/bq.yaml create mode 100644 resources/boundaries/osm/bv.yaml create mode 100644 resources/boundaries/osm/cc.yaml create mode 100644 resources/boundaries/osm/gd.yaml create mode 100644 resources/boundaries/osm/gs.yaml create mode 100644 resources/boundaries/osm/hm.yaml create mode 100644 resources/boundaries/osm/io.yaml create mode 100644 resources/boundaries/osm/ki.yaml create mode 100644 resources/boundaries/osm/mh.yaml create mode 100644 resources/boundaries/osm/mv.yaml create mode 100644 resources/boundaries/osm/nr.yaml create mode 100644 resources/boundaries/osm/nu.yaml create mode 100644 resources/boundaries/osm/pm.yaml create mode 100644 resources/boundaries/osm/pn.yaml create mode 100644 resources/boundaries/osm/pw.yaml create mode 100644 resources/boundaries/osm/sb.yaml create mode 100644 resources/boundaries/osm/sh.yaml create mode 100644 resources/boundaries/osm/sj.yaml create mode 100644 resources/boundaries/osm/st.yaml create mode 100644 resources/boundaries/osm/tk.yaml create mode 100644 resources/boundaries/osm/to.yaml create mode 100644 resources/boundaries/osm/tv.yaml create mode 100644 resources/boundaries/osm/va.yaml create mode 100644 resources/boundaries/osm/vu.yaml diff --git a/resources/boundaries/osm/bq.yaml b/resources/boundaries/osm/bq.yaml new file mode 100644 index 00000000..38330e35 --- /dev/null +++ b/resources/boundaries/osm/bq.yaml @@ -0,0 +1,3 @@ +--- + admin_level: + "4": "country" diff --git a/resources/boundaries/osm/bv.yaml b/resources/boundaries/osm/bv.yaml new file mode 100644 index 00000000..38330e35 --- /dev/null +++ b/resources/boundaries/osm/bv.yaml @@ -0,0 +1,3 @@ +--- + admin_level: + "4": "country" diff --git a/resources/boundaries/osm/cc.yaml b/resources/boundaries/osm/cc.yaml new file mode 100644 index 00000000..38330e35 --- /dev/null +++ b/resources/boundaries/osm/cc.yaml @@ -0,0 +1,3 @@ +--- + admin_level: + "4": "country" diff --git a/resources/boundaries/osm/gd.yaml b/resources/boundaries/osm/gd.yaml new file mode 100644 index 00000000..688b43c9 --- /dev/null +++ b/resources/boundaries/osm/gd.yaml @@ -0,0 +1,3 @@ +--- + admin_level: + "2": "country" diff --git a/resources/boundaries/osm/gs.yaml b/resources/boundaries/osm/gs.yaml new file mode 100644 index 00000000..e4357cf1 --- /dev/null +++ b/resources/boundaries/osm/gs.yaml @@ -0,0 +1,3 @@ +--- + admin_level: + "2": "country" \ No newline at end of file diff --git a/resources/boundaries/osm/hm.yaml b/resources/boundaries/osm/hm.yaml new file mode 100644 index 00000000..bf013f9a --- /dev/null +++ b/resources/boundaries/osm/hm.yaml @@ -0,0 +1,3 @@ +--- + admin_level: + "4": "country" \ No newline at end of file diff --git a/resources/boundaries/osm/io.yaml b/resources/boundaries/osm/io.yaml new file mode 100644 index 00000000..e4357cf1 --- /dev/null +++ b/resources/boundaries/osm/io.yaml @@ -0,0 +1,3 @@ +--- + admin_level: + "2": "country" \ No newline at end of file diff --git a/resources/boundaries/osm/ki.yaml b/resources/boundaries/osm/ki.yaml new file mode 100644 index 00000000..e4357cf1 --- /dev/null +++ b/resources/boundaries/osm/ki.yaml @@ -0,0 +1,3 @@ +--- + admin_level: + "2": "country" \ No newline at end of file diff --git a/resources/boundaries/osm/mh.yaml b/resources/boundaries/osm/mh.yaml new file mode 100644 index 00000000..e4357cf1 --- /dev/null +++ b/resources/boundaries/osm/mh.yaml @@ -0,0 +1,3 @@ +--- + admin_level: + "2": "country" \ No newline at end of file diff --git a/resources/boundaries/osm/mv.yaml b/resources/boundaries/osm/mv.yaml new file mode 100644 index 00000000..e4357cf1 --- /dev/null +++ b/resources/boundaries/osm/mv.yaml @@ -0,0 +1,3 @@ +--- + admin_level: + "2": "country" \ No newline at end of file diff --git a/resources/boundaries/osm/nr.yaml b/resources/boundaries/osm/nr.yaml new file mode 100644 index 00000000..e4357cf1 --- /dev/null +++ b/resources/boundaries/osm/nr.yaml @@ -0,0 +1,3 @@ +--- + admin_level: + "2": "country" \ No newline at end of file diff --git a/resources/boundaries/osm/nu.yaml b/resources/boundaries/osm/nu.yaml new file mode 100644 index 00000000..e4357cf1 --- /dev/null +++ b/resources/boundaries/osm/nu.yaml @@ -0,0 +1,3 @@ +--- + admin_level: + "2": "country" \ No newline at end of file diff --git a/resources/boundaries/osm/pm.yaml b/resources/boundaries/osm/pm.yaml new file mode 100644 index 00000000..5ca2ad6c --- /dev/null +++ b/resources/boundaries/osm/pm.yaml @@ -0,0 +1,4 @@ +--- + admin_level: + "3": "country" + "8": "city" \ No newline at end of file diff --git a/resources/boundaries/osm/pn.yaml b/resources/boundaries/osm/pn.yaml new file mode 100644 index 00000000..e4357cf1 --- /dev/null +++ b/resources/boundaries/osm/pn.yaml @@ -0,0 +1,3 @@ +--- + admin_level: + "2": "country" \ No newline at end of file diff --git a/resources/boundaries/osm/pw.yaml b/resources/boundaries/osm/pw.yaml new file mode 100644 index 00000000..e4357cf1 --- /dev/null +++ b/resources/boundaries/osm/pw.yaml @@ -0,0 +1,3 @@ +--- + admin_level: + "2": "country" \ No newline at end of file diff --git a/resources/boundaries/osm/sb.yaml b/resources/boundaries/osm/sb.yaml new file mode 100644 index 00000000..e4357cf1 --- /dev/null +++ b/resources/boundaries/osm/sb.yaml @@ -0,0 +1,3 @@ +--- + admin_level: + "2": "country" \ No newline at end of file diff --git a/resources/boundaries/osm/sh.yaml b/resources/boundaries/osm/sh.yaml new file mode 100644 index 00000000..e4357cf1 --- /dev/null +++ b/resources/boundaries/osm/sh.yaml @@ -0,0 +1,3 @@ +--- + admin_level: + "2": "country" \ No newline at end of file diff --git a/resources/boundaries/osm/sj.yaml b/resources/boundaries/osm/sj.yaml new file mode 100644 index 00000000..bf013f9a --- /dev/null +++ b/resources/boundaries/osm/sj.yaml @@ -0,0 +1,3 @@ +--- + admin_level: + "4": "country" \ No newline at end of file diff --git a/resources/boundaries/osm/st.yaml b/resources/boundaries/osm/st.yaml new file mode 100644 index 00000000..e4357cf1 --- /dev/null +++ b/resources/boundaries/osm/st.yaml @@ -0,0 +1,3 @@ +--- + admin_level: + "2": "country" \ No newline at end of file diff --git a/resources/boundaries/osm/tk.yaml b/resources/boundaries/osm/tk.yaml new file mode 100644 index 00000000..e4357cf1 --- /dev/null +++ b/resources/boundaries/osm/tk.yaml @@ -0,0 +1,3 @@ +--- + admin_level: + "2": "country" \ No newline at end of file diff --git a/resources/boundaries/osm/to.yaml b/resources/boundaries/osm/to.yaml new file mode 100644 index 00000000..e4357cf1 --- /dev/null +++ b/resources/boundaries/osm/to.yaml @@ -0,0 +1,3 @@ +--- + admin_level: + "2": "country" \ No newline at end of file diff --git a/resources/boundaries/osm/tv.yaml b/resources/boundaries/osm/tv.yaml new file mode 100644 index 00000000..e4357cf1 --- /dev/null +++ b/resources/boundaries/osm/tv.yaml @@ -0,0 +1,3 @@ +--- + admin_level: + "2": "country" \ No newline at end of file diff --git a/resources/boundaries/osm/va.yaml b/resources/boundaries/osm/va.yaml new file mode 100644 index 00000000..688b43c9 --- /dev/null +++ b/resources/boundaries/osm/va.yaml @@ -0,0 +1,3 @@ +--- + admin_level: + "2": "country" diff --git a/resources/boundaries/osm/vu.yaml b/resources/boundaries/osm/vu.yaml new file mode 100644 index 00000000..e4357cf1 --- /dev/null +++ b/resources/boundaries/osm/vu.yaml @@ -0,0 +1,3 @@ +--- + admin_level: + "2": "country" \ No newline at end of file