Skip to content

Commit

Permalink
Update AddWebTiledLayerView.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
fcamas committed Aug 9, 2024
1 parent 9b5e60c commit 45f0b80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ArcGIS
import SwiftUI

struct AddWebTiledLayerView: View {
// A map with web tiled layer as a basemap.
// A map with web tiled layer.
@State private var map: Map = {
// Build the web tiled layer from ArcGIS Living Atlas of the World tile service url.
let webTiledLayer = WebTiledLayer(urlTemplate: .worldTileServiceStringURL)
Expand Down

0 comments on commit 45f0b80

Please sign in to comment.