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 OSM Viersen meetup #320

Merged
merged 2 commits into from
Jan 3, 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
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@
"de-matrix": {"id": "de-matrix", "type": "matrix", "includeLocations": ["de"], "countryCodes": ["de"], "languageCodes": ["de"], "name": "OpenStreetMap Germany Matrix", "description": "Join #osm-de:matrix.org at https://riot.im/app/#/room/%23osm-de:matrix.org", "url": "https://riot.im/app/#/room/%23osm-de:matrix.org", "contacts": [{"name": "Christopher Rossbach", "email": "[email protected]"}], "order": 4},
"de-ostwestfalen-lippe-mailinglist": {"id": "de-ostwestfalen-lippe-mailinglist", "type": "mailinglist", "includeLocations": ["de-ostwestfalen-lippe.geojson"], "countryCodes": ["de"], "languageCodes": ["de"], "name": "OWL Mailing List", "description": "This is the mailing list for the Ostwestfalen-Lippe OSM community", "url": "https://gt.owl.de/mailman/listinfo/osm", "contacts": [{"name": "Florian Lohoff", "email": "[email protected]"}], "order": -3},
"de-telegram": {"id": "de-telegram", "type": "telegram", "includeLocations": ["de"], "countryCodes": ["de"], "languageCodes": ["de"], "name": "OpenStreetMap Germany Telegram", "description": "Join the OpenStreetMap Germany Telegram supergroup at {url}", "url": "https://t.me/OSM_de", "contacts": [{"name": "Max N", "email": "[email protected]"}]},
"de-viersen-meetup": {"id": "de-viersen-meetup", "type": "osm", "includeLocations": [[6.354282, 51.264137]], "countryCodes": ["de"], "languageCodes": ["de"], "name": "OpenStreetMap Viersen Meetup", "description": "OSM community and users meetup Kreis Viersen and Mönchengladbach", "url": "https://wiki.openstreetmap.org/wiki/Niederrhein/Viersen/Stammtisch", "order": 5},
"dk-forum": {"id": "dk-forum", "type": "forum", "includeLocations": ["dk"], "countryCodes": ["dk"], "languageCodes": ["da"], "name": "OpenStreetMap Denmark Web Forum", "description": "OpenStreetMap Denmark web forum", "url": "https://forum.openstreetmap.org/viewforum.php?id=48", "contacts": [{"name": "Talk-dk-owner", "email": "[email protected]"}], "order": -2},
"dk-irc": {"id": "dk-irc", "type": "irc", "includeLocations": ["dk"], "countryCodes": ["dk"], "languageCodes": ["da"], "name": "OpenStreetMap Denmark IRC", "description": "Join #osm-dk on irc.oftc.net (port 6667)", "url": "https://webchat.oftc.net/?channels=osm-dk", "contacts": [{"name": "Talk-dk-owner", "email": "[email protected]"}], "order": -4},
"dk-mailinglist": {"id": "dk-mailinglist", "type": "mailinglist", "includeLocations": ["dk"], "countryCodes": ["dk"], "languageCodes": ["da"], "name": "Talk-dk Mailing List", "description": "A mailing list to discuss OpenStreetMap in Denmark", "url": "https://lists.openstreetmap.org/listinfo/talk-dk", "contacts": [{"name": "Talk-dk-owner", "email": "[email protected]"}], "order": -3},
Expand Down
3 changes: 3 additions & 0 deletions i18n/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,9 @@ en:
de-telegram:
name: OpenStreetMap Germany Telegram
description: 'Join the OpenStreetMap Germany Telegram supergroup at {url}'
de-viersen-meetup:
name: OpenStreetMap Viersen Meetup
description: OSM community and users meetup Kreis Viersen and Mönchengladbach
dk-forum:
name: OpenStreetMap Denmark Web Forum
description: OpenStreetMap Denmark web forum
Expand Down
11 changes: 11 additions & 0 deletions resources/europe/germany/de-viersen-meetup.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"id": "de-viersen-meetup",
"type": "osm",
"includeLocations": [[6.354282, 51.264137]],
"countryCodes": ["de"],
"languageCodes": ["de"],
"name": "OpenStreetMap Viersen Meetup",
"description": "OSM community and users meetup Kreis Viersen and Mönchengladbach",
"url": "https://wiki.openstreetmap.org/wiki/Niederrhein/Viersen/Stammtisch",
"order": 5
}