Skip to content

Commit e70d43d

Browse files
authored
Update tileset in RasterParticleExample.swift (#2443)
1 parent 163a4ff commit e70d43d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Examples/SwiftUI Examples/RasterParticleExample.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ struct RasterParticleExample: View {
1111
var body: some View {
1212
Map(initialViewport: .camera(zoom: 1)) {
1313
RasterArraySource(id: "wind-mrt-source")
14-
.url("mapbox://rasterarrayexamples.gfs-winds")
14+
.url("mapbox://mapbox.gfs-winds")
1515

1616
RasterParticleLayer(id: "layer_particles", source: "wind-mrt-source")
1717
.sourceLayer("10winds")

0 commit comments

Comments
 (0)