forked from MapComplete/MapComplete
Update README
This commit is contained in:
parent
5215cf7c40
commit
e03210a1a5
1 changed files with 8 additions and 2 deletions
10
README.md
10
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:
|
|||
|
||||
[](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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue