Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Layers - Pitch #2461

Closed
westnordost opened this issue Jan 6, 2021 · 32 comments
Closed

Layers - Pitch #2461

westnordost opened this issue Jan 6, 2021 · 32 comments

Comments

@westnordost
Copy link
Member

westnordost commented Jan 6, 2021

Idea

The idea is to make available a tool that makes contributing and maintaining data easy and efficient to do on a survey, focussing on one aspect of the map at a time.

Consideration

On the smartphone, there are three issues that further challenge usability:

  • a small screen severely limits the number of things that can be displayed at once
  • a fat finger as pointing device is not only much less precise than a computer mouse, the same finger obscures part of the screen, most importantly the part where the tap (or drag) happens
  • the user is currently out and about

StreetComplete is so easy and quick to use, because amongst other things, it severely limits what data the user can see and change.
The usability of "fully-featured" editors like iD, JOSM and Vespucci all suffer from that the data they work with is so complex, as they show all of it at the same time. New mappers, especially from GIS backgrounds are often surprised that there is no inherent concept of layers in OpenStreetMap.

For mappers who want to map/update "everything" on a survey, there is and there will probably never be a more efficient method than taking a lot of photos (or for mapillary) and then adding all the info visible on the photos to the map via JOSM.

The target audience for this idea are mappers who want to focus on completing and keeping up-to-date one aspect of OpenStreetMap efficiently at a time, i.e. per survey.

This requires the app to be able to

  • show the current data in an uncluttered and clear form to the user, only that "layer"
  • and the ability to add/update this data quickly and easily so that it can be done on the go without stopping and so that subsequent data entry at the computer at home is not necessary

Rough UI Concept

The UI / and input form can and should be customized for each layer as long as it enhances the overview and makes the input easier.

Untitled
Untitled3
Untitled2

  1. the background map should probably be desaturated. No quests are displayed. At least, the data for the layer must stand out in (flashy) colors.
  2. the legend lists what each color stands for. Ideally, this should be retractable into a tappable icon, maybe have it expanded every time one enters this layer
  3. selection is highlighted in some way. Maybe like in iD (yellow glow) or maybe as if it is floating above the map (shadow).
  4. the show/edit form for the selected element. Maybe always show this section - empty or with a hint if nothing is selected to reduce jarring motions during usage, like in JOSM
  5. for layers where new (POIs) can be added, maybe this UI: display a huge crosshair which marks the point where a new point is added after pressing the (+) button.

Switching to this other part of the app would be possible through the main menu. It would lead to a list of available layers, one can select a layer, that list slides to the left to reveal the map with the appropriate layer.

Colors

For all the layers, there should be a consistent color scheme at least for "no" and "not specified yet". I am thinking, it should be...

  • transparent or grey for "no"/"N/A", f.e. not lit, no cycleway, ...
  • red for "not specified yet"
    ... because missing data should stand out, rather than data where a particular feature does not exist

Possibilities

I did some prototyping with Tangram and found out that:

  1. it is not possible to display textures (reasonably) on ways. So this means, there can't be any graphics for the lane count, the different cycleway options etc onto the street ways. It's colors (, widths, dashing-patterns, outlines) only
  2. it would be possible to have repeating graphics on the ways, much like the oneway-arrows. This might replace a legend.
  3. It is possible to display lines on the left and on the right side of ways

Too bad for point 1, so the display will be less fancy. However, this means it could maybe be streamlined so that it is easier to add new layers.

Layers

Why layers at all, if focussed contribution and maintenance is already possible with the quest system? One can simply deactivate all quests except ones where one wants to do the survey (f.e. only cycleway quests). Well:
For some data, it is necessary to see the big picture in order to be able to fill in the blanks and/or notice that certain data is outdated. A good example are housenumbers, POIs (a shop is missing / wrong name). For some others, the big picture is necessary because the data is part of a connected network: A good example are speed limits and specifically slow zones, lit ways and paths, cycleway infrastructure etc.

So, there are at least two additional prerequisites for layers:

  1. use where the big picture / surrounding data of the same type is necessary or at least very helpful
  2. use for data that can only be recorded or is best recorded on-site - because this app is to be used on a survey

Layer ideas

Certainly there are many more, just covering the most valued ones.

These are the most important because these are things that can only be effectively recorded on-site:

  1. Addresses: Edit street and housenumber of addresses and add new addresses efficiently. Unclear how the street address part could be made efficient.
  2. POIs: Show and let the user add/edit POIs (shops, amenities, ...) types and maybe names with the help of the id presets
  3. Maxspeed: While quite important, I wouldn't want to touch this with the current prevalent tagging scheme(s). Difficulty here is that two types of infos should be displayed at the same time
  4. Lit: Might be a candidate for the first layer because it is the layer with the least caveats I'd think
  5. Smoothness: Important to see the big picture here to put what is "good" smoothness etc. into context

This is less important because while they can often only be effectively recorded on-site, it is not necessary to see the big picture:
6. Surface

These are also less important because while it might be very helpful to see the big picture, they do not necessarily need to be recorded on-site:
7. Cycleway infrastructure: Edit cycleway availability on roads or mark them as cycleway=separate, maybe edit whether sidepaths allow cyclists/have cycle tracks. There are many open ends here, one could also allow changing classification of roads to/from bicycle roads, show and allow to add bicycle stand POIs etc, though it is better to start as limited as possible.
8. Sidewalks: Same as cycleway infrastructure but certainly easier to do
9. Lanes: Difficult here to display it properly
10. Parking lanes

Technical

Now comes the hard part. The really really hard part. Thinking how the UI is best going to be is nice and dandy, but the technical part must work basically so different from the rest of the app that it could basically be another app.
This kind of edit mode would work more like a classic OpenStreetMap editor: Download data into memory, visualize and let the user edit that data, upload the changes at the end. StreetComplete doesn't do that at all at the moment. Here is a small excursion:

Current data flow

  1. Download: The app memorizes and persists to a local database which rectangles of the map have been downloaded already (more precisely: tiles at zoom level 16) DownloadedTilesDao. Whenever the user's position changes, it is checked whether the area he is in currently has already been downloaded. If not, it is. X days after an area has been downloaded, the app deliberately forgets that this area has been downloaded, so that a download is triggered again. This way, the app ensures that the data is refreshed every X days.
  2. Quest Creation: On each download, the data is analyzed for eligibility for all the quest types. The quests are created for all elements that are eligible to them.
  3. Persistence: Both the quests and all elements that are referenced by at least one quest are persisted into a local database. All other elements are discarded. So at this point, you can simply close the app and the quests will be there next time you open it. You may take this for granted already, but JOSM for example doesn't do that (automatically) - nothing is persisted unless you deliberately save it to disc.
  4. Quest display: The map view in turn also memorizes which rectangles of the map have been in view already. If the user scrolls over an area that haven't been in view already, that section is loaded from database and the quests therein added to the map.
  5. Quest solving: When a quest is solved, it is marked as solved and persisted to the database. The OSM element it refers to is not changed at all at this point, this is also in contrast to other OSM editors which work directly on that data. Instead, a kind of diff is created and persisted.
  6. Upload: On upload, the diff is applied to the persisted element fetched from the database, then uploaded - one element at a time. The updated element (from the server) is then persisted.

So what this means is, that the answers the user gives does not result in a change to the data, only after upload. This is okay, since that changed data is not shown anywhere. The downside that can already now be observed with this approach is that quests are not immediately (re)created after splitting a way (offline) and quests that conditionally follow after another quest has been answered are also not created until upload.

Required data flow

Above section in a nutshell: Downloaded OSM data is not changed until upload. This approach will not work for the layers as the user wants to see his change immediately, not after upload. Also, he'd want to immediately continue after splitting a way.

So, what is necessary is

  1. Download: at least also the elements used for any layer must also be persisted so that they are available offline.
  2. Persistence: They must be persisted in a way that allows efficient spatial access to them. In other words, they need to be sorted into a tiles raster. This touches upon Consider quest dependencies #2438 (comment) , some work done for the layers is the same work that would need to be done to remove the technical limitation that follow-up quests are not displayed until another download happens
  3. Display: The map view for the layers will work similarly to the map view for the quests (see point 4 in previous section), only that not the quests are loaded dynamically from database, but the OSM elements referenced by the layer definition
  4. Editing: To enable editing, the concept that the downloaded OSM element is not changed within the app must be broken. Still pondering how to do this... will probably involve having two versions of an (edited) element: The original downloaded version and the local version (=projected server version).
  5. Upload: I'd like to stick to the concept of keeping around diffs for each element and applying these diffs just before upload for automatic conflict resolution. So, the local edited version would likely only serve display purposes. However, there may be unknown complexities with the undo function here.

MVP

An MVP would be to have at least one layer available at all, reachable through the UI. Selecting and viewing the current data should work.
It would be very good if editing of this data also already works but it is not absolutely necessary for a first version.

It would be nice to have the layer definition in some kind of streamlined fashion so that it is easier to add new layers, but it is not necessary for a first version.
Specifically splitting ways and creating/deleting POIs would be a feature that would likely not be available from the start.

So, a good MVP should have basic editing capabilities, in a pinch online-only would do, but editing is simply necessary to see if this idea gets any followers. Both MapContrib and MapComplete, who have similar approaches, did not really lift off. So before sinking too much time into this idea, it would be best to get a rudimentary prototype going ASAP and then seeing how the idea is being embraced or not.

@matkoniecz
Copy link
Member

matkoniecz commented Jan 6, 2021

Why layers at all, if focussed contribution and maintenance is already possible with the quest system? One can simply deactivate all quests except ones where one wants to do the survey (f.e. only cycleway quests). Well:

Also, if someone knows that data become outdated (big redesign of cycleways, changes in lighting system) then it would enable to update it.

It would also allow to review what was added by others.

@westnordost
Copy link
Member Author

Please feel free to comment. Also if you think you'd use it and in what way you would use it. If you can think of other layers to add, or an efficient interface etc..

It is not 100% clear yet if I do this or not, since the technical part is somewhat of an Herculean task and I am not sure if I still got enough time for it. Positive feedback can help. I did plan to do this as part of the BMBF grant but only got time to plan and occupy myself (with the details) it since this week.

@smichel17
Copy link
Member

smichel17 commented Jan 6, 2021

I don't doubt that this is useful, but…

Thinking how the UI is best going to be is nice and dandy, but the technical part must work basically so different from the rest of the app that it could basically be another app.

In this case, why not actually make it a different app?

  • The UI is also different enough from StreetComplete that you would need a way to switch between the UIs.
    This means you must either:
    • Add a control to the main StreetComplete interface, probably the menu. This is some added clutter.
    • Add a setting to switch between the two modes. This seems a slower way to change between modes than using the "recent apps" screen to change between two apps.
  • If there will be some parts shared, you can pull them out into a separate library.
    • The easiest way to do this is first move the shared features into a module inside the same code base, and then move the module into a different library when you are ready (without this, rapid iteration is a real PITA).
      • Red Moon has an example of a module within the same code base — see timepickerpreference https://github.com/LibreShift/red-moon
      • Actually, you could keep the other app's code base in the same repo, to eliminate the overhead of bumping library versions. This has other downsides, though.
  • Or, instead of making a different app entirely, maybe it would make sense to take Vespucci's design in this direction.

All that said, I think I see a less extreme solution than what you are proposing, that can fit within StreetComplete more easily.

  1. Implement quest presets (Add quest presets #1654)*.
    • The quest presets will serve the same purpose as layers.
  2. Add my suggestion in Show all quests for element at once #124, so you can switch between quests available for a certain element.
    • This will be the UI for choosing which tag to edit on a given object.
  3. Add a new option under the "resurvey intervals" setting called "bulk edit mode".
    • This shows every quest unconditionally.
    • When bulk edit mode is enabled, changesets are never created automatically. Instead, the upload button is always shown, regardless of the automatic upload setting. Pushing the upload button saves every pending change in one changeset.
      • Not sure about the technical implementation of this one — you can probably think of improvements.
    • Optional: When in bulk edit mode, change the available presets to match the "layers" you had in mind.
      • Also the map display, as you mentioned.
  4. If it is important to be able to create new elements, use a modified version of the interface for creating a note.

*By the way, this feature is exactly the type of thing I am talking about in #1654 when I have said I want to think deeply about quest presets and make sure we have considered ALL of the use cases. Same for #1914, and other issues mentioned at feature: quest display.

Anyway, these are the goals you said we need:

  • show the current data in an uncluttered and clear form to the user, only that "layer"
  • and the ability to add/update this data quickly and easily so that it can be done on the go without stopping and so that subsequent data entry at the computer at home is not necessary

I think appropriate presets would accomplish this, perhaps along with an indicator of what quests are available, as discussed in #124 (comment).

It is not quite as nice as what you propose, but I think it is a much better ratio of effort to reward.

@matkoniecz
Copy link
Member

In this case, why not actually make it a different app?

Download, login, installation would need to happen in both apps. Also, adding it in SC immediately has significant user base.

@westnordost

This comment has been minimized.

@westnordost westnordost pinned this issue Jan 6, 2021
@rouelibre1
Copy link

rouelibre1 commented Jan 6, 2021

I would certainly use it for micro-mapping tasks when I want to complete some streets / neighborhoods.

My first use case is always the same thing that I like doing : bicycle parking. It could work well for benches, fyre hydrants or any other urban furniture.

Right now, I've customized OsmAnd+ UI for that purpose (= adding the missing bicycle parking POIs), and I use SC to survey the existing POIs where some tags (bicycle_parking, covered, capacity) are missing.

To give an idea, this is how my OsmAnd+ looks right now

Osmand

I use a lot the feature to save geolocated photo/audio notes in the app and then process them at home on my computer.

Also, the ultimate thing that I'm missing is a way to quickly visualise if and when a street or area was "completed" for a certain type of POI (= 100% of POI of type X from this street/area are supposed to be in OSM), and also define & assign survey areas as tasks to different people, like some kind of task manager to organize the surveying of a city for example, with the ultimate goal of making it 100% complete & accurate on one specific aspect of the map.

@westnordost
Copy link
Member Author

Also, the ultimate thing that I'm missing is a way to quickly visualise if and when a street or area was "completed" for a certain type of POI

Well, that's just not in the OSM data. But anyway, you can assign survey tasks, indirectly: Just open a note and phrase it as a question (add a "?"). StreetComplete users will then see the note and contribute to it. F.e. you could ask for photos to be taken etc.

The OsmAnd thing is interesting. Can you actually tap on the bicycle parkings there and change the data? How does the interface look? Can this be done with OsmAnd also for non-POIs? (i.e., (cycle)ways)

@rouelibre1
Copy link

Well, that's just not in the OSM data.

Indeed, I was just dreaming up about the ultimate task management tool to organized perfect "cartoparties" (as we call them in french) between small groups of highly motivated users. But I don't believe it's StreetComplete's mission.

The OsmAnd thing is interesting. Can you actually tap on the bicycle parkings there and change the data? How does the interface look? Can this be done with OsmAnd also for non-POIs? (i.e., (cycle)ways)

I don't believe the app allows editing of non-POI data, the menu of Osmand I'm using to display these is called 'POI overlay', and the native app plugin to edit osm data refers specifically to POIs.
The next steps in editing the POI are no so pleasant but it works, here are a few screenshots

Screenshot_20210106-235458
Screenshot_20210106-235514
Screenshot_20210106-235601
Screenshot_20210106-235643
Screenshot_20210106-235739

You can find the app on F-droid to try it out if you want, it gives you access for free to the 'OsmAnd live' feature to refresh osm data as much as you want (on Play store, you either have to go with the free version of the app that retrieves osm data updates monthly, or pay a subscription to get updates more frequently). In the app, you need to activate the plugin 'OpenStreetMap editing'. The plugin 'Audio/video notes' is pretty interesting too and pleasant to use.

@smichel17
Copy link
Member

Download, login, installation would need to happen in both apps. Also, adding it in SC immediately has significant user base.

I suppose that's fair, although I wonder how big a barrier it really is given that this feature seems targeted at power users.

An alternative is that (according to this very old stackoverflow question, at least) it is possible for one app to put multiple entries in the launcher. I think if this were set up with care (making sure they always use different windows), it could behave to the user as two separate apps, which share some information.

@mnalis
Copy link
Member

mnalis commented Jan 7, 2021

The idea is to make available a tool that makes contributing and maintaining data easy and efficient to do on a survey, focussing on one aspect of the map at a time.

So, if I get this correctly, the idea is basically having Quest "presets" (#1654) renamed to "layers" with minimal number of quests per layer and with each layer having it's own (CSS-alike) styling (or am I missing something crucial here)?

If so, I'd instead suggesting separate user-customizable presets (so user can put one or more quests in it, as they wish to map), and separate (also user-customizable) styling. OsmAnd does it is similar way, as that part of it IMHO works very nicely (OsmAnd ships with few presets and styles filled with defaults, but users are free to modify them and/or add new ones customized to their liking).

BTW if implemented, could multiple layers be used (and customized?) at once, in true GIS-style (thus increasing complexity), or only one-layer-at-the-time (thus highly decreasing usability)? The first (complex) one would be useful to me (unlike the limited one), but I'm afraid majority of current SC users (non-expert-OSM/GIS users) who are there for simplicity would not be happy with the idea of turning SC into such a GIS system.

Also, I see few problems with implementing this idea, and some notes:

  • if whole of SC moves to that GIS idea instead of current way of doing things - it would highly inconvenience current users used to (and/or preferring) current way of doing things, and I would never recommend alienating current userbase.
  • if GIS-way is added in addition to current way of doing things in SC, it will make it much more complicated and make users choose between two radically different concepts in same app (and also it will split developer resources to supporting two separate interfaces) would also probable be highly confusing
  • maybe the most kind way to users would be new app as suggested (while firstly isolating common parts into separate library to avoid duplicating bugs/code etc). But this would also split developer resources to supporting two separate interfaces, leaving less time to attend to each of the codebases.

@smichel17
Copy link
Member

smichel17 commented Jan 7, 2021

new app as suggested

My suggestion was a different app, which does not necessarily mean a new app. I already mentioned this in passing but I want to emphasize it: I think this idea would be a great UI for Vespucci.

@westnordost As you rightly point out, Vespucci suffers from showing too much data on screen at once. The ability to filter to different "layers" would make it so much more usable. It would be amazing. I would reinstall the app.

But StreetComplete already has a concept to limit and simplify the data shown, and that concept is the Quest. Everything in StreetComplete is quests, from its data structures to its UI. You've been reluctant to implement even multi-part quests because of this (#2127 (comment) and related), and so it is quite confusing to me that you now propose an even larger departure.


Edit:

Forgot to mention, it seems like this feature is targeted at "power users" — historically not StreetComplete's target demographic, but they are Vespucci's demographic. The two apps are not really in competition, except to the extent that Vespucci's complicated UX makes it hard to use even for power users… who then turn to StreetComplete. A usability improvement to Vespucci would help SC too, because then power users will have less need of it, so SC can focus on being the best "introduction to OSM" app that it can be.

And I want to add that I totally sympathize with the technical side of things — SC's code base is nice to work in, and it's much easier to work with what you know or build green field than jump into an unfamiliar code base. It just doesn't sway my opinion about which is the right design decision :)

@westnordost
Copy link
Member Author

westnordost commented Jan 7, 2021

@mnalis Well, no not really it is not the same as quest presets. As @smichel17 noted, it is quite a departure from the quest concept. But StreetComplete is not defined by its quests, its defined by its ease of use. The new concept is still easy to use, while covering a use case that is more attractive for power/craft mappers because it is more efficient.

The quest system has its limits of what can be done because for each quest it requires an algorithm to determine whether a data point is missing or not. This is simple in some cases (lit tag on highway=... is missing) but can be extremely hard and not so suitable for others (finding where housenumbers are missing, see #2464).

Taking the example of housenumbers, an interface like shown in the mockup above would be by far more efficient and unproblematic than the quest version of it (i.e. not dependent on building type bein set first, not disabled in certain countries, not having a complex algorithm to determine if a housenumber is really missing etc ...) because of one reason: The user can have this overview himself, and see by himself if something is missing, no algorithm required. This is one big advantage all the other OSM editors have over StreetComplete.

@smichel17 In regards to Vespucci - it wouldn't surprise me if you could already do that in Vespucci somehow, after all you can also add custom presets etc. as far as I know. The general UX approach of Vespucci (and JOSM) is to grant the user maximum flexibility. So, if this would be implemented there, it would probably look and work very similarly to filters in JOSM:

  1. Each user has to specify his custom filter by himself and
  2. There is no streamlined form/input that would make it easier to edit this one data point the filter has been created for

The problem about Vespucci is that it can do so many things, that even if such a feature would be added, it would easily be buried amongst the many other settings and customizations one can do.
Imagine a StreetComplete where there are no predefined quests but each user defines his own quest types by writing overpass wizard queries and defining a simple UI for these. Nobody would use that! Know OpenMapKit?

This is why I initially wrote that such a layers feature would need to have such a "handcrafted" UI and smart filters just like the quests: To preserve the ease of use and to not confront the users with such customization.

@westnordost
Copy link
Member Author

westnordost commented Jan 7, 2021

I am just going to tag @pietervdvn , author of MapComplete here because the approach is quite similar, maybe he is interested in reading this and might have an opinion about it. Same with @GuillaumeAmat, author of MapContrib. @zlant created the parking lanes viewer, which is a very similar concept as the one here.
Finally, the idea could be interesting for @simonpoole , author of Vespucci, as @smichel17 mentioned that maybe such an idea could be a better fit to be integrated into Vespucci in an UI overhaul or so.

@pietervdvn
Copy link

Hey Tobias anc co,

The original post is like 100% what mapcomplete does. I'm gonna write out a more detailed answer later on - when I'll also properly read throug everything

@davidpnewton
Copy link

davidpnewton commented Jan 7, 2021

You can already do that in Vespucci. There are two types of setting you can use to filter things. Tag filter allows particular tags to be shown. Preset filter allows presets or groups of presets to be shown as a filter. With the beautified JOSM preset used in Vespucci there are plenty of possibilities.

For example if you filter by ways sub-group of the highways group it will show paths, tracks, dedicated footways, steps, dedicated cycleways, segregated foot/cycleways, unsegregated foor/cycleways and dedicated bridleways only.

It's very best for working with POIs since you can both add new POIs and edit existing ones in all ways. The problem with ways and areas is that whilst you can move the whe way/area around and edit the tagging you cannot edit the position of individual nodes that are part of a matching way/area unless that individual node also matches the preset or preset group being filtered.

So it's circumscribed by the presets loaded and impossible to use to improve the geometry of ways and nodes because of the nodes issue mentioned earlier. However the presets issue can be worked round to some degree because Vespucci is compatible with JOSM presets. So in theory you could create your own JOSM preset file to define exactly what you'd like to filter, subject to that nodes issue.

@simonpoole
Copy link

simonpoole commented Jan 7, 2021

At least iD, JOSM and Vespucci can filter the displayed data and substantially reduce what data is displayed.

Vespucci, since way back in version 0.9.9 (and JOSM has this for a while too now), doesn't just support a tag based filter, you can simply select a preset or a group of presets and only matching items will be displayed (if you only have one preset selected the preset will be automatically applied to any new objects created).

So for example if you want to map bus stops you just select the bus stop preset and you will

a) only see bus stops
b) only be able to create bus stops

the advantage is naturally that you can always turn the filter off and get "everything".

In any case I would be careful about doing this the other way around, that is by just downloading objects that correspond to certain criteria, this is just asking for things to go wrong because relevant data is missing in what is being edited.

@davidpnewton has just pointed the above too. It is true that modifying way geometry may not be possible in preset filter mode, but that would be easy to fix, just as in tag filter mode which has a flag that indicates if way nodes should be included for matching ways or not. It is simply a case of nobody asking for the feature up to now.

@simonpoole
Copy link

simonpoole commented Jan 7, 2021

The idea is to make available a tool that makes contributing and maintaining data easy and efficient to do on a survey, focussing on one aspect of the map at a time.

I don't want to waste too much time on something for which the outcome is already predetermined, but I do want to point out that surveying one feature (type) at a time isn't efficient at all. The time consuming aspect of surveying is getting there (and back) and actually surveying, not the data entry (within reason naturally). so a well prepared survey that can capture everything of interest is always going to be far more efficient overall than a single topic undertaking.

@westnordost
Copy link
Member Author

westnordost commented Jan 7, 2021

Thanks for the information, @davidpnewton and @simonpoole , I tried out the filtering in Vespucci.

You have to press on the "..." button in the lower right corner, then select "Preset Filter". A small button appears in the vertical center of right side of the screen. You have to press on it to be brought to a preset selection screen. I did not find out how to filter by for example "all roads", it seemed to require me to click on the most precise one.

The functionality is very similar to JOSM. There is no special highlighting of values of certain properties (f.e. lit=yes/no), seeing and editing the data one is after requires to go into the edit-tags-screen. Showing the data directly on the ways for the big picture and editing them in a simple UI that does not require to change the screen would be significant parts of my idea.

Here is a screencast, for reference.

device-2021-01-07-233138.mp4

@simonpoole
Copy link

Long press on a preset group will select the group (there is on device documentation or online at vespucci.io).

Highlighting missing tags etc, for example "lit", is separate functionality that can be combined with filters if you are interested in something specific.

@westnordost
Copy link
Member Author

Highlighting missing tags etc, for example "lit", is separate functionality that can be combined with filter

This? https://vespucci.io/tutorials/data_styling/#validation-styling seems to require that I write such a XML file on the computer and then put it into a certain directory on my smartphone. Then, I can somewhere in the settings activate that styling instead of the default one.

@simonpoole
Copy link

The styling is for certain kinds of validation issues (and for data in general), for example you could build a style that uses a different colour to highlight unjoined way nodes. But it is not something that users customize on the fly.

Some of the validation rules are hardwired, some are not, in particular the missing tag validation works by highlighting objects that are missing a (required) tag that is in the matching preset.

To use the example at hand, assume you want to highlight all objects that 'should' have a 'lit' tag you simply add 'lit' to the list of keys in the validation configuration and any object that matches a preset that requires 'lit' but doesn't have it gets highlighted.

The advantage of doing it this way is that the knowledge which tags are used for which objects is concentrated in one place, the presets and doesn't require duplication all over the place. Which is also why preset filters are an elegant solution to the filter problem. Yes there is some duplication of this in the data styling which is annoying, but is not easily avoidable.

But this issue isn't about Vespucci design, so over and out now.

@pietervdvn
Copy link

pietervdvn commented Jan 7, 2021

Hey everyone,

By now, I have read through the entire thread and recognized a lot in my work on mapcomplete.

The core idea of mapcomplete is exactly this "one specific theme of interest with easy update capabilities". This is not because of a power mapper who wants to update a certain feature, but to appeal to a certain target audience, e.g. a map for cyclists, a map for climbing, a map for vegans, The core idea is to go to the cyclists/climbers/... and tell them Hey, I have made a map specifically for you! It shows all those things you care about!. When they answer yeah, but you missed POI xyz/xyz is outdated, we answer them It's openstreetmap! Create an account and update it yourself! Then it'll even show up in OsmAnd, maps.me, and much more!. It is basically luring them in ;) . In other words, we give all those communities the means to (help) maintain the data of their interest. Also, the potential users of this are way bigger then the power mappers.

At the same time, MapComplete is setup to grow together with the new contributor. The editor unlocks further depending on the number of changesets the logged in contributor has! Around changeset 50, the applied tags show up in grey; around changeset 100 those small tags become hyperlinks towards the wiki; at change 200 an introduction panel on MapComplete is added and upon changeset 500 the custom theme generator is unlocked).

I have the feeling that StreetComplete is with that respect the opposite of MapComplete. StreetComplete feels more like OpenStreetMap is cool! You can help out by answering all these random quests! It is like catching pokemon, just as fun but this one is useful! Now, I must admit, I have edited the StreetComplete-app more then once to create a custom quest (first time to survey sett types in bruges, second time to determine road widths). And SC has a few technical capabilities (is there a sidewalk/parking lane/cycle lane on the left/right side; the 'cut a street') which are top notch for those... If I can, I want to implement something similar in MC.

Furthermore, I would like to add two important, general thoughts. First of all, there is always the concern of 'simple to use' and 'lots of features'. Lots of features implies lots of buttons, lots of things to learn, so the inherent complexity of an app with a lot of capabilities will always bleed out. We can try to simplify things with a good UI and avoiding as much as accidental complexity. IMHO, we are having editors all along the pareto front for all those niches, from powerful but difficult to easy to use we have Level0, Vespucci, JOSM, ID, MapComplete, StreetComplete, ...
Some editors are more difficult to use then they have to be, such as OsmAnd (editing there is clearly an aftherthought) and MapContrib (where I always get lost in the menu's when I want to edit something)

The second thought is on the balance between showing everything versus showing a filtered view. I had the case that a total newbie added a new bicycle pump with MapComplete. I later updated some tags with iD, after which I got an angry message from mapper X that the bicycle pump was tagged twice. Turns out that mapper X mapped the pump with a totally different tagging years ago, tagging which we all updated before rolling out the map (but I missed this one - twice).

The anecdote is to indicate that, if we decide to not show all the data, the integration between the data might suffer. If we for example only show cycle paths in iD, and we align it with the imagery, we might miss that it now crosses a building and that we have to align the buildings too!

This implies that there is some inherent complexity to handle here; we cannot get around this with clever UI-tricks. Either we allow all operations (editing geometry) or we simplify the UI by not showing certain objects, but we choose not to allow everything. For MapComplete, one can add a new POI or change tags on points and ways, but I draw the line at modifying geometries which'll never be possible (in a future version, splitting a road might be possible though, but I do not consider this changing the geometry.) Even this causes some problems already, e.g. when a user 'fat-fingers' and accidentally adds a new POI in a building while it is outside, just around the corner, ... (Now, this is solvable by UI by having to zoom in even more, but I still have to fix that)

These were my general thoughts on the subject, let me expand a bit on MapComplete specifically...

@pietervdvn
Copy link

So, first of all, @rouelibre1 , you might be interested in this theme. Simply click on the map to add a new bicycle parking and answer some questions about it. There is also a benches theme.

With MapComplete, I have stolen took inspiration from quite a few editors and applications out there. First of all, StreetComplete was a major inspiration source for the general UI, it is pretty much the best editor out there regarding to simplicity. The concept of MapContrib is the other important half of it, as that one allows to set up a web based, specialized editor but is not as user friendly. (BTW, the name 'MapComlete' is literally the contraction of MAPCOntrib and StreetCOMPLETE. Also, the editor 'MapComplete' has intentionally a very low brand presence; it are the individual themes that have to shine, not the platform).

So, yes, it is possible to easily create your own theme - like OpenMapKit. One can create their own theme, the complete configuration for the theme (a json file) is then encoded into the URL and can be sent of. There is a list of such unofficial, user generated themes on the wiki. Some of those themes are brought back into the official mapcomplete, if they are well worked out and useful. Others have already made their own themes and contributed them back or setup their own forks. (I have to admit that the custom theme generator isn't very user friendly for now).

And of course, for the power mappers who are interested in a lot of features to survey them all at once, there is the [mapcomplete.osm.be/personal](personal theme) which allows one to enable layers from all other themes, including previously visited unofficial themes! (Yes, installing an user-created theme is as simple as visiting it once. The theme configuration is saved into the user preferences of the currently logged in user).

To summarize, MapComplete is basically pretty much everything discussed here in this issue, except for a few missing technical features. Implementing this issue into MapComplete would boil down to enabling a multiselect, but , to be honest, the moment a contributor needs to edit information on multiple nodes at the same time, I think they'd have outgrown MapComplete and have to move on to iD or even JOSM.

@pietervdvn
Copy link

Phew, that was quite a wall of text!

So, @westnordost : I hope that my insights will help you to make a decision. In my personal opinion, I would not take StreetComplete on this path. First of all, you would get into exactly the same usecase as MapComplete, and second it would complicate the UI a lot for other users. At last, it is more useful to have a thematic map as website (as it can be emmbedded and easily shared) then as an application - especially because MapComplete has a webmanifest and can be "installed" too (it is but a glorified bookmark on the home page which opens without browser UI elements, but it does the trick!).

@westnordost
Copy link
Member Author

Thank you for your insights, @pietervdvn . I will read through it later in more detail and also give a detailed response, maybe post some feeback / improvement suggestions on your issue tracker. For now, I just tried out one layer, here is a video for reference:

Device-2021-01-08-151254-1.mp4

@pietervdvn
Copy link

Hey Tobias,

That is an excellent example of a layer showing 'red' when the data is missing. It is an unofficial layer, made by a spanish person (the english can be improved here and there). But, I'm not fond of the preset where you can indicate how you perceive the 'lit' at a certain point... It shouldn't be in OSM.

Second, the bug that one is not being able to exit the preset screen is what I'm fixing right now

@BjornRasmussen
Copy link

I would personally find this extremely useful, especially if it auto downloaded like iD. The workflow SC is really nice, but it doesn't give the user the amount of control a layer approach would.

@westnordost
Copy link
Member Author

westnordost commented Jan 10, 2021

@pietervdvn

The idea proposed in this ticket works for data that can be recorded and verified with aerial imagery just as well as for data that can only be verified on-site. So it makes sense to build an app that would be capable of this as a web-app - so it can run on a smartphone while being on-site and also on the desktop PC. So, it fits quite well that MapComplete is a web-app.
Of course, for it being used on a smartphone, there are some additional requirements, such as possibility to offline-usage / persistence. Not sure how much of this is done by MapComplete - f.e. when does the display on the map update after one changed the value in the form?


There are a few decisions you took that I'd do differently in StreetComplete. Conceptually,

  • MapComplete is more like a platform for such layers than a ready-made app, same approach as MapContrib and MapRoulette. So, the advantage of this is that community contribution of layers is much easier, but the drawback is that the UI is also streamlined, using a set of pre-defined building blocks. I.e. no custom UI that in my opinion makes StreetComplete as user-friendly as it is.

  • Fitting into the platform approach, it is up to theme authors how they want to design the UI - in particular, their choice whether there is exactly one property which is being displayed on the map and which is editable or if there are several. So some themes may show and edit just one property, other themes may be almost like looking at the preset sidebar in iD. Which is not a bad thing, but departs conceptually from the "show and edit just one thing" approach and through the lack of limitation makes it not possible to limit the space required for the form.

From the UI perspective (some may be bugs or missing features, or a matter of taste):

  • it would be very important to actually highlight the tapped section of way so that the user has the chance to decide if the property asked for is actually valid for the whole section

  • For that reason I'd find it important to show the edit form on the same screen as the highlighted section, to see the context and also to reduce noise while using the app

  • I'd not phrase the input for such layers in question-form: It takes up too much space and is not necessary

  • (The tappable lines need to be thicker)

  • (The method how to add new POIs is imprecise for smartphone and tablet users - they do not have a mouse cursor)

  • (Just a little personal feedback: The UI looks a bit "home-made", maybe you should use an UI framework/style such as material design and write a UI guide for theme-creators so that it all looks homogeneous)

@pietervdvn
Copy link

MapComplete is more like a platform for such layers than a ready-made app, same approach as MapContrib and MapRoulette. So, the advantage of this is that community contribution of layers is much easier, but the drawback is that the UI is also streamlined, using a set of pre-defined building blocks. I.e. no custom UI that in my opinion makes StreetComplete as user-friendly as it is.

There still is room for some highly specialized UI-components though, which can be parametrized too so that they can write different tags:

A drawback of having multiple themes is that people can get confused when switching themes. On the other hand, it is perfectly possible to create a 'batteries included theme' which questions a lot of stuff (i.e. a remake of StreetComplete) and which does not show the links to other themes.

  1. The conceptual difference here is indeed clear: in MapComplete it is assumed that we want to see all information about the subject in one overview. Here it would be possible to only show the next question at the bottom of the screen, effectively recreating StreetComplete. I don't know if I want to take MC into that direction; I'll see about that if I ever need it in the future ;)

About your UI-remarks: jup, there is still quite some work to do. Keep in mind that MC is pretty young - development started only around 8 months ago and I didn't prior webdev experience (lots of backend experience though), so it's been quite an adventure...

  1. Highlighting the selected section: I will hopefully implement this for an upcoming project with MC
  2. Showing the edited section together with the properties is related to 1; I'm thinking to show a little extra map in the information popup. If we have the project, that'll be implemented to (or in some other format - user testing will tell)
  3. Not giving questions can work; it depends on the theme, the answers, ... I'll have a look how it works out (see https://github.com/pietervdvn/MapComplete/issues/174)
  4. The line thickness is controlled by the theme
  5. Maybe I'll steal your input idea from above ;)
  6. It is very home-made - especially the icons ;) I'm gonna let the community diverge and make their own themes now and make the UI better step by step. Once a clear visual style emerges, I can still make an effort to have uniform icons etc,.. but for know I don't have the resources for that.

@westnordost
Copy link
Member Author

westnordost commented Jan 14, 2021

Thank you for all the feedback, you all, especially @pietervdvn !

I've decided to try to do this.

In November, I interviewed a dozen mappers who regularly contribute data on the ground to explore whether my idea would be something that could find its way into (craft-)mappers surveying workflow. Such a qualitative survey is of course not representative, it served me just to explore whether the idea is worth pursuing further and get a very rough understanding which use case might fly - how it would need to work UX-wise. The feedback overall was quite positive.

To sum it up, of the interviewed, for field mapping

  • ~70% already contribute with StreetComplete
  • ~60% use photos (or sometimes notes) and add the data later with JOSM/iD
  • ~40% use their favourite navigation app (mostly OsmAnd) to add data
  • ~15% use Vespucci. Most stated reasons for not using it was that it is too intricate and that it is awkward to stop walking during a survey

A bit over half the interviewees answered that if they are on a survey, they usually try to map "everything".
On this layers idea, 50% of the interviewees were enthusiastic about it, 25% said that they would try it out at least and about 15% said that they doubt they'd use it at all.

My overall impression was that the layers approach would not be adopted that much by those who want to map "everything" and are already accustomed to using the photo-mapping + JOSM approach. After all, measured by data added vs time used, I think this is amongst the most efficient approaches and always will be.
But this idea has certainly a slightly different target audience which goes well together with StreetComplete mapping - less involved mapping, more on the casual side.
And the fact that development on app(s like) MapComplete started is also an indication that there is a tool missing.

So, first I'll only implement it as an experimental feature to see if it is picked up. So, I will also severely limit the number of layers which will be available. As mentioned, the plan would be to have - even later - just a couple of layers, with only such data that must be collected on-site and where it is really necessary to see a big picture (f.e. networks of things, relation to nearby things).
Limiting this this way should also reduce the use cases for which already MapComplete was created for (for example: map all public bookcases!).

If done right, it is a massive effort. Right, in my book, would be that download and upload continues to work automatically (by default), that the downloaded data is persisted as well as the changes made, that it continues to work offline, including that changes made are visualized directly (that's the biggest chunk). Stretch goals are that splitting ways and deleting works, including offline too (hello again, big chunk), undo function.

As you know, I am currently funded by the Prototype Fund. As the name implies, it should serve to try new things - they may or may not be so successful - but that's the purpose of it, to be able to do innovation. So, when to try something new if not boosted by such a fund? Never. So, I'll do this now.
There is also the concern that I may not have enough time on the fund anymore to complete this but unless I will stumble onto some unsolveable problems during implementation that make it impossible (or much harder) to do, it shouldn't be a problem to complete it after the fund ended.

If done right, the massive restructuring effort will also have a very positive effect on how the quests work: New quests will immediately be unlocked even before the map is downloaded anew and even before the answer is uploaded. This missing feature is the reason for countless bug reports I have to close as will-not-fix due to the known technical reasons (explained in the first post).

@pietervdvn
Copy link

Phew! Good luck on your journey!

@westnordost westnordost changed the title Layers Layers - Idea & Feedback Jan 15, 2021
@westnordost westnordost changed the title Layers - Idea & Feedback Layers - Pitch Jan 15, 2021
@westnordost westnordost unpinned this issue Jan 16, 2021
@riQQ
Copy link
Collaborator

riQQ commented Jun 23, 2022

This was implemented with e67d1eb / v45.0-alpha1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

10 participants