-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #302 from jtracey/mappingWR
add MappingWR slack resource
- Loading branch information
Showing
4 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]"}] | ||
} |