Update README

This commit is contained in:
Pieter Vander Vennet 2025-07-21 12:42:38 +02:00
parent 5215cf7c40
commit e03210a1a5

View file

@ -14,11 +14,11 @@ Furthermore, this allows to show (and ask for) attributes that are highly specia
**The design goals** of MapComplete are to be: **The design goals** of MapComplete are to be:
- Easy to use, both on web and on mobile - Easy to use, both on web and on mobile
- Easy to deploy (by not having a backend) - Easy to deploy (by having a limited, non-critical backend)
- Easy to set up a custom theme - Easy to set up a custom theme
- Easy to fall down the rabbit hole of OSM - Easy to fall down the rabbit hole of OSM
**The basic functionality is** to download some map features from Overpass and then ask certain questions. An answer is **The basic functionality is** to download some map features and then ask certain questions. An answer is
sent back to directly to OpenStreetMap. sent back to directly to OpenStreetMap.
Furthermore, it shows images present in the `image` tag or, if a `wikidata` or `wikimedia_commons`-tag is present, it Furthermore, it shows images present in the `image` tag or, if a `wikidata` or `wikimedia_commons`-tag is present, it
@ -135,6 +135,12 @@ You can even jump to the right translation string directly from MapComplete:
[![Translation status](https://translate.mapcomplete.org/widgets/mapcomplete/-/multi-blue.svg)](https://translate.mapcomplete.org/engage/mapcomplete/) [![Translation status](https://translate.mapcomplete.org/widgets/mapcomplete/-/multi-blue.svg)](https://translate.mapcomplete.org/engage/mapcomplete/)
## Android
The website is also packaged into an Android App, but there are no major differences between the web version and the Android App.
The [Android version is available online](https://app.mapcomplete.org), the [source code is here](https://source.mapcomplete.org/mapcomplete/android-wrapper)
## Architecture ## Architecture
### High-level overview ### High-level overview