Scott Feeney
Scott Feeney
Investigated this with @hcourt It's not because of the `autoFocus` property. If you specify the destination first and the start point second, then Chrome re-focuses the start point input box...
@abhumbla adds: "from our conversation with Anwar about visual accessibility, color blind people rely on light/dark contrast a lot. people with color vision do too, just not as much. so...
A user also reports a totally wrong zip code for their building's address in Nob Hill
Tracking in https://github.com/bikehopper/photon-db/issues/6
Likely good way to fix this: reimplement detection of which map feature was clicked, by calling MapLibre's queryRenderedFeatures method with a bounding box. However, on desktop this will make the...
While less chonky, this also affects Firefox on Linux. I've just not prioritized fixing it because this layout is intended for mobile phones and we should have a separate desktop...
I didn't find an issue about this on Photon's official repo, but there is one for Nominatim. It's been open a long time, sounds nontrivial https://github.com/osm-search/Nominatim/issues/123
That intersection works because "Ellis Street & Leavenworth Street" is the name of a `highway=bus_stop` OSM node https://www.openstreetmap.org/node/6386013940
A request for such an icon with iconoir, the icon library we use: https://github.com/iconoir-icons/iconoir/issues/297
Adopting TailwindCSS should make this easier: https://tailwindcss.com/docs/dark-mode We can do this as we restyle components in Tailwind. I included dark mode support for the new date and time selection dialog...