]> git.openstreetmap.org Git - rails.git/commitdiff
Upgrade community index to 0.4.3 to fix issue with tirana polygon
authorBryan Housel <bryan@mapbox.com>
Tue, 15 May 2018 00:35:29 +0000 (20:35 -0400)
committerBryan Housel <bryan@mapbox.com>
Tue, 15 May 2018 00:35:29 +0000 (20:35 -0400)
vendor/assets/iD/iD.js

index 63ca6dbafdcf65f6bedd44cc7b677ecae58895b6..81763bf75a480572a01d84d63d84e73b2546873b 100644 (file)
                        ]
                }
        },
+       "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",
        },
        "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",
                                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"
        },
        "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",
                                name: "Amanti Lulo",
                                email: "amanti.lulo@gmail.com"
                        }
-               ],
-               countryCodes: [
-                       "al"
-               ],
-               featureId: "albania",
-               languageCodes: [
-                       "sq",
-                       "en"
                ]
        },
        "at-forum": {