From 2c5e7dc96ebdfc5b3e30b7d10f1410fbfd591fb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B3hannes=20Birgir=20Jensson?= Date: Tue, 31 Jul 2018 23:13:37 +0000 Subject: [PATCH 1/5] Create iceland --- features/europe/iceland | 1 + 1 file changed, 1 insertion(+) create mode 100644 features/europe/iceland diff --git a/features/europe/iceland b/features/europe/iceland new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/features/europe/iceland @@ -0,0 +1 @@ + From b4fb51e34a966697600e72de8fde043d9f59af1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B3hannes=20Birgir=20Jensson?= Date: Wed, 1 Aug 2018 00:37:53 +0000 Subject: [PATCH 2/5] Iceland and Botswana --- features/africa/botswana/botswana.geojson | 172 +++++++++++++++++++ features/europe/iceland | 1 - features/europe/iceland/iceland.geojson | 15 ++ resources/africa/botswana/bw-facebook.json | 11 ++ resources/africa/botswana/bw-twitter.json | 11 ++ resources/europe/iceland/is-facebook.json | 11 ++ resources/europe/iceland/is-mailinglist.json | 11 ++ resources/europe/iceland/is-twitter.json | 11 ++ 8 files changed, 242 insertions(+), 1 deletion(-) create mode 100644 features/africa/botswana/botswana.geojson delete mode 100644 features/europe/iceland create mode 100644 features/europe/iceland/iceland.geojson create mode 100644 resources/africa/botswana/bw-facebook.json create mode 100644 resources/africa/botswana/bw-twitter.json create mode 100644 resources/europe/iceland/is-facebook.json create mode 100644 resources/europe/iceland/is-mailinglist.json create mode 100644 resources/europe/iceland/is-twitter.json diff --git a/features/africa/botswana/botswana.geojson b/features/africa/botswana/botswana.geojson new file mode 100644 index 000000000..70fecdbc2 --- /dev/null +++ b/features/africa/botswana/botswana.geojson @@ -0,0 +1,172 @@ +{ +type: "Feature", +id: "botswana", +properties: { }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 25.649163, + -18.536026 + ], + [ + 25.850391, + -18.714413 + ], + [ + 26.164791, + -19.293086 + ], + [ + 27.296505, + -20.39152 + ], + [ + 27.724747, + -20.499059 + ], + [ + 27.727228, + -20.851802 + ], + [ + 28.02137, + -21.485975 + ], + [ + 28.794656, + -21.639454 + ], + [ + 29.432188, + -22.091313 + ], + [ + 28.017236, + -22.827754 + ], + [ + 27.11941, + -23.574323 + ], + [ + 26.786407, + -24.240691 + ], + [ + 26.485753, + -24.616327 + ], + [ + 25.941652, + -24.696373 + ], + [ + 25.765849, + -25.174845 + ], + [ + 25.664666, + -25.486816 + ], + [ + 25.025171, + -25.71967 + ], + [ + 24.211267, + -25.670216 + ], + [ + 23.73357, + -25.390129 + ], + [ + 23.312097, + -25.26869 + ], + [ + 22.824271, + -25.500459 + ], + [ + 22.579532, + -25.979448 + ], + [ + 22.105969, + -26.280256 + ], + [ + 21.605896, + -26.726534 + ], + [ + 20.889609, + -26.828543 + ], + [ + 20.66647, + -26.477453 + ], + [ + 20.758609, + -25.868136 + ], + [ + 20.165726, + -24.917962 + ], + [ + 19.895768, + -24.76779 + ], + [ + 19.895458, + -21.849157 + ], + [ + 20.881134, + -21.814327 + ], + [ + 20.910641, + -18.252219 + ], + [ + 21.65504, + -18.219146 + ], + [ + 23.196858, + -17.869038 + ], + [ + 23.579006, + -18.281261 + ], + [ + 24.217365, + -17.889347 + ], + [ + 24.520705, + -17.887125 + ], + [ + 25.084443, + -17.661816 + ], + [ + 25.264226, + -17.73654 + ], + [ + 25.649163, + -18.536026 + ] + ] + ] + } +} \ No newline at end of file diff --git a/features/europe/iceland b/features/europe/iceland deleted file mode 100644 index 8b1378917..000000000 --- a/features/europe/iceland +++ /dev/null @@ -1 +0,0 @@ - diff --git a/features/europe/iceland/iceland.geojson b/features/europe/iceland/iceland.geojson new file mode 100644 index 000000000..4658cdeb2 --- /dev/null +++ b/features/europe/iceland/iceland.geojson @@ -0,0 +1,15 @@ +{ +type: "Feature", +id: "iceland", +properties: { }, +geometry: { +type: "Polygon", +coordinates: [ +[ +[27.2, 67.4], +[10.5, 67.4], +[10.5, 63.1], +[27.2, 63.1] +] +] +} \ No newline at end of file diff --git a/resources/africa/botswana/bw-facebook.json b/resources/africa/botswana/bw-facebook.json new file mode 100644 index 000000000..1534aa709 --- /dev/null +++ b/resources/africa/botswana/bw-facebook.json @@ -0,0 +1,11 @@ +{ + "id": "bw-facebook-page", + "type": "facebook", + "featureId": "botswana", + "countryCodes": ["bw"], + "languageCodes": ["en", "tn"], + "name": "Mapping Botswana", + "description": "Page of OpenStreetMap in Botswana", + "url": "https://www.facebook.com/MappingBotswana/", + "contacts": [{"name": "info@openstreetmap.org.bw", "email": "info@openstreetmap.org.bw"}] +} \ No newline at end of file diff --git a/resources/africa/botswana/bw-twitter.json b/resources/africa/botswana/bw-twitter.json new file mode 100644 index 000000000..d0f089c81 --- /dev/null +++ b/resources/africa/botswana/bw-twitter.json @@ -0,0 +1,11 @@ +{ + "id": "bw-twitter", + "type": "twitter", + "featureId": "botswana", + "countryCodes": ["bw"], + "languageCodes": ["en", "tn"], + "name": "Mapping Botswana", + "description": "Twitter of OpenStreetMap in Botswana", + "url": "https://twitter.com/mappingbotswana", + "contacts": [{"name": "info@openstreetmap.org.bw", "email": "info@openstreetmap.org.bw"}] +} \ No newline at end of file diff --git a/resources/europe/iceland/is-facebook.json b/resources/europe/iceland/is-facebook.json new file mode 100644 index 000000000..1f0041dc0 --- /dev/null +++ b/resources/europe/iceland/is-facebook.json @@ -0,0 +1,11 @@ +{ + "id": "IS-facebook-page", + "type": "facebook", + "featureId": "iceland", + "countryCodes": ["is"], + "languageCodes": ["is","en"], + "name": "OpenStreetMap á Íslandi", + "description": "Page of OpenStreetMap in Iceland", + "url": "https://www.facebook.com/osmiceland/", + "contacts": [{"name": "Talk-is-owner", "email": "talk-is-owner@openstreetmap.org"}] +} \ No newline at end of file diff --git a/resources/europe/iceland/is-mailinglist.json b/resources/europe/iceland/is-mailinglist.json new file mode 100644 index 000000000..2d49fd351 --- /dev/null +++ b/resources/europe/iceland/is-mailinglist.json @@ -0,0 +1,11 @@ +{ + "id": "is-mailinglist", + "type": "mailinglist", + "featureId": "iceland", + "countryCodes": ["is"], + "languageCodes": ["is","en"], + "name": "Talk-is Mailing List", + "description": "Talk-is is the official mailing list for the Icelandic OSM community", + "url": "https://lists.openstreetmap.org/listinfo/talk-is", + "contacts": [{"name": "Talk-is-owner", "email": "talk-is-owner@openstreetmap.org"}] +} \ No newline at end of file diff --git a/resources/europe/iceland/is-twitter.json b/resources/europe/iceland/is-twitter.json new file mode 100644 index 000000000..3215e1559 --- /dev/null +++ b/resources/europe/iceland/is-twitter.json @@ -0,0 +1,11 @@ +{ + "id": "is-twitter", + "type": "twitter", + "featureId": "iceland", + "countryCodes": ["is"], + "languageCodes": ["is","en"], + "name": "OpenStreetMap á Íslandi", + "description": "Twitter of OpenStreetMap in Iceland", + "url": "https://twitter.com/openstreetmapis", + "contacts": [{"name": "Talk-is-owner", "email": "talk-is-owner@openstreetmap.org"}] +} \ No newline at end of file From 4468dbece8bfe90c7e79142b0ff1be760f22d658 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B3hannes=20Birgir=20Jensson?= Date: Wed, 1 Aug 2018 00:45:03 +0000 Subject: [PATCH 3/5] geojson fix --- features/africa/botswana/botswana.geojson | 8 +++---- features/europe/iceland/iceland.geojson | 27 ++++++++++++----------- 2 files changed, 18 insertions(+), 17 deletions(-) diff --git a/features/africa/botswana/botswana.geojson b/features/africa/botswana/botswana.geojson index 70fecdbc2..30db51d4e 100644 --- a/features/africa/botswana/botswana.geojson +++ b/features/africa/botswana/botswana.geojson @@ -1,8 +1,8 @@ { -type: "Feature", -id: "botswana", -properties: { }, - "geometry": { + type: "Feature", + id: "botswana", + properties: { }, + "geometry": { "type": "Polygon", "coordinates": [ [ diff --git a/features/europe/iceland/iceland.geojson b/features/europe/iceland/iceland.geojson index 4658cdeb2..68a9d45cc 100644 --- a/features/europe/iceland/iceland.geojson +++ b/features/europe/iceland/iceland.geojson @@ -1,15 +1,16 @@ { -type: "Feature", -id: "iceland", -properties: { }, -geometry: { -type: "Polygon", -coordinates: [ -[ -[27.2, 67.4], -[10.5, 67.4], -[10.5, 63.1], -[27.2, 63.1] -] -] + type: "Feature", + id: "iceland", + properties: { }, + geometry: { + type: "Polygon", + coordinates: [ + [ + [27.2, 67.4], + [10.5, 67.4], + [10.5, 63.1], + [27.2, 63.1] + ] + ] + } } \ No newline at end of file From e5e6b47bf578e858e2b7b0b60863b65d4a2f5ebb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B3hannes=20Birgir=20Jensson?= Date: Wed, 1 Aug 2018 00:46:55 +0000 Subject: [PATCH 4/5] geojson fix2 --- features/africa/botswana/botswana.geojson | 6 +++--- features/europe/iceland/iceland.geojson | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/features/africa/botswana/botswana.geojson b/features/africa/botswana/botswana.geojson index 30db51d4e..563ed2145 100644 --- a/features/africa/botswana/botswana.geojson +++ b/features/africa/botswana/botswana.geojson @@ -1,7 +1,7 @@ { - type: "Feature", - id: "botswana", - properties: { }, + "type": "Feature", + "id": "botswana", + "properties": { }, "geometry": { "type": "Polygon", "coordinates": [ diff --git a/features/europe/iceland/iceland.geojson b/features/europe/iceland/iceland.geojson index 68a9d45cc..255532726 100644 --- a/features/europe/iceland/iceland.geojson +++ b/features/europe/iceland/iceland.geojson @@ -1,10 +1,10 @@ { - type: "Feature", - id: "iceland", - properties: { }, - geometry: { - type: "Polygon", - coordinates: [ + "type": "Feature", + "id": "iceland", + "properties": { }, + "geometry": { + "type": "Polygon", + "coordinates": [ [ [27.2, 67.4], [10.5, 67.4], From b03cc85a1e6291f97655135ec46edc6945ecd36d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B3hannes=20Birgir=20Jensson?= Date: Wed, 1 Aug 2018 01:41:17 +0000 Subject: [PATCH 5/5] geojson 3 --- features/africa/botswana/botswana.geojson | 173 +--------------------- features/europe/iceland/iceland.geojson | 35 +++-- 2 files changed, 22 insertions(+), 186 deletions(-) diff --git a/features/africa/botswana/botswana.geojson b/features/africa/botswana/botswana.geojson index 563ed2145..efbea8a56 100644 --- a/features/africa/botswana/botswana.geojson +++ b/features/africa/botswana/botswana.geojson @@ -1,172 +1 @@ -{ - "type": "Feature", - "id": "botswana", - "properties": { }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 25.649163, - -18.536026 - ], - [ - 25.850391, - -18.714413 - ], - [ - 26.164791, - -19.293086 - ], - [ - 27.296505, - -20.39152 - ], - [ - 27.724747, - -20.499059 - ], - [ - 27.727228, - -20.851802 - ], - [ - 28.02137, - -21.485975 - ], - [ - 28.794656, - -21.639454 - ], - [ - 29.432188, - -22.091313 - ], - [ - 28.017236, - -22.827754 - ], - [ - 27.11941, - -23.574323 - ], - [ - 26.786407, - -24.240691 - ], - [ - 26.485753, - -24.616327 - ], - [ - 25.941652, - -24.696373 - ], - [ - 25.765849, - -25.174845 - ], - [ - 25.664666, - -25.486816 - ], - [ - 25.025171, - -25.71967 - ], - [ - 24.211267, - -25.670216 - ], - [ - 23.73357, - -25.390129 - ], - [ - 23.312097, - -25.26869 - ], - [ - 22.824271, - -25.500459 - ], - [ - 22.579532, - -25.979448 - ], - [ - 22.105969, - -26.280256 - ], - [ - 21.605896, - -26.726534 - ], - [ - 20.889609, - -26.828543 - ], - [ - 20.66647, - -26.477453 - ], - [ - 20.758609, - -25.868136 - ], - [ - 20.165726, - -24.917962 - ], - [ - 19.895768, - -24.76779 - ], - [ - 19.895458, - -21.849157 - ], - [ - 20.881134, - -21.814327 - ], - [ - 20.910641, - -18.252219 - ], - [ - 21.65504, - -18.219146 - ], - [ - 23.196858, - -17.869038 - ], - [ - 23.579006, - -18.281261 - ], - [ - 24.217365, - -17.889347 - ], - [ - 24.520705, - -17.887125 - ], - [ - 25.084443, - -17.661816 - ], - [ - 25.264226, - -17.73654 - ], - [ - 25.649163, - -18.536026 - ] - ] - ] - } -} \ No newline at end of file +{ "type": "Feature", "id": "botswana", "properties": { }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 25.654230477732991, -18.480849322773246 ], [ 25.701309591944948, -18.566289196713463 ], [ 25.791980478575383, -18.608137298235199 ], [ 25.835572250993859, -18.829583502121068 ], [ 25.954141871972119, -18.892355654403676 ], [ 26.002964657080817, -19.023130971659111 ], [ 25.992502631700379, -19.05800438959389 ], [ 26.179075417651465, -19.523564519023232 ], [ 26.250565924417767, -19.570643633235186 ], [ 26.325543772977547, -19.570643633235186 ], [ 26.376110228982981, -19.62121008924062 ], [ 26.353442507325376, -19.645621481794969 ], [ 26.707407699363419, -19.874042369267791 ], [ 26.733562762814504, -19.917634141686268 ], [ 26.974189346564501, -20.001330344729745 ], [ 27.043936182434066, -19.997843002936268 ], [ 27.139838081754718, -20.065846167909093 ], [ 27.220046943004718, -20.074564522392787 ], [ 27.307230487841675, -20.22626389040909 ], [ 27.317692513222102, -20.456428448778656 ], [ 27.732686186646013, -20.491301866713439 ], [ 27.746635553819928, -20.709260728805827 ], [ 27.715249477678618, -21.077175288017781 ], [ 27.908796947216661, -21.277697441142777 ], [ 28.025622897298184, -21.556684784621034 ], [ 28.198246316075355, -21.593301873452557 ], [ 28.372613405749266, -21.596789215246034 ], [ 28.503388723004701, -21.654330354838425 ], [ 28.58011024246122, -21.6264316204906 ], [ 28.803300117243829, -21.713615165327553 ], [ 29.085774802515566, -21.806029722854721 ], [ 29.033464675613391, -21.901931622175372 ], [ 29.066594422651434, -22.023988584947112 ], [ 29.176445689146, -22.071067699159066 ], [ 29.256654550395996, -22.051887319294938 ], [ 29.385686196754694, -22.193124661930806 ], [ 29.321170373575345, -22.212305041794938 ], [ 29.038695688303608, -22.233229092555806 ], [ 29.014284295749263, -22.271589852284066 ], [ 28.97941087781448, -22.313437953805806 ], [ 28.981154548711221, -22.344824029947109 ], [ 28.941050118086221, -22.459906309131892 ], [ 28.522569102868832, -22.59765630997428 ], [ 28.360407709472096, -22.583706942800369 ], [ 28.182553278004708, -22.700532892881888 ], [ 28.182553278004708, -22.747612007093846 ], [ 28.067470998819925, -22.899311375110148 ], [ 27.952388719635145, -22.970801881876451 ], [ 27.962850745015579, -23.0353177050558 ], [ 27.748379224716668, -23.241070870871013 ], [ 27.68560707243406, -23.216659478316664 ], [ 27.621091249254714, -23.237583529077536 ], [ 27.560062767868843, -23.368358846332971 ], [ 27.274100740803629, -23.495646821794928 ], [ 27.08578428395581, -23.663039227881882 ], [ 27.000344410015593, -23.704887329403622 ], [ 26.888749472624291, -24.105931635653619 ], [ 26.876543776347116, -24.266349358153615 ], [ 26.742281117298205, -24.313428472365569 ], [ 26.576632382107988, -24.452922144104697 ], [ 26.428420355885166, -24.64821328453948 ], [ 25.884395036102564, -24.777244930898174 ], [ 25.894857061482998, -24.880121513805779 ], [ 25.765849, -25.174845 ], [ 25.664666, -25.486816 ], [ 25.584483641863432, -25.649080379267733 ], [ 25.345600729010176, -25.785086709213385 ], [ 25.110205157950396, -25.769393671142733 ], [ 25.025171, -25.71967 ], [ 24.925376042896051, -25.818216456251427 ], [ 24.696955155423229, -25.830422152528602 ], [ 24.461559584363449, -25.743238607691648 ], [ 24.377863381319973, -25.767650000245993 ], [ 24.211267, -25.670216 ], [ 23.929739960858019, -25.640362024784039 ], [ 23.668189326347154, -25.441583542555779 ], [ 23.312097, -25.26869 ], [ 22.881793751917815, -25.500868353044911 ], [ 22.728350713004772, -26.013507596686207 ], [ 22.637679826374342, -26.107665825110121 ], [ 22.567932990504776, -26.236697471468815 ], [ 22.484236787461299, -26.210542408017727 ], [ 22.355205141102605, -26.336086712582944 ], [ 22.249713051849888, -26.353523421550339 ], [ 22.073166373555054, -26.632510765028599 ], [ 21.966802448853972, -26.671307442481041 ], [ 21.797666371870278, -26.669563771584301 ], [ 21.777614156557778, -26.692231493241909 ], [ 21.803769220008864, -26.784646050769084 ], [ 21.691302447169193, -26.870957760157669 ], [ 21.598887889642018, -26.860495734777235 ], [ 21.527397382875716, -26.862239405673975 ], [ 21.323387887957228, -26.843494943534033 ], [ 21.142479624035317, -26.873753895394021 ], [ 21.003860196129796, -26.848725956224239 ], [ 20.987292914225534, -26.816212755801629 ], [ 20.85826126786684, -26.805750730421192 ], [ 20.68476842202654, -26.920216462990542 ], [ 20.616765257053714, -26.792928487528584 ], [ 20.6158910132201, -26.687181109442932 ], [ 20.621996269743931, -26.604612030680762 ], [ 20.594097535396106, -26.475580384322068 ], [ 20.822518422868924, -26.153001268425335 ], [ 20.789388675830882, -25.924580380952513 ], [ 20.637689307814583, -25.638618353887299 ], [ 20.635945636917842, -25.551434809050345 ], [ 20.360445635233063, -25.063206957963391 ], [ 20.255825381428718, -24.937662653398178 ], [ 20.119819051483059, -24.897558222773174 ], [ 19.985556392434148, -24.76852657641448 ], [ 19.996018417814582, -21.994346179702557 ], [ 20.993398170749348, -22.001320863289511 ], [ 20.995141841646085, -18.306482233099342 ], [ 21.455470958385213, -18.311713245789559 ], [ 23.103239955803673, -17.989134129892822 ], [ 23.314224134309104, -17.989134129892822 ], [ 23.431050084390627, -18.182681599430865 ], [ 23.544388692678666, -18.262890460680865 ], [ 23.605417174064538, -18.480849322773249 ], [ 23.774553251048232, -18.36576704358847 ], [ 23.919277935477577, -18.208836662881946 ], [ 24.186059582678663, -18.013545522447167 ], [ 24.369145026836268, -17.940311344784124 ], [ 24.47376528064061, -17.956004382854776 ], [ 24.510382369472133, -18.036213244104776 ], [ 24.578385534444955, -18.057137294865644 ], [ 24.615002623276478, -17.985646788099341 ], [ 24.71439186439061, -17.894975901468907 ], [ 24.975942498901475, -17.774662609593911 ], [ 25.091024778086254, -17.821741723805864 ], [ 25.15902794305908, -17.762456913316736 ], [ 25.274110222243863, -17.795586660354779 ], [ 25.254929842379731, -17.912412610436299 ], [ 25.315958323765599, -18.060624636659124 ], [ 25.404885539499293, -18.107703750871078 ], [ 25.537404527651468, -18.379716410762381 ], [ 25.654230477732991, -18.480849322773246 ] ] ] } } \ No newline at end of file diff --git a/features/europe/iceland/iceland.geojson b/features/europe/iceland/iceland.geojson index 255532726..9d5bc42e7 100644 --- a/features/europe/iceland/iceland.geojson +++ b/features/europe/iceland/iceland.geojson @@ -1,16 +1,23 @@ { - "type": "Feature", - "id": "iceland", - "properties": { }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [27.2, 67.4], - [10.5, 67.4], - [10.5, 63.1], - [27.2, 63.1] - ] - ] - } + "type": "Feature", + "id": "iceland", + "properties": { }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ -25.21, 65.81 ], + [ -23.17, 66.89 ], + [ -19.51, 66.29 ], + [ -19.09, 67.46 ], + [ -17.98, 67.34 ], + [ -17.38, 66.83 ], + [ -14.01, 66.72 ], + [ -12.36, 64.54 ], + [ -17.21, 62.92 ], + [ -23.63, 63.15 ], + [ -25.21, 65.81 ] + ] + ] + } } \ No newline at end of file