Bryan Housel

Results 83 issues of Bryan Housel

We discovered that the minimap is not rendering correctly on versions of PixiJS 8.5.x and newer. Instead of showing a zoomed out view, it just contained contents of the main...

feature-renderer
waitfor-upstream

> At this point we should probably just search for and remove all instances of `float: left` or `float: right` or anything that looks like a clearfix hack. These cause...

chore
feature-ui

This seems ok, but I'm having trouble testing it because my MapRoulette token is broken. ![Screenshot 2024-12-03 at 11 14 33 AM](https://github.com/user-attachments/assets/d0ac4441-7093-41bf-bb50-b135c55b0fb7) Going to merge it as-is and fix the...

bug
feature-maproulette

People seem really interested in Dark Mode lately 😆 🧛‍♂️ - https://github.com/openstreetmap/iD/issues/10542 - https://github.com/openstreetmap/openstreetmap-website/issues?q=is%3Aissue+is%3Aopen+dark+mode We should detect the user's `prefers-dark-interface` setting that we get from the browser and allow them...

feature-usability

The old feature classification code was removed for the v2 prototype, but we should put something back in that is like that or better. When I wrote that code originally,...

feature-new
feature-renderer

Being able to change the locale on the fly has been a stretch goal for years. Currently you can only set the locale at startup and it can't change later....

feature-l10n

https://www.openstreetmap.org/way/243967780 The tags are ``` building=yes name=Sherwin-Williams ``` So it seems like it should be a pretty simple match. https://nsi.guide/index.html?t=brands&k=shop&v=paint#sherwinwilliams-573ec1

downstream bug

`build_wikidata.js` can now make edits to Wikidata, since d50f4e73b. For this to work, the person running the script needs to supply their login credentials in a secrets.json file. A more...

enhancement

Check the list here https://github.com/openstreetmap/operations/issues/975

Thanks for svgo - it is a great tool! We recently ran into an issue on openstreetmap's iD editor where svgo was removing fills from the symbols. https://github.com/openstreetmap/iD/issues/4105 We were...