Skip to content

Instantly share code, notes, and snippets.

@vicapow
Created December 11, 2015 02:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vicapow/e76fd669aa973dfeccef to your computer and use it in GitHub Desktop.
Save vicapow/e76fd669aa973dfeccef to your computer and use it in GitHub Desktop.
What needs love in react-map-gl "ecosystem

Let me know if you have any questions or need clarification! Any questions you have will help us shape the library and/or fix the docs :P

Style diffing is (sometimes) broken in the precense of refs

Make resizing syncronous (instead of async)

better documentation - visgl/react-map-gl#22

  • requires mostly just knowledge of React.
  • Some of the examples on the gh-pages page along with documentation on what props they take.
  • Documentation on creating a custom overlay with React / SVG elements.

Work on utility libraries (if less familiar with React / ImmutableJS)

viewport-mercator-project

  • add functions to compute the bbox given a viewport object or vise vera with optional padding.
  • figure out a good API to allow the viewport to be clamped.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment