From dc7e30dd432eb2badc0fcd2bff859d9b6bfcc7d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguy=E1=BB=85n?= Date: Fri, 5 May 2017 11:13:33 -0700 Subject: [ios, macos] Fixed syntax error in DDS guide --- platform/macos/docs/guides/Using Style Functions at Runtime.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/macos/docs/guides/Using Style Functions at Runtime.md') diff --git a/platform/macos/docs/guides/Using Style Functions at Runtime.md b/platform/macos/docs/guides/Using Style Functions at Runtime.md index b3098dfe04..c03a35006a 100644 --- a/platform/macos/docs/guides/Using Style Functions at Runtime.md +++ b/platform/macos/docs/guides/Using Style Functions at Runtime.md @@ -49,7 +49,7 @@ The effect a key has on the style value is determined by the interpolation mode. The stops dictionary below, for example, shows colors that continuously shift from yellow to orange to red to blue to white based on the attribute value. ``` swift -let url = URL(string: "https://earthquake.usgs.gov/earthquakes/feed/v1.0/summary/all_week.geojson") +let url = URL(string: "https://earthquake.usgs.gov/earthquakes/feed/v1.0/summary/all_week.geojson")! let symbolSource = MGLSource(identifier: "source") let symbolLayer = MGLSymbolStyleLayer(identifier: "place-city-sm", source: symbolSource) -- cgit v1.2.1