iTowns / itowns

A Three.js-based framework written in Javascript/WebGL for visualizing 3D geospatial data
http://www.itowns-project.org
Other
1.08k stars 293 forks source link

License issue with @mapbox/mapbox-gl-style-spec #2247

Open Desplandis opened 7 months ago

Desplandis commented 7 months ago

Context

Since version 14.0.0, @mapbox/mapbox-gl-style-spec does not use a FOSS licence (ISC) anymore:

This project uses the standard Mapbox license, which is designed to provide flexibility for our customers and a sustained foundation for the development of our technology. Please consult LICENSE.txt for its specific details.

For now, we are using the latest version (13.28.0) released with an ISC licence (see #2234) but we'll not be able to update this package in the future.

Possible Solution

A possible solution would be to move to @maplibre/maplibre-gl-style-spec. However, we'll have to assert the differences between those two.