Forgive me if obvious—where are you pulling the underlying data from? Is the data itself OS licensed?
Maplibre: community-driven Mapbox GL fork
11–20 of 87 posts
Re: Maplibre: community-driven Mapbox GL fork
#12Forgive me if obvious—where are you pulling the underlying data from? Is the data itself OS licensed?
OpenStreetMaps probably. Mapbox uses data from OSM among others when they create their tiles. https://docs.mapbox.com/help/getting-started/mapbox-data/#co...
Re: Maplibre: community-driven Mapbox GL fork
#13Will the SDK also work on iOS and Mac then, i.e. has Metal support?
Re: Maplibre: community-driven Mapbox GL fork
#14I'm one of the folks behind the fork (and part of the initial steering committee). Happy to answer any questions!
Re: Maplibre: community-driven Mapbox GL fork
#15Forgive me if obvious—where are you pulling the underlying data from? Is the data itself OS licensed?
The SDK is just a library, used to render vector map tiles, usually in the MVT-format: https://docs.mapbox.com/vector-tiles/specification/
Most maps rendered with such an SDK are based on OpenStreetMap data.
Re: Maplibre: community-driven Mapbox GL fork
#16If it is true that Apple will soon drop OpenGL and only support Metal: Will the SDK also work on iOS and Mac then, i.e. has Metal support?
https://github.com/maplibre/maplibre-gl-native/tree/metal-su... is the branch and https://github.com/maplibre/maplibre-gl-native/issues?q=is%3... are associated issues.
Re: Maplibre: community-driven Mapbox GL fork
#17I'm one of the folks behind the fork (and part of the initial steering committee). Happy to answer any questions!
Does it support rendering of rasters? What about support on Desktop platforms?
Re: Maplibre: community-driven Mapbox GL fork
#18Re: Maplibre: community-driven Mapbox GL fork
#19If it is true that Apple will soon drop OpenGL and only support Metal: Will the SDK also work on iOS and Mac then, i.e. has Metal support?
Re: Maplibre: community-driven Mapbox GL fork
#20Earlier quoted context omitted.
OpenStreetMaps probably. Mapbox uses data from OSM among others when they create their tiles. https://docs.mapbox.com/help/getting-started/mapbox-data/#co...
OpenStreetMap* (no s at the end).