Leon Bantin

Results 4 issues of Leon Bantin

Currently there is no possibility to add custom http headers when reading the style from a server. That is a problem if custom headers are needed e.g. for authorization. This...

Currently there is no possibility to create a style locally. The `StyleReader` always fetches the style json remotely. To keep the already existing logic of `StyleReader.read`, I implemented the `StyleSerializer`,...

Another attempt for adding a local style reader. I abstracted the existing `StyleReader` into the base class `BaseStyleReader` and built the `LocalStyleReader` upon that. Looking forward to feedback :)

I profiled my app due to some users reporting crashes, that I could not really track down. Now, I took memory snapshots before the map was used and after the...