Skip to content

Commit

Permalink
Create southafrica.geojson (#1516)
Browse files Browse the repository at this point in the history
* Update regions.yaml

Added South Africa

* Create southafrica.geojson

Added the geojson file for South Africa

* Create en

Added welcome message for South Africa

* Rename files

* Update translations

* Update .platform.app.yaml

* Update south-africa.geojson

* Update regions.yaml

---------

Co-authored-by: Jonathan Beliën <[email protected]>
Co-authored-by: Jonathan Beliën <[email protected]>
  • Loading branch information
3 people authored Jan 25, 2025
1 parent abdf37d commit ab3a70b
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ crons:
spec: '0 1 * * *'
commands:
start: php bin/console osmcha:new-mapper nigeria
update-africa-south-africa:
spec: '0 1 * * *'
commands:
start: php bin/console osmcha:new-mapper south-africa
update-africa-tanzania:
spec: '0 22 * * *'
commands:
Expand Down
1 change: 1 addition & 0 deletions assets/regions/africa/south-africa.geojson

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions config/regions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ regions:
name: Nigeria
flag: 🇳🇬
osmcha.id: c9a55728-9619-422b-abb0-e0fd55e0a780
south-africa:
name: South Africa
flag: 🇿🇦
osmcha.id: 5d310fee-75ab-4191-b58e-7689760ad2c2
tanzania:
name: Tanzania
flag: 🇹🇿
Expand Down
22 changes: 22 additions & 0 deletions templates/messages/south-africa/en/default.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Default Message
title: Welcome to OpenStreetMap
---

Hello {{mapper.displayName}},

Welcome to OpenStreetMap(OSM) and thank you for your contributions to the map!

As a new mapper on OSM you may have a lot of questions about what to map and how to map it. Here are some useful links to help you get started:

* Join the [OSM South Africa](https://community.openstreetmap.org/t/whatsapp-osm-south-africa-group/6641) WhatsApp group! This is a group of other local editors that can help answer questions and teach you more about OSM.
* I highly recommend using the OSM [wiki-pages](https://wiki.openstreetmap.org/). If you're not sure how to map something within the editor of your choice, the quickest solution is to look at [Map Features](https://wiki.openstreetmap.org/wiki/Map_Features) on the wiki. For more complicated questions you can ask/search on the [forum](https://community.openstreetmap.org/). You can learn about the importance of a quality changeset comment [here](https://wiki.openstreetmap.org/wiki/Good_changeset_comments).
* [learnOSM](https://learnosm.org) is a good place to learn more about OSM. Instructions are available for using the iD browser editor and the more advanced JOSM editor.
* Want to see who’s mapping near you, or want to see how much you’ve been doing yourself, check out the maps at [resultmaps.neis-one.org](https://resultmaps.neis-one.org/).
* If you are a business owner and want to learn how to add OpenStreetMap to your website, check out the site [Switch2OSM](https://switch2osm.org/)

If you’re wondering what to map next, we encourage you to look for things in your area that are missing or may need to be updated. Reaching out to your local community is also a great way to learn about projects in your area. There are also platforms like [Maproullette](https://maproulette.org/dashboard) and the Humanitarian [HOT](https://www.hotosm.org/) [tasking manager](https://tasks.hotosm.org/) that have projects for everyone to work on!

Remember to have fun and let us know if you have any questions!

Happy mapping!
4 changes: 4 additions & 0 deletions translations/messages.en.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,10 @@
<source>Slovenia</source>
<target>Slovenia</target>
</trans-unit>
<trans-unit id="PgSdeNl" resname="South Africa">
<source>South Africa</source>
<target>South Africa</target>
</trans-unit>
<trans-unit id="yFMp43e" resname="South Korea">
<source>South Korea</source>
<target>South Korea</target>
Expand Down

0 comments on commit ab3a70b

Please sign in to comment.