You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
calling Style::Impl::loadJSON with an empty style string fails
calling Style::Impl::loadURL with an empty style asset works
Both methods deliver an identical string to Style::Impl::parse. This can be reproduced by commenting/uncommenting this line in db3b980.
Is this an underlying core issue, or is there a reason for this behavior @pozdnyakov? We can change the implementation to use the asset (and the file source request) instead of parsing the style right away, but I'd like to understand why.
This is what an example from #14751 (comment) uses, which leads me to believe that Style::Impl::loadJSON is not kicking off the right gears internally.
release-java
master
Issue can be reproduced with the Simple Map Activity using the following commit: 48abc96
cc @tmpsantos @pozdnyakov @alexshalamov
The text was updated successfully, but these errors were encountered: