From: Bryan Housel Date: Tue, 15 May 2018 00:35:29 +0000 (-0400) Subject: Upgrade community index to 0.4.3 to fix issue with tirana polygon X-Git-Tag: live~3013 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/2fd0d2304f05bdac456e654681cd26565c2d7f08?ds=sidebyside Upgrade community index to 0.4.3 to fix issue with tirana polygon --- 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": {