DigitalCommons / land-explorer-front-end

React app for the Land Explorer front end
http://landexplorer.cc
GNU Affero General Public License v3.0
1 stars 0 forks source link

Change MapboxGL to MapLibreGL #327

Open rogup opened 3 months ago

rogup commented 3 months ago

Since we are using the open-source version of Mapbox (MapLibre) in Mykomap, we should use this in LX too.

We currently use this React binding https://github.com/alex3165/react-mapbox-gl but it probably makes sense to switch to this one instead as part of this work, since it's more widely used, actively maintained, and tested with MapLibre https://github.com/visgl/react-map-gl

Switching over should be fairly easy for the most part, but I think there are a few differences between the binding APIs, such as

Estimate: 2.5 days

rogup commented 3 months ago

@lin-d-hop is this something that you think is worth adding to the backlog? The main reason is so that we use more OSS.

@ms0ur1s this probably relates to what you're doing in #317 since that involves draw controls. How's that piece of work going for you?