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 MappingWR slack resource #302

Merged
merged 2 commits into from
Nov 22, 2019
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 @@ -14,6 +14,7 @@
"LATAM-Twitter": {"id": "LATAM-Twitter", "type": "twitter", "includeLocations": ["419"], "languageCodes": ["es", "pt"], "name": "OpenStreetMap Latam Twitter", "description": "Follow us on Twitter at {url}", "url": "https://twitter.com/osmlatam", "contacts": [{"name": "OSM LATAM", "email": "[email protected]"}]},
"MapMinnesota": {"id": "MapMinnesota", "type": "meetup", "includeLocations": ["minneapolis_st_paul_metro.geojson"], "countryCodes": ["us"], "languageCodes": ["en"], "name": "MapMinnesota", "description": "Mappers and OpenStreetMap enthusiasts in the Twin Cities area", "extendedDescription": "Connecting OpenStreetMap enthusiasts in Minnesota and the Twin Cities!", "url": "https://www.meetup.com/Map-Minnesota/", "contacts": [{"name": "Ian Dees", "email": "[email protected]"}], "order": 5},
"Mapping-DC-meetup": {"id": "Mapping-DC-meetup", "type": "meetup", "includeLocations": ["dc_metro.geojson"], "countryCodes": ["us"], "languageCodes": ["en"], "name": "Mapping DC", "description": "Improve OpenStreetMap in the DC area", "extendedDescription": "We are a group of volunteer mappers who aim to improve the OpenStreetMap in the DC area. We also aim to teach others about the OSM ecosystem, data analytics, cartography, and GIS. We gather every other month at meetups to focus on one area of our city.", "url": "https://mappingdc.org/", "contacts": [{"name": "Brian DeRocher", "email": "[email protected]"}], "order": 5},
"MappingWR": {"id": "MappingWR", "type": "slack", "includeLocations": [[-80.4925, 43.4518]], "countryCodes": ["ca"], "name": "MappingWR", "description": "Making low carbon routes around Waterloo Region easy to find.", "url": "https://mappingwr.slack.com/", "signupUrl": "https://docs.google.com/forms/d/e/1FAIpQLSeUswpQfyzwQugdLugtYh4WTMTce0EEjrnOS6xhQ416V4BFHg/viewform", "contacts": [{"name": "David Trueman", "email": "[email protected]"}]},
"Maptime-Bogota": {"id": "Maptime-Bogota", "type": "meetup", "includeLocations": ["bogota.geojson"], "countryCodes": ["co"], "languageCodes": ["es"], "name": "Maptime Bogotá", "description": "We're a group of mappers interested in mapping in OpenStreetMap around Bogotá.", "extendedDescription": "Learn to collect data in the field and digitize onto OpenStreetMap. It is not necessary to have previous knowledge! You just need the desire to participate, learn, and have fun.", "url": "https://www.meetup.com/Maptime-Colombia-OSM/", "contacts": [{"name": "Andrés Gómez Casanova", "email": "[email protected]"}], "order": 5},
"Maptime-ME-meetup": {"id": "Maptime-ME-meetup", "type": "meetup", "includeLocations": ["portland_me.geojson"], "countryCodes": ["us"], "languageCodes": ["en"], "name": "MaptimeME", "description": "Mappers and OpenStreetMap users, around Portland, ME", "extendedDescription": "Maptime is, rather literally, time for mapmaking. Our mission is to open the doors of cartographic possibility to anyone interested by creating a time and space for collaborative learning, exploration, and map creation using mapping tools and technologies.", "url": "https://www.meetup.com/MaptimeME/", "contacts": [{"name": "Malcolm Toon", "email": "[email protected]"}], "order": 5},
"Maptime-Oceania-Slack": {"id": "Maptime-Oceania-Slack", "type": "slack", "includeLocations": ["009"], "countryCodes": ["au", "nz"], "languageCodes": ["en"], "name": "Maptime Oceania Slack", "description": "Sign up at {signupUrl}", "url": "https://maptimeoceania.slack.com", "signupUrl": "https://bit.ly/maptimeau", "contacts": [{"name": "David Dean", "email": "[email protected]"}, {"name": "Philip Mallis", "email": "[email protected]"}, {"name": "Edoardo Neerhut", "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 @@ -48,6 +48,9 @@ en:
name: Mapping DC
description: Improve OpenStreetMap in the DC area
extendedDescription: 'We are a group of volunteer mappers who aim to improve the OpenStreetMap in the DC area. We also aim to teach others about the OSM ecosystem, data analytics, cartography, and GIS. We gather every other month at meetups to focus on one area of our city.'
MappingWR:
name: MappingWR
description: Making low carbon routes around Waterloo Region easy to find.
Maptime-Bogota:
name: Maptime Bogotá
description: We're a group of mappers interested in mapping in OpenStreetMap around Bogotá.
Expand Down
11 changes: 11 additions & 0 deletions resources/north-america/canada/MappingWR.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"id": "MappingWR",
"type": "slack",
"includeLocations": [[-80.4925, 43.4518]],
"countryCodes": ["ca"],
"name": "MappingWR",
"description": "Making low carbon routes around Waterloo Region easy to find.",
"url": "https://mappingwr.slack.com/",
"signupUrl": "https://docs.google.com/forms/d/e/1FAIpQLSeUswpQfyzwQugdLugtYh4WTMTce0EEjrnOS6xhQ416V4BFHg/viewform",
"contacts": [{"name": "David Trueman", "email": "[email protected]"}]
}