Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[ios] Use
Browse files Browse the repository at this point in the history
  • Loading branch information
jmkiley committed Aug 28, 2019
1 parent 5d766bc commit d712fea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platform/darwin/src/MGLShapeSource.mm
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@

std::string keyString = std::string([key UTF8String]);

// No viable overloaded operator[] for type ...
// clusterMap[keyString] = mbglPair;
clusterMap->emplace(keyString, mbglPair);

}
// No viable overloaded '='
// geoJSONOptions.clusterProperties = clusterMap;
}

Expand Down

0 comments on commit d712fea

Please sign in to comment.