OpenGeoscience / uvdat

UVDAT Urban Visualization and Data Analysis Toolkit
Apache License 2.0
2 stars 1 forks source link

Migrate from OpenLayers to MapLibre GL #63

Closed jjnesbitt closed 1 month ago

jjnesbitt commented 1 month ago

Closes #49

This PR migrates the client from using OpenLayers for map visualization to MapLibre-GL. Since the choice of map library permeates to many places in the codebase, this includes a lot of changes. Here are some notable changes:

There are many more spots in the codebase that I'd like to refactor/improve, but doing so in this PR would be unnecessarily out of scope.