From a993762ba673bd5d9b7177e4d83f5f3a85d4ce23 Mon Sep 17 00:00:00 2001 From: Asheem Mamoowala Date: Mon, 22 Jan 2018 16:20:54 -0800 Subject: Add options for Custom Geometry Source types to enable clipping and wrapping geometry --- platform/android/src/style/sources/custom_geometry_source.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/android/src/style/sources/custom_geometry_source.cpp') diff --git a/platform/android/src/style/sources/custom_geometry_source.cpp b/platform/android/src/style/sources/custom_geometry_source.cpp index a60b962e45..b38405a3b1 100644 --- a/platform/android/src/style/sources/custom_geometry_source.cpp +++ b/platform/android/src/style/sources/custom_geometry_source.cpp @@ -18,7 +18,7 @@ namespace mbgl { namespace android { // This conversion is expected not to fail because it's used only in contexts where - // the value was originally a GeoJsonOptions object on the Java side. If it fails + // the value was originally a CustomGeometrySourceOptions object on the Java side. If it fails // to convert, it's a bug in our serialization or Java-side static typing. static style::CustomGeometrySource::Options convertCustomGeometrySourceOptions(jni::JNIEnv& env, jni::Object<> options, -- cgit v1.2.1