From 2fd0d2304f05bdac456e654681cd26565c2d7f08 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Mon, 14 May 2018 20:35:29 -0400 Subject: [PATCH] Upgrade community index to 0.4.3 to fix issue with tirana polygon --- vendor/assets/iD/iD.js | 70 ++++++++++++++++++++++++++++++++---------- 1 file changed, 54 insertions(+), 16 deletions(-) diff --git a/vendor/assets/iD/iD.js b/vendor/assets/iD/iD.js index 63ca6dbaf..81763bf75 100644 --- a/vendor/assets/iD/iD.js +++ b/vendor/assets/iD/iD.js @@ -54883,6 +54883,43 @@ ] } }, + "al-tirana": { + type: "Feature", + id: "al-tirana", + properties: { + }, + geometry: { + type: "Polygon", + coordinates: [ + [ + [ + 19.3, + 41.17 + ], + [ + 19.3, + 41.6 + ], + [ + 19.9, + 41.6 + ], + [ + 20.2, + 41.1 + ], + [ + 20, + 40.95 + ], + [ + 19.3, + 41.17 + ] + ] + ] + } + }, albania: { type: "Feature", id: "albania", @@ -76025,7 +76062,15 @@ }, "al-forum": { id: "al-forum", + featureId: "albania", type: "forum", + countryCodes: [ + "al" + ], + languageCodes: [ + "sq", + "en" + ], name: "OSM Albania Forum", description: "OpenStreetMap Albania Forum", url: "https://forum.openstreetmap.org/viewforum.php?id=91", @@ -76038,18 +76083,11 @@ name: "Amanti Lulo", email: "amanti.lulo@gmail.com" } - ], - countryCodes: [ - "al" - ], - featureId: "albania", - languageCodes: [ - "sq", - "en" ] }, "al-maptime-tirana": { id: "al-maptime-tirana", + featureId: "al-tirana", type: "group", countryCodes: [ "al" @@ -76075,7 +76113,15 @@ }, "al-telegram": { id: "al-telegram", + featureId: "albania", type: "telegram", + countryCodes: [ + "al" + ], + languageCodes: [ + "sq", + "en" + ], name: "OSM Albania Telegram channel", description: "OpenStreetMap Albania Telegram channel", url: "https://telegram.me/OpenStreetMapAL", @@ -76088,14 +76134,6 @@ name: "Amanti Lulo", email: "amanti.lulo@gmail.com" } - ], - countryCodes: [ - "al" - ], - featureId: "albania", - languageCodes: [ - "sq", - "en" ] }, "at-forum": { -- 2.43.2