Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add lombardy region new channels #373

Merged
merged 2 commits into from
Oct 12, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
}