React-mapbox-gl version 2.0.0
See original GitHub issueReact-mapbox-gl is now more than 1 year old, I think it is time to think about a new major version 2.0.0 and I am happy to have any opinion on what such a release could include, I spotted the following issues / improvements:
- Make Map component a factory, ReactMapboxGlFactory: https://github.com/alex3165/react-mapbox-gl/issues/165
- Improve examples, design a proper website with examples / code (react-live?), should also address: https://github.com/alex3165/react-mapbox-gl/issues/131
- Address issue when a cluster is removed: https://github.com/alex3165/react-mapbox-gl/issues/188
- Add all map events from mapbox (https://www.mapbox.com/mapbox-gl-js/api/#map.event): https://github.com/alex3165/react-mapbox-gl/issues/163
- Fix css issue when using text-align: center: https://github.com/alex3165/react-mapbox-gl/issues/182
- Remove setTimeout on map unmounting: https://github.com/alex3165/react-mapbox-gl/issues/178
- Add back layers on map style update: https://github.com/alex3165/react-mapbox-gl/issues/225
- Add more tests (rotation-control, scale-control, zoom-control, projected-layer, cluster…): https://github.com/alex3165/react-mapbox-gl/issues/121
- Add prettier to prettify source files.
- Improve event listening of the Layer component (should improve significantly performances)
- Add
Feature
draggable functionality: https://github.com/alex3165/react-mapbox-gl/issues/251 - Update all dependencies
- Fix
GeoJsonLayer
when updating map style: https://github.com/alex3165/react-mapbox-gl/issues/261 - Write a changelog
- Fix 3D buildings example
Feel free to add a comment on this thread if you want to see something out under this major release.
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
react-mapbox-gl - npm
Latest version: 5.1.1, last published: 2 years ago. Start using react-mapbox-gl in your project by running `npm i react-mapbox-gl` ... 2.0.0.
Read more >React-mapbox-gl NPM - npm.io
property heatmap displays a mapbox heatmap layer. Source; GeoJSONLayer. DOM components (normal React components). ZoomControl; ScaleControl; RotationControl ...
Read more >Mapbox GL JS
Mapbox GL JS is a JavaScript library for vector maps on the Web. Its performance, real-time styling, and interactivity features power immersive map ......
Read more >react-map-gl | About Mapbox Tokens
react -map-gl itself is open source and free. It provides a React wrapper for mapbox-gl or derived projects. Depending on which Mapbox GL...
Read more >How can I use `asset://` for non-APK file(s) on Android in a ...
I've been using Mapbox GL Native (specifically react-native-mapbox-gl). I'm generating my own vector tiles on a server, and I'd like to have ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Pass
pointerEvents: none
to markers in examples (everywhere where zoom with scroll enabled)Expose
css
for import in webpack project instead of injecting in header. This way it will be minified e.g.