maplibre / maputnik

An open source visual editor for the 'MapLibre Style Specification'
https://www.maplibre.org/maputnik
MIT License
2.14k stars 401 forks source link

Fix network issue #944

Open HarelM opened 2 months ago

HarelM commented 2 months ago

Launch Checklist

In case of non 200 response the font and glyphs metadata would return the ajax error object instead of the default value.

Fixes #935

HarelM commented 1 week ago

We could, I didn't want to change the code a lot ,and only wanted to solve this issue. It can be done as part of a different PR...

HarelM commented 1 week ago

In general, this callback hell should be removed, much like we did for maplibre, but it's not a small change...