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.
MGLStyle should have a -sourceWithIdentifier: method for random access to the style’s sources. It would call mbgl::Map::getSource() and convert the returned mbgl::style::Source into an MGLSource object. MGLSource may need -hash and -isEqual: implementations.
MGLStyle should have a
-sourceWithIdentifier:
method for random access to the style’s sources. It would callmbgl::Map::getSource()
and convert the returnedmbgl::style::Source
into an MGLSource object. MGLSource may need-hash
and-isEqual:
implementations./cc @frederoni
The text was updated successfully, but these errors were encountered: