Skip to content

Commit

Permalink
Merge pull request #373 from LorenzoStucchi/main
Browse files Browse the repository at this point in the history
Add lombardy region new channels
  • Loading branch information
bhousel authored Oct 12, 2020
2 parents 2f8f403 + 331a7e9 commit 64d3e4a
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 0 deletions.
44 changes: 44 additions & 0 deletions features/europe/italy/lombardia.geojson
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"type": "Feature",
"id": "lombardia.geojson",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[9.481201171875,46.521075663842865],
[9.283447265625,46.521075663842865],
[9.041748046875,46.13417004624326],
[8.865966796875,46.11132565729796],
[8.734130859375,46.13036330589106],
[8.536376953125,45.909122123907295],
[8.54736328125,45.75985868785574],
[8.646240234375,45.62940492064501],
[8.7945556640625,45.413876460821086],
[8.54736328125,45.37530235052552],
[8.4869384765625,45.30193900072719],
[8.6517333984375,44.99199795382439],
[9.195556640625,45.108423337694084],
[9.9591064453125,45.03859654645257],
[10.623779296875,44.883120442385646],
[10.6951904296875,44.92591837128866],
[11.480712890625,44.933696389694674],
[11.2225341796875,45.1433047394883],
[10.6951904296875,45.45627757127799],
[10.6732177734375,45.6101948758674],
[10.8599853515625,45.85941212790755],
[10.557861328125,45.84028105450088],
[10.579833984375,46.0465484463062],
[10.689697265625,46.411351502899215],
[10.590820312499998,46.56263732086835],
[10.426025390625,46.58906908309182],
[10.2557373046875,46.649436163350245],
[10.0250244140625,46.63057868059483],
[9.9920654296875,46.40756396630067],
[9.607543945312498,46.37346430137335],
[9.4976806640625,46.41513877649199],
[9.481201171875,46.521075663842865]
]
]
}
}
13 changes: 13 additions & 0 deletions resources/europe/italy/lombardia-telegram.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"id": "lombardia-telegram",
"type": "telegram",
"locationSet": {"include": ["lombardia.geojson"]},
"languageCodes": ["it"],
"name": "OpenStreetMap Lombardia Mappers",
"description": "OpenStreetMap Lombardia Telegram chat",
"url": "https://t.me/OSMLombardia",
"contacts": [
{"name": "Lorenzo Stucchi", "email": "[email protected]"}
],
"order": 3
}
15 changes: 15 additions & 0 deletions resources/europe/italy/talk-it-lombardia_mailinglist.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"id": "talk-it-lombardia_mailinglist",
"type": "mailinglist",
"locationSet": {"include": ["lombardia.geojson"]},
"languageCodes": ["it"],
"name": "OSM Italy regional talk list for Lombardia",
"description": "All are welcome! Sign up at {signupUrl}",
"extendedDescription": "Mailinglist for Lombardia region.",
"url": "https://lists.openstreetmap.org/listinfo/talk-it-lombardia",
"signupUrl": "https://lists.openstreetmap.org/listinfo/talk-it-lombardia",
"contacts": [
{"name": "Lorenzo Stucchi", "email": "[email protected]"}
],
"order": 2
}

0 comments on commit 64d3e4a

Please sign in to comment.