Andreas Hocevar
Andreas Hocevar
Fixes #334 and adds a test to avoid such a regression in the future.
See https://github.com/openlayers/ol3-cesium/pull/144#issuecomment-71260965. This adds support for layer opacity on vector points. Layer and style opacity are combined on the billboard level.
The Mapbox Style Specification does not have a `minzoom` for [`geojson`](https://docs.mapbox.com/mapbox-gl-js/style-spec/#sources-geojson) sources, and the [`maxzoom`](https://docs.mapbox.com/mapbox-gl-js/style-spec/#sources-geojson-maxzoom) option has a meaning that is not relevant for OpenLayers. The right thing to do...
| Q | A | ---------------- | --- | Bug fix? | no | New feature? | yes | Breaking change? | no | Deprecations? | no | Tests added?...
I'm putting this up for discussion, as an alternative to #939. The one thing that makes me hesitant to make this change is that I don't know what the plans...
If a WMSLegend is configured with a URL, and baseParams e.g. contain a FORMAT, the FORMAT gets appended even if the original URL already has a FORMAT param. We really...
This pull request removes the only real-life need for type hints in `"get"` call expressions, which was needed due to an ambiguity between `NumberType` and `NumberArrayType` for `-scale` style properties....
Fixes #15505. This pull request implements what was discussed in #15505, and thus is a breaking change. I did not remove the type hints or replace them with type assertions....
Several WebGL renderer tests are failing for me locally: ``` Chrome Headless 123.0.0.0 (Mac OS 10.15.7) ol.webgl.styleparser parseLiteralStyle icon style contains main properties and expressions, icon specified as data url...
Fixes #16122