Merge branch 'master' of github.com:pietervdvn/MapComplete
This commit is contained in:
commit
c91d81bbd2
2 changed files with 7 additions and 7 deletions
|
@ -11,7 +11,7 @@ StreetComplete might look pretty similar to MapComplete at first glance - especi
|
||||||
The core philosophy of StreetComplete is **OpenStreetMap is cool! Help to improve it by answering these questions**
|
The core philosophy of StreetComplete is **OpenStreetMap is cool! Help to improve it by answering these questions**
|
||||||
The core philosophy of MapComplete is **Here is a map of topic XYZ - enjoy it and update it if there is still some info missing**
|
The core philosophy of MapComplete is **Here is a map of topic XYZ - enjoy it and update it if there is still some info missing**
|
||||||
|
|
||||||
This means that StreetComplete is mainly aimed towards people who are already OpenStreetMap-enthusiasts, whereas mapcomplete is aimed to an audience interested in a certain topic.
|
This means that StreetComplete is mainly aimed towards people who are already OpenStreetMap-enthusiasts, whereas MapComplete is aimed to an audience interested in a certain topic.
|
||||||
Of course, the next step is to attempt to inform that audience why having an open map is so cool and that they can contribute as well.
|
Of course, the next step is to attempt to inform that audience why having an open map is so cool and that they can contribute as well.
|
||||||
|
|
||||||
### Use cases
|
### Use cases
|
||||||
|
@ -23,13 +23,13 @@ MapComplete is made to
|
||||||
- show the OSM-data in great detail for a specific theme about XYZ
|
- show the OSM-data in great detail for a specific theme about XYZ
|
||||||
- help mappers quickly add data for this theme if they are passing by
|
- help mappers quickly add data for this theme if they are passing by
|
||||||
- be embedded in other websites
|
- be embedded in other websites
|
||||||
- Allow the addition of new themes
|
- allow the addition of new themes
|
||||||
|
|
||||||
### Technology
|
### Technology
|
||||||
|
|
||||||
StreetComplete is an android app, so can only be used on Android Phones
|
StreetComplete is an android app, so can only be used on Android Phones.
|
||||||
|
|
||||||
MapComplete is a web-app, and thus works on all devices. It can be installed as PWA to give an 'app-like'-experience, but can just as well be embedded in other websites.
|
MapComplete is a web-app, and thus works on all devices. It can be installed as PWA to give an 'app-like'-experience, but can just as well be embedded in other websites. On the other hand PWA are a bit of a second class citizen compared to native apps.
|
||||||
|
|
||||||
### Feature comparison
|
### Feature comparison
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@ MapComplete will not work offline.
|
||||||
|
|
||||||
In MapComplete it is easier to add more experimental, extremely detailed and more personal styles, as each topic is separated with its own part.
|
In MapComplete it is easier to add more experimental, extremely detailed and more personal styles, as each topic is separated with its own part.
|
||||||
|
|
||||||
MapComplete is a bit more complex to use - both because one needs to go hunting for a specific map style rather than getting bunch of quests by default and is likely to ask far more detailed question (email address and phone number of bicycle shop etc).
|
MapComplete is a bit more complex to use. One needs to go hunting for a specific map style rather than getting bunch of quests by default. And is likely to ask far more detailed question (email address and phone number of bicycle shop etc).
|
||||||
After all if it would duplicate StreetComplete it would be a bit pointless and it is pretty hard to compete with SC by being easier to use and more newbie friendly, while there is space for "more complicated/detailed/involved editor working like SC".
|
After all if it would duplicate StreetComplete it would be a bit pointless and it is pretty hard to compete with SC by being easier to use and more newbie friendly, while there is space for "more complicated/detailed/involved editor working like SC".
|
||||||
|
|
||||||
Also, MapComplete has no requirement to make question easy to answer, making both possible to ask more questions than StreetComplete but making it more complicated to use.
|
Also, MapComplete has no requirement to make question easy to answer, making both possible to ask more questions than StreetComplete but making it more complicated to use.
|
||||||
|
@ -56,4 +56,4 @@ MapContrib is another very similar editor which served as inspiration. MapContri
|
||||||
|
|
||||||
MapContrib also allows to add new points and to edit tags - but it is very cumbersome.
|
MapContrib also allows to add new points and to edit tags - but it is very cumbersome.
|
||||||
|
|
||||||
Note that the use case of MapContrib is much closer to MapComplete
|
Note that the use case of MapContrib is much closer to MapComplete.
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
> Let a thousand flowers bloom
|
> Let a thousand flowers bloom
|
||||||
|
|
||||||
MapComplete is an OpenStreetMap viewer and editor. It shows map features on a certain topic, and allows to see, edit and add new features to the map.
|
MapComplete is an OpenStreetMap viewer and editor. It shows map features on a certain topic, and allows to see, edit and add new features to the map.
|
||||||
It can be seen as a webversion crossover of StreetComplete and MapContrib. It tries to be just as easy to use as StreetComplete, but it allows to focus on one single theme per instance (e.g. nature, bicycle infrastructure, ...)
|
It can be seen as a webversion [crossover of StreetComplete and MapContrib](Docs/MapComplete_vs_other_editors.md). It tries to be just as easy to use as StreetComplete, but it allows to focus on one single theme per instance (e.g. nature, bicycle infrastructure, ...)
|
||||||
|
|
||||||
The design goals of MapComplete are to be:
|
The design goals of MapComplete are to be:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue