What a shame. I guess they got sick of people taking their code and ripping out their API subscriptions. For anyone interested in an open source mapping library (that also has 3D support) that can handle raster data (including the Mapbox tiles), I launched a project 2 weeks ago that is the culmination of 7 years effort: https://github.com/felixpalmer/procedural-gl-js/ . I must say (while acknowledging my huge bias) t…
What other alternatives exist? I know now: * openlayers, but vector tiles have no web GL support there * Procedural GL JS * tangram * deck.gl (from Uber) * harp.gl (from HERE Maps)
Mapbox-gl-js is no longer under the 3-Clause BSD license
71–80 of 200 posts
Re: Mapbox-gl-js is no longer under the 3-Clause BSD license
#72Re: Mapbox-gl-js is no longer under the 3-Clause BSD license
#73We tried to implement mapbox on a new product last week. I like the style options for the maps but their reverse geo lookup and local search performed poorly vs google maps. Pins dropped down the street from actual address and search results don't narrow in accurately using POI and city/state - for example "Chipotle Parker Colorado" rather than showing the 3 chipotles in Parker, CO lists: - the city "Parker, CO" - Pa…
https://opencagedata.com seems to be the best around using open data and offer API compatibility (or did at last check).
Re: Mapbox-gl-js is no longer under the 3-Clause BSD license
#74Earlier quoted context omitted.
Doesn’t deck.gl also use map box? What are they doing?
deck.gl is completely independent from Mapbox and Mapbox GL JS. You can use it with Google Maps, for example; most people used it with Mapbox because it was the most advanced open source basemap available. We'll probably end up removing Mapbox from the deck.gl examples, but I can't say for sure.
0. https://github.com/visgl/deck.gl/blob/79699960e7e24daef11074...
1. https://github.com/visgl/react-map-gl/blob/aae80369ed106f5c6...
Re: Mapbox-gl-js is no longer under the 3-Clause BSD license
#75Earlier quoted context omitted.
https://cesium.com/cesiumjs/
Does it have vector tiles support?
Re: Mapbox-gl-js is no longer under the 3-Clause BSD license
#76We tried to implement mapbox on a new product last week. I like the style options for the maps but their reverse geo lookup and local search performed poorly vs google maps. Pins dropped down the street from actual address and search results don't narrow in accurately using POI and city/state - for example "Chipotle Parker Colorado" rather than showing the 3 chipotles in Parker, CO lists: - the city "Parker, CO" - Pa…
Looking over their API docs, you can search for points of interest (POI), but that's it: https://docs.mapbox.com/api/search/geocoding/
For your use case, you should look into a geocoding service [0]. And then you can display the location results with your mapping library of choice. Google Maps does provide an all-inclusive service, but as you've mentioned, styling is better with Mapbox (and pricing).
[0] - Aside from Google and Mapbox, I've never used any of these alternative geocoding services: https://smartystreets.com/articles/is-there-a-geocoding-api-...
Re: Mapbox-gl-js is no longer under the 3-Clause BSD license
#77Earlier quoted context omitted.
deck.gl is completely independent from Mapbox and Mapbox GL JS. You can use it with Google Maps, for example; most people used it with Mapbox because it was the most advanced open source basemap available. We'll probably end up removing Mapbox from the deck.gl examples, but I can't say for sure.
Are you sure? Deck.gl depends on react-map-gl [0] which depends on mapbox-gl [1] 0. https://github.com/visgl/deck.gl/blob/79699960e7e24daef11074... 1. https://github.com/visgl/react-map-gl/blob/aae80369ed106f5c6...
[0]: https://deck.gl/examples/tile-layer/ [1]: https://deck.gl/docs/get-started/using-with-map
Re: Mapbox-gl-js is no longer under the 3-Clause BSD license
#78This follows the same happening for Mapbox GL Native (iOS/Android) earlier this year. With Native it's more critical. A GL JS fork can continue quite easily. The iOS Native library, however, uses OpenGL and will therefore stop working when Apple finally switches to Metal-only. (Mapbox only released their Metal port under the new proprietary TOS.)
Re: Mapbox-gl-js is no longer under the 3-Clause BSD license
#79Earlier quoted context omitted.
That doesn't answer the question. And has nothing to do with closed source, really.
yeah, posted notes/deets https://www.mapbox.com/blog/mapbox-gl-js-v2-3d-maps-camera-a... Developers need a Mapbox account and access token. v2 is available in the same way as v1 -- the project source code is available on Github at https://www.mapbox.com/blog/mapbox-gl-js-v2-3d-maps-camera-a... for open collaboration with the community. New features will be on v2.