FilipLeitner
FilipLeitner
Might get to this some time in the future but it will have to be redone anyways. Closing.
Update: https://github.com/geostyler/geostyler-qgis-parser/pull/569
Preferably need to be tested in other scenarios other the one in test-app
Reliably buffering the extent seem to be quite a task. - previous implementation was failing for local projections such as EPSG:5514 where simple comaprison with projected bounds of WGS84 is...
In [b26bcb8](https://github.com/hslayers/hslayers-ng/pull/5160/commits/b26bcb8c4ac4f792252f7d9ae5a510b8fdb04e90) Ive reverted many changes and implemented polynomial function to scale buffer factor based on extents' diagonal length instead of checking the bounds against the predefined extent. Function used...
Well this is kinda insane.... our 4087 def is just wrong. No idea how. It should not be ``` proj4.defs( 'EPSG:4087', '+proj=cea +lon_0=0 +lat_ts=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs', );...
Wonder how would something like `map resolution` * `some pixel value` (ideally size of the symbol I guess) work . Because I mean...the resolution is a measure of how many...
For the 'Optical satellite basemap' it is the timing issue. `layerDimensionDefinitionChanges` is emitted before subscriber is setup in `HsLayerManagerService`  When increasing timeout of emittion to 1s one more caveat...
#5713
>  hide loader on error and log the error to the console. [3c58313](https://github.com/hslayers/hslayers-ng/pull/5713/commits/3c58313d9c4303f41e11d7c1b51b7e524f71e22e)