Bryan Housel
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...
> 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...
This seems ok, but I'm having trouble testing it because my MapRoulette token is broken.  Going to merge it as-is and fix the...
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...
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,...
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....
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
`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...
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...