Skip to content

Commit

Permalink
Add OSM-Kenya and Map Kibera
Browse files Browse the repository at this point in the history
(closes #278, closes #279)
  • Loading branch information
bhousel committed Oct 16, 2019
1 parent 3e719e0 commit 2c84ef3
Show file tree
Hide file tree
Showing 5 changed files with 130 additions and 0 deletions.
74 changes: 74 additions & 0 deletions features/africa/kenya/kenya.geojson
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
{
"type": "Feature",
"properties": {},
"id": "kenya",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[37.67349, -3.05961],
[34.08165, -1.02099],
[34.03976, -1.04296],
[33.93127, -0.98872],
[33.92578, -0.51086],
[33.98071, -0.08789],
[33.90656, 0.10986],
[34.10774, 0.37697],
[34.08852, 0.45661],
[34.11598, 0.48408],
[34.13727, 0.58295],
[34.27803, 0.64131],
[34.27872, 0.68045],
[34.31511, 0.69761],
[34.31305, 0.76627],
[34.41124, 0.81296],
[34.5266, 1.10543],
[34.5726, 1.10131],
[34.58015, 1.15143],
[34.66805, 1.20772],
[34.80125, 1.22557],
[34.8349, 1.30108],
[34.78958, 1.36835],
[34.88022, 1.55437],
[34.94202, 1.57771],
[34.98871, 1.67106],
[34.93378, 2.51506],
[34.59183, 2.97733],
[34.54651, 3.13229],
[34.45313, 3.20633],
[34.42017, 3.68611],
[33.98346, 4.2259],
[34.38446, 4.61202],
[35.94315, 4.62297],
[35.961, 4.53125],
[36.05026, 4.44226],
[36.88385, 4.445],
[38.13629, 3.61211],
[38.54004, 3.63678],
[38.95134, 3.51411],
[39.02103, 3.50999],
[39.08987, 3.53604],
[39.28711, 3.46682],
[39.4931, 3.45996],
[39.5192, 3.40787],
[39.55353, 3.40376],
[39.58786, 3.48875],
[39.76227, 3.65596],
[39.86389, 3.8807],
[40.77301, 4.28068],
[41.18225, 3.94098],
[41.91833, 3.99852],
[40.991, 2.82989],
[40.995, -0.835],
[41.8, -1.9],
[39.9, -4.7],
[39.35, -4.85],
[39.19853, -4.66882],
[37.81219, -3.6916],
[37.58972, -3.44762],
[37.70508, -3.29408],
[37.67349, -3.05961]
]
]
}
}
22 changes: 22 additions & 0 deletions features/africa/kenya/nairobi.geojson
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"type": "Feature",
"properties": {},
"id": "nairobi",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[36.64146, -1.31412],
[36.78566, -1.19193],
[36.83853, -1.20841],
[36.89896, -1.15349],
[36.94359, -1.18026],
[36.92368, -1.22008],
[36.99783, -1.22763],
[36.9175, -1.42739],
[36.73485, -1.38826],
[36.64146, -1.31412]
]
]
}
}
8 changes: 8 additions & 0 deletions i18n/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,14 @@ en:
name: Youthmappers à N'Zérékoré
description: YouthMappers chapter at Université de N'Zérékoré
extendedDescription: YouthMappers est un groupe qui permet de faire la cartographie des communautés enclavées et à la prise des décisions en cas de catastrophes ou épidémies. Elle permet aussi la production et l'utilisation des données en accès gratuit.
map-kibera:
name: Map Kibera Trust
description: Map Kibera is a registered organization working in Kenya
extendedDescription: Map Kibera Trust’s mission is to increase influence and representation of marginalized communities through the creative use of digital tools for action.
osm-kenya:
name: OSM Kenya
description: OSM Kenya is a community of OSM contributors and users
extendedDescription: 'OSM is a local community for individuals interested in OpenStreetMap including organizations, developers, and YouthMappers chapters in the country.'
ym-Dedan-Kimathi-University-of-Technology:
name: GDEV
description: YouthMappers chapter at Dedan Kimathi University of Technology
Expand Down
13 changes: 13 additions & 0 deletions resources/africa/kenya/map-kibera.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"id": "map-kibera",
"featureId": "nairobi",
"type": "group",
"name": "Map Kibera Trust",
"countryCodes": ["ke"],
"languageCodes": ["en"],
"description": "Map Kibera is a registered organization working in Kenya",
"url": "https://mapkibera.org/",
"extendedDescription": "Map Kibera Trust’s mission is to increase influence and representation of marginalized communities through the creative use of digital tools for action.",
"contacts": [{"name": "Map Kibera", "email": "[email protected]"}],
"order": 4
}
13 changes: 13 additions & 0 deletions resources/africa/kenya/osm-kenya.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"id": "osm-kenya",
"featureId": "kenya",
"type": "twitter",
"name": "OSM Kenya",
"countryCodes": ["ke"],
"languageCodes": ["en"],
"description": "OSM Kenya is a community of OSM contributors and users",
"url": "https://twitter.com/OSMKenya",
"extendedDescription": "OSM is a local community for individuals interested in OpenStreetMap including organizations, developers, and YouthMappers chapters in the country.",
"contacts": [{"name": "OSM Kenya", "email": "[email protected]"}],
"order": 4
}

0 comments on commit 2c84ef3

Please sign in to comment.