Skip to content

Commit f82f06b

Browse files
authored
Merge pull request #670 from Esri/Ting/UpdateKMLData
[Update] Replace NOAA KML data in Add KML layer
2 parents c49c6a5 + 5716db6 commit f82f06b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Shared/Samples/Add KML layer/AddKMLLayerView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ private extension AddKMLLayerView {
7676

7777
/// A KML layer created from a web URL.
7878
let urlLayer: KMLLayer = {
79-
let url = URL(string: "https://www.wpc.ncep.noaa.gov/kml/noaa_chart/WPC_Day1_SigWx.kml")!
79+
let url = URL(string: "https://www.spc.noaa.gov/products/outlook/SPC_outlooks.kml")!
8080
let kmlDataset = KMLDataset(url: url)
8181
return KMLLayer(dataset: kmlDataset)
8282
}()

Shared/Samples/Add KML layer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This sample uses the [US State Capitals](https://www.arcgis.com/home/item.html?i
3232

3333
This sample displays three different KML files:
3434

35-
* From URL: This is a map of the significant weather outlook produced by NOAA/NWS. It uses KML network links to always show the latest data.
35+
* From URL: This is a map of the convective outlook produced by NOAA/NWS Storm Prediction Center. It uses KML network links to always show the latest data.
3636
* From local file: This is a map of U.S. state capitals. It doesn't define an icon, so the default pushpin is used for the points.
3737
* From portal item: This is a map of U.S. states.
3838

0 commit comments

Comments
 (0)