geostyler / geostyler-openlayers-parser

GeoStyler Style Parser implementation for OpenLayers styles
BSD 2-Clause "Simplified" License
36 stars 26 forks source link

GraphicFill loading state when writing style #434

Open KaiVolland opened 2 years ago

KaiVolland commented 2 years ago

As stated by @nevaldas the loading state of images can be a problem when writing GraphicFill styleFunctions with external graphics: https://github.com/geostyler/geostyler-openlayers-parser/pull/388#issuecomment-93328645

Possible solutions could be:

Please discuss and add more ideas. :)

jansule commented 2 years ago

Also we could provide some kind of event, so the actual application can decide when to trigger the rerender. However, all applications would have to implement this then.