Chris Whong

Results 147 issues of Chris Whong

These would require custom tools in `mapbox-gl-draw`. A user has asked if we can add Linestring splitting and merging in #759 Somewhat related, I don't think it's possible to "extend"...

enhancement

Geojson.io can render MULTI geometries, but it may not be clear when the user is interacting with a geometry on the map that it is part of a MULTI. In...

enhancement

There is a custom mode available for `mapbox-gl-draw` which can cut holes in polygons: https://github.com/ReyhaneMasumi/mapbox-gl-draw-cut-polygon-mode

enhancement

It would be useful to show in the popup what type of geometry the popup describes, especially with MULTIs. This will remind the user that editing properties in the popup...

enhancement

See #741, the user gets an error message when loading a file but it only mentions CORS and public access, not https. - Update the error message or show a...

enhancement
good starter task

It is difficult to tell which feature corresponds to which row in the table. Clicking a row will `fitBounds` to the corresponding feature, but it would be nice to highlight...

enhancement

Steps to reproduce: - Draw a polygon - Enter edit mode - Move the polygon - Switch styles The layer that displays the polygon is hidden when entering edit mode....

bug

These were excluded from the initial implementation of OS Menus because they require a lot more work to get the default editors from the OS and to have dynamic Menu...

When running the dev server, there are many ESlint errors logged to the console. We didn't enforce eslint rules when this app was in active development, but we should clean...

#### What should happen: There should be no console errors when using the app #### What happened instead: Console errors appear when interacting with the community district map #### How...