themes that specify maxzoom > 25 or
maps zoomed to level > 25 could result
in an exception. Fix this by bounding
cache to array size.
I've seen this happen in the field: in rare cases with flutter_map a zoom level of 100 is used. I haven't determined the root cause, but this will address the symptom.
themes that specify maxzoom > 25 or maps zoomed to level > 25 could result in an exception. Fix this by bounding cache to array size.
I've seen this happen in the field: in rare cases with
flutter_map
a zoom level of 100 is used. I haven't determined the root cause, but this will address the symptom.