Bryan Housel
Bryan Housel
Reported by a user in Slack: > I'm new to MapRoulette and tried to jump right into using the "MapRoulette Tasks" layer in Map Data; When I click on a...
We currently support a url param `id=osmid` to select a single feature (see https://github.com/facebook/Rapid/blob/main/API.md?plain=1#L34) It would be useful to support a list of ids to multiselect, like `id=n1,n2,n3` I think...
I noticed these today: https://github.com/openstreetmap/iD/issues/7582 https://github.com/openstreetmap/iD/pull/10228 The proposed fix in 10228 won't work - the real problem is that the "landuse" category matcher is too greedy and grabs all kinds...
I noticed that we have a lot of different sources of 3rd party map data now: This is cool, but I think it might be confusing to users who wonder...
Since April 2024, Popover API is supported in all evergreen browsers. We can probably replace a lot of our complex d3 code for drawing tooltips and popovers with much simpler...
Ok. I'm having a bad day already, but this just made my day worse. 😠 I accidentally did Cmd+W instead of Option+W and it just closed the tab. Option+W is...
This work looks interesting and we should port it over to Rapid. The new validation will raise warnings on features with tags that don't make sense together. For example `name=something`...
Rapid has always relied on using the translation strings from iD whenever we merge iD's code into ours. There are a few strings that Rapid displays differently from iD, but...
_This isn't definitely a real issue (it might even be a problem with the fallback mock), but I'm opening it for me to think about._ I tried switching over to...
@vanreece has been doing an investigation into code benchmarking and we could really use some more events sprinkled around the various parts of the RapiD code that perform background work...