From e03210a1a50871efbaa91e6e5acbbf66191164e9 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Mon, 21 Jul 2025 12:42:38 +0200 Subject: [PATCH] Update README --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b2857b225..af46b5df7 100644 --- a/README.md +++ b/README.md @@ -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: - 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 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. 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/) +## 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 ### High-level overview