Git Product home page Git Product logo

Comments (5)

Zverik avatar Zverik commented on July 16, 2024

To whoever is going to fix this, please do it by sorting changesets, not by reverting to the old behaviour: it was nearly impossible to highlight a changeset that way.

from openstreetmap-website.

tomhughes avatar tomhughes commented on July 16, 2024

Is there a sort that will actually make every changeset selectable? Even if there is it seems to be that the resulting UI would be incomprehensible...

from openstreetmap-website.

Zverik avatar Zverik commented on July 16, 2024

Open this part of map and select "Data view" (or how's it called in English). Now try to select buildings 14 or 29. It won't work. But buildings 12 and 16 are easily selectable. That happens because objects are sorted by date. If they were sorted by size, for example, smaller areas, like buildings, would be selectable.

Now, the problem with changeset view is that there are three types of changesets:

  1. Those which cover more than a chosen view area (often partially, so the area is covered in meaningless vertical and horizontal lines). I don't consider such big bboxes worth showing: they just add a useless yellow background.
  2. Small changesets. Their position is significant, users should always be able to hover and see which changesets are so small and well-positioned.
  3. Rather big changesets: the probability of them being completely covered by small changesets is low enough. And in this case we've got them in a list.

So if to sort changesets solely by bbox area (W*H in the simplest case), it would solve a problem of selecting small changesets and won't affect selectability of bigger ones much.

from openstreetmap-website.

mourner avatar mourner commented on July 16, 2024

cc @jfirebaugh

from openstreetmap-website.

tomhughes avatar tomhughes commented on July 16, 2024

Fixed by merging #171.

from openstreetmap-website.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.