Bryan Housel
Bryan Housel
This code is in the OSM service, but we might have this issue in other places where we fetch data.. https://github.com/facebook/Rapid/blob/acdc46935275e7b2869f38182a7441db94f2f075/modules/services/OsmService.js#L366-L375 This is unfortunately because we are mixing Promise and...
From Said T: If a challenge ID has been provided, we can load the bounds of the challenge and allow the user to zoom the map to where they should...
This is a place to collect some feedback we've received about the new GeoScribble support added in #1373 We're open to the idea of improving the GeoScribble interface to allow...
As reported on Discord, sometimes the sidebar content can end up wider than it should be, causing the buttons on the right to be cut off. In this example below,...
Pixi.js is preparing to release v8 and is in beta now.. It will include a lot of breaking changes, but also some cool features like performance improvements and support for...
Followup from the recent PMTiles / Vector Tiles work: #1016 Our custom data layer supports various formats but they all end up converted into GeoJSON. Sometimes - we end up...
Followup from the recent PMTiles / Vector Tiles work: #1016 We should add a color picker to the custom data, it's all just cyan `#00ffff` for now
### Current Behavior We're using `multiView` rendering for our app, re #10913 (h/t @Zyie , thanks!!) I realized that when we resize our app, we also need to manually resize...
### Current Behavior It's pretty cool that Pixi v8 now supports hit testing for strokes! However I noticed that the `alignment` StrokeStyle property is ignored - all strokes are tested...
per @nicolas17 #134 > I think imagery layers (like satellite) should be here, external raster layers (like some government's open data) should be here, and OSM-based layers (like QA) should...