From 3fed3c10edb2cd015bd733a22c56ace7af900ef8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguye=CC=82=CC=83n?= Date: Thu, 8 Dec 2016 03:40:59 -0800 Subject: [ios, macos] Expanded source documentation Also fixed a few stray references to GeoJSON sources. --- platform/darwin/test/MGLStyleValueTests.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'platform/darwin/test/MGLStyleValueTests.swift') diff --git a/platform/darwin/test/MGLStyleValueTests.swift b/platform/darwin/test/MGLStyleValueTests.swift index 2d2792fdc0..e529af0634 100644 --- a/platform/darwin/test/MGLStyleValueTests.swift +++ b/platform/darwin/test/MGLStyleValueTests.swift @@ -22,8 +22,8 @@ extension MGLStyleValueTests { } func testFunctions() { - let geoJSONSource = MGLShapeSource(identifier: "test", shape: nil, options: nil) - let symbolStyleLayer = MGLSymbolStyleLayer(identifier: "test", source: geoJSONSource) + let shapeSource = MGLShapeSource(identifier: "test", shape: nil, options: nil) + let symbolStyleLayer = MGLSymbolStyleLayer(identifier: "test", source: shapeSource) // Boolean let stops: [NSNumber: MGLStyleValue] = [ -- cgit v1.2.1