ol-mapbox-style
ol-mapbox-style copied to clipboard
Use Mapbox Style objects with OpenLayers
See https://github.com/openlayers/ol-mapbox-style/issues/563. Please review, if this is an acceptable way to add the feature.
In Mapbox you can add images to the map (see https://docs.mapbox.com/mapbox-gl-js/api/map/#instance-members-images) either statically by loading them before use or dynamically as response to a "styleimagemissing" event. We used this *...
I add a new [function](https://github.com/GD-Aichi/ol-mapbox-style/commit/acacc373859132f5f97fee82f6dbfe1f0e7dbe79) in my branch. Now the question is, if you want to have that in your project?
Hello again! We're using Esri vector tiles and trying to see English labels. Esri's map renders things well, and I wonder if `olms` can do the same. In the Esri...
update
closed #195.
Hi. Added a few more tests. I didn't include these in my last PR because the way the cacheing and multiplying the alpha is done initially confused me. Also, the...
I think it could be quite useful to cache the downloaded sprites if one is about to re-apply styles to (a subset of) layers (for example to keep the number...
Hi, When style rendered not as expected, it's hard to determine if its a bug in style/data or part of style is unsupported by ol-mapbox-style It would be nice to...