Skip to content

Commit

Permalink
Cleanup Mapeadores IVIDES and YouthMappers UFRJ, add rio_de_janiero.g…
Browse files Browse the repository at this point in the history
…eojson

(closes #765)
(re: #763 #764 #769 #770 #771 #772 #773 #774)
bhousel committed Jan 15, 2025
1 parent e271ba3 commit dfcff7d
Showing 16 changed files with 134 additions and 218 deletions.
2 changes: 1 addition & 1 deletion defaults.json
Original file line number Diff line number Diff line change
@@ -116,7 +116,7 @@
"description": "Follow us on 𝕏",
"url": "https://twitter.com/{account}"
},
"website": {
"url": {
"name": "{community}"
},
"wiki": {
26 changes: 8 additions & 18 deletions features/south-america/brazil/ceara.geojson
Original file line number Diff line number Diff line change
@@ -1,27 +1,17 @@
{
"type": "Feature",
"id": "ceara.geojson",
"properties": {
"osm_id": -302635,
"boundary": "administrative",
"admin_level": 4,
"parents": "-3360429,-59470",
"name": "Ceará",
"local_name": "Ceará",
"name_en": "Ceará"
},
"properties": {},
"geometry": {
"type": "MultiPolygon",
"type": "Polygon",
"coordinates": [
[
[
[-41.4235, -3.36802],
[-39.8907, -2.65328],
[-37.11205, -4.64007],
[-38.96275, -7.84454],
[-40.52371, -7.31846],
[-41.4235, -3.36802]
]
[-41.4235, -3.36802],
[-39.8907, -2.65328],
[-37.11205, -4.64007],
[-38.96275, -7.84454],
[-40.52371, -7.31846],
[-41.4235, -3.36802]
]
]
}
17 changes: 17 additions & 0 deletions features/south-america/brazil/rio_de_janeiro.geojson
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"type": "Feature",
"id": "rio_de_janeiro.geojson",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[-44.72466, -22.52213],
[-41.78791, -22.52213],
[-41.78791, -23.40094],
[-44.72466, -23.40094],
[-44.72466, -22.52213]
]
]
}
}
6 changes: 5 additions & 1 deletion i18n/en.yaml
Original file line number Diff line number Diff line change
@@ -3,6 +3,7 @@ en:
freelibreopensourcesoftwarekosovaflossk: Free Libre Open Source Software Kosova (FLOSSK)
geolibres: GeoLibres
kiribatiwomeninmapping: Kiribati Women in Mapping
mapeadoresivides: Mapeadores IVIDES
mappingbotswana: Mapping Botswana
maptimebogota: MaptimeBogota
maptimehrva: MaptimeHRVA
@@ -208,6 +209,7 @@ en:
swissopenstreetmap: Swiss OpenStreetMap
tadeomappers: TadeoMappers
youthmappersasu: YouthMappersASU
youthmappersufrj: YouthMappers UFRJ
_defaults:
aparat:
name: '{community} on Aparat'
@@ -298,7 +300,7 @@ en:
name: '{community} on 𝕏'
description: Follow us on 𝕏
url: https://twitter.com/{account}
website:
url:
name: '{community}'
wiki:
name: '{community} WikiProject'
@@ -605,6 +607,8 @@ en:
description: We help grow and improve OpenStreetMap in Italy.
it-discourse:
description: Il forum dove poter discutere di OpenStreetMap
ivides_website:
description: We are focused on sustainable development, mapping, and support of the OpenStreetMap community.
ko-facebook:
description: Mappers and OpenStreetMap users in Korea
ko-github:
17 changes: 17 additions & 0 deletions resources/south-america/brazil/ivides_facebook.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"id": "ivides_facebook",
"type": "facebook",
"account": "ivides.org",
"locationSet": {"include": ["rio_de_janeiro.geojson"]},
"languageCodes": ["pt"],
"strings": {
"community": "Mapeadores IVIDES",
"communityID": "mapeadoresivides"
},
"contacts": [
{
"name": "Raquel Dezidério Souto, Dr.",
"email": "[email protected]"
}
]
}
17 changes: 17 additions & 0 deletions resources/south-america/brazil/ivides_instagram.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"id": "ivides_instagram",
"type": "instagram",
"account": "ivides.org",
"locationSet": {"include": ["rio_de_janeiro.geojson"]},
"languageCodes": ["pt"],
"strings": {
"community": "Mapeadores IVIDES",
"communityID": "mapeadoresivides"
},
"contacts": [
{
"name": "Raquel Dezidério Souto, Dr.",
"email": "[email protected]"
}
]
}
18 changes: 18 additions & 0 deletions resources/south-america/brazil/ivides_website.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"id": "ivides_website",
"type": "url",
"locationSet": {"include": ["rio_de_janeiro.geojson"]},
"languageCodes": ["pt"],
"strings": {
"community": "Mapeadores IVIDES",
"communityID": "mapeadoresivides",
"description": "We are focused on sustainable development, mapping, and support of the OpenStreetMap community.",
"url": "https://ivides.org"
},
"contacts": [
{
"name": "Raquel Dezidério Souto, Dr.",
"email": "[email protected]"
}
]
}
17 changes: 17 additions & 0 deletions resources/south-america/brazil/ivides_youtube.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"id": "ivides_youtube",
"type": "youtube",
"account": "IVIDES",
"locationSet": {"include": ["rio_de_janeiro.geojson"]},
"languageCodes": ["pt"],
"strings": {
"community": "Mapeadores IVIDES",
"communityID": "mapeadoresivides"
},
"contacts": [
{
"name": "Raquel Dezidério Souto, Dr.",
"email": "[email protected]"
}
]
}

This file was deleted.

This file was deleted.

This file was deleted.

34 changes: 0 additions & 34 deletions resources/south-america/brazil/mapeadoresivides_facebook.json

This file was deleted.

34 changes: 0 additions & 34 deletions resources/south-america/brazil/mapeadoresivides_instagram.json

This file was deleted.

34 changes: 0 additions & 34 deletions resources/south-america/brazil/mapeadoresivides_youtube.json

This file was deleted.

17 changes: 17 additions & 0 deletions resources/south-america/brazil/ym-ufrj_facebook.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"id": "ym-ufrj_facebook",
"type": "facebook",
"account": "youthmappers.ufrj",
"locationSet": {"include": ["rio_de_janeiro.geojson"]},
"languageCodes": ["pt"],
"strings": {
"community": "YouthMappers UFRJ",
"communityID": "youthmappersufrj"
},
"contacts": [
{
"name": "Raquel Dezidério Souto, Dr.",
"email": "[email protected]"
}
]
}
17 changes: 17 additions & 0 deletions resources/south-america/brazil/ym-ufrj_instagram.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"id": "ym-ufrj_instagram",
"type": "instagram",
"account": "youthmappers.ufrj",
"locationSet": {"include": ["rio_de_janeiro.geojson"]},
"languageCodes": ["pt"],
"strings": {
"community": "YouthMappers UFRJ",
"communityID": "youthmappersufrj"
},
"contacts": [
{
"name": "Raquel Dezidério Souto, Dr.",
"email": "ym.ufrj@gmail.com"
}
]
}

0 comments on commit dfcff7d

Please sign in to comment.