-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7632700
commit 1494320
Showing
3 changed files
with
21 additions
and
2 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"_meta": { | ||
"version": "5.6.0", | ||
"generated": "2023-09-18T16:15:12.147Z", | ||
"generated": "2023-09-27T00:07:30.068Z", | ||
"url": "https://raw.githubusercontent.com/osmlab/osm-community-index/main/dist/resources.json", | ||
"hash": "7b38483693669d156e0d70737d6785d0" | ||
"hash": "ef4520b54c8ab88dde8110854d6e6f2c" | ||
}, | ||
"resources": { | ||
"aberdeen-discord": {"id": "aberdeen-discord", "type": "discord", "account": "vY7KBZx2M9", "locationSet": {"include": [[-2.09375, 57.14824]]}, "languageCodes": ["en"], "strings": {"name": "OSM ABZ Discord"}}, | ||
|
@@ -603,6 +603,7 @@ | |
"ug-facebook": {"id": "ug-facebook", "type": "facebook", "account": "OpenStreetMap-Uganda-863951250327532", "locationSet": {"include": ["ug"]}, "strings": {"community": "OpenStreetMap Uganda", "communityID": "openstreetmapuganda"}}, | ||
"ug-twitter": {"id": "ug-twitter", "type": "twitter", "account": "mapuganda", "locationSet": {"include": ["ug"]}, "strings": {"community": "OpenStreetMap Uganda", "communityID": "openstreetmapuganda"}}, | ||
"uk-localchapter": {"id": "uk-localchapter", "type": "osm-lc", "locationSet": {"include": ["Q3336843", "Q185086"]}, "languageCodes": ["en"], "order": 3, "strings": {"community": "OpenStreetMap UK", "communityID": "openstreetmapuk", "description": "The official Local Chapter for the UK (including Northern Ireland).", "extendedDescription": "We support OpenStreetMap by holding events, providing community resources, building partnerships, and by spreading the word. Join OpenStreetMap UK here: {signupUrl}", "signupUrl": "https://osmuk.org/become-member/", "url": "https://osmuk.org/"}, "contacts": [{"name": "OpenStreetMap UK", "email": "[email protected]"}]}, | ||
"uk-london-mastodon": {"id": "uk-london-mastodon", "type": "mastodon", "locationSet": {"include": [[-0.12, 51.5]]}, "languageCodes": ["en"], "order": 4, "strings": {"name": "OpenStreetMap London on Mastodon", "description": "OpenStreetMap London on Mastodon: {url}", "url": "https://en.osm.town/@OSMLondon"}, "contacts": [{"name": "Harry Wood", "email": "[email protected]"}]}, | ||
"uk-london-twitter": {"id": "uk-london-twitter", "type": "twitter", "account": "OSMLondon", "locationSet": {"include": [[-0.12, 51.5]]}, "languageCodes": ["en"], "order": 4, "strings": {"name": "OpenStreetMap London on Twitter", "description": "OpenStreetMap London on Twitter: {url}"}, "contacts": [{"name": "Harry Wood", "email": "[email protected]"}]}, | ||
"uk-london-wiki": {"id": "uk-london-wiki", "type": "wiki", "account": "London", "locationSet": {"include": [[-0.12, 51.5]]}, "languageCodes": ["en"], "order": 4, "strings": {"community": "OpenStreetMap London", "communityID": "openstreetmaplondon", "description": "{community} Wiki page"}, "contacts": [{"name": "Harry Wood", "email": "[email protected]"}]}, | ||
"uk-loomio": {"id": "uk-loomio", "type": "forum", "locationSet": {"include": ["Q3336843", "Q185086"]}, "languageCodes": ["en"], "order": 2, "strings": {"community": "OpenStreetMap UK", "communityID": "openstreetmapuk", "name": "OpenStreetMap UK on Loomio", "url": "https://www.loomio.org/openstreetmap-uk/"}, "contacts": [{"name": "OpenStreetMap UK", "email": "[email protected]"}]}, | ||
|
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,15 @@ | ||
{ | ||
"id": "uk-london-mastodon", | ||
"type": "mastodon", | ||
"locationSet": {"include": [[-0.12, 51.5]]}, | ||
"languageCodes": ["en"], | ||
"order": 4, | ||
"strings": { | ||
"name": "OpenStreetMap London on Mastodon", | ||
"description": "OpenStreetMap London on Mastodon: {url}", | ||
"url": "https://en.osm.town/@OSMLondon" | ||
}, | ||
"contacts": [ | ||
{"name": "Harry Wood", "email": "[email protected]"} | ||
] | ||
} |