Skip to content

Commit

Permalink
v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Jan 28, 2021
1 parent 0d9f222 commit 9dd2376
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,20 @@ _Breaking changes, which may affect downstream projects, are marked with a_ :war
[#xxx]: https://github.com/osmlab/osm-community-index/issues/xxx
-->
# 3.1.1
##### 2021-Jan-27
* Added:
* OSM Kerala Matrix ([#410])
* OSM India Matrix ([#409])
* OSM France Matrix ([#408])
* Updated:
* OSM World Discord language codes ([#406])

[#410]: https://github.com/osmlab/osm-community-index/issues/410
[#409]: https://github.com/osmlab/osm-community-index/issues/409
[#408]: https://github.com/osmlab/osm-community-index/issues/408
[#406]: https://github.com/osmlab/osm-community-index/issues/406


# 3.1.0
##### 2021-Jan-03
Expand Down
44 changes: 43 additions & 1 deletion dist/completeFeatureCollection.json
Original file line number Diff line number Diff line change
Expand Up @@ -5435,7 +5435,16 @@
"id": "OSM-Discord",
"type": "discord",
"locationSet": {"include": ["001"]},
"languageCodes": ["en"],
"languageCodes": [
"de",
"en",
"es",
"fr",
"it",
"pt-BR",
"ro",
"tr"
],
"name": "OpenStreetMap Discord",
"description": "Get in touch with other mappers via Discord",
"url": "https://discord.gg/4smYkq3gzp",
Expand Down Expand Up @@ -6462,6 +6471,15 @@
{"name": "Naveen Francis", "email": "[email protected]"}
]
},
"osm-india-matrix": {
"id": "osm-india-matrix",
"type": "matrix",
"locationSet": {"include": ["in"]},
"name": "OpenStreetMap India Matrix",
"description": "Talk to other contributors",
"extendedDescription": "Unofficial chat room for OSM India, also bridged to osmindia telegram group ",
"url": "https://matrix.to/#/#osm-in-general:matrix.org"
},
"osm-india-telegram": {
"id": "osm-india-telegram",
"type": "telegram",
Expand Down Expand Up @@ -7314,6 +7332,15 @@
{"name": "Jaisen Nedumpala", "email": "[email protected]"}
]
},
"osm-kerala-matrix": {
"id": "osm-kerala-matrix",
"type": "matrix",
"locationSet": {"include": ["india_kerala.geojson"]},
"name": "OpenStreetMap Kerala Matrix",
"description": "We map Kerala together. Join our Matrix group",
"extendedDescription": "Unofficial chat room for OSM Kerala, also bridged to osmkerala telegram group",
"url": "https://matrix.to/#/#osm-kerala:matrix.org"
},
"osm-kerala-telegram": {
"id": "osm-kerala-telegram",
"type": "telegram",
Expand Down Expand Up @@ -18331,6 +18358,21 @@
],
"order": -3
},
"fr-matrix": {
"id": "fr-matrix",
"type": "matrix",
"locationSet": {"include": ["fr"]},
"languageCodes": ["fr"],
"name": "OpenStreetMap France on Matrix",
"description": "A Matrix group for the OSM France community: {url} (bridged with Telegram)",
"url": "https://matrix.to/#/#osmfr:matrix.org",
"contacts": [
{
"name": "OpenStreetMap France",
"email": "[email protected]"
}
]
},
"fr-telegram": {
"id": "fr-telegram",
"type": "telegram",
Expand Down
2 changes: 1 addition & 1 deletion dist/completeFeatureCollection.min.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/resources.min.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "osm-community-index",
"version": "3.1.0",
"version": "3.1.1",
"license": "ISC",
"description": "An index of community resources for OpenStreetMap",
"homepage": "https://openstreetmap.community",
Expand Down

0 comments on commit 9dd2376

Please sign in to comment.