Use Flatgeobuf in react-map-gl
In this post, we expand on moving beyond the maplibre example in Flatgeobuf to writing a custom source component using react-map-gl.
In this post, we expand on moving beyond the maplibre example in Flatgeobuf to writing a custom source component using react-map-gl.
If you are creating a Mapbox GL map using React, there may come a time when you want to be able to trigger Redux or other actions from within said popup. If you’re not using react-map-gl, this article is for you. If you’re looking for spoilers, see this codepen for a full implementation. What sets …