summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmkiley <jordan.kiley@mapbox.com>2019-08-28 10:52:42 -0700
committerjmkiley <jordan.kiley@mapbox.com>2019-09-25 14:28:56 -0700
commit4a6b80c4adf4aefc7c9577455939a68c73ea95a1 (patch)
tree45c6a9520546e3de8b81dc05b1d1c6f3401d019d
parenta55cf0a01e11878dad64fd1beab527bf5d788887 (diff)
downloadqtlocation-mapboxgl-4a6b80c4adf4aefc7c9577455939a68c73ea95a1.tar.gz
[ios] Use
-rw-r--r--platform/darwin/src/MGLShapeSource.mm4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/darwin/src/MGLShapeSource.mm b/platform/darwin/src/MGLShapeSource.mm
index 523d0bc3b0..bfd5eefb38 100644
--- a/platform/darwin/src/MGLShapeSource.mm
+++ b/platform/darwin/src/MGLShapeSource.mm
@@ -113,10 +113,10 @@ mbgl::style::GeoJSONOptions MGLGeoJSONOptionsFromDictionary(NSDictionary<MGLShap
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;
}