We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 163a4ff commit e70d43dCopy full SHA for e70d43d
Sources/Examples/SwiftUI Examples/RasterParticleExample.swift
@@ -11,7 +11,7 @@ struct RasterParticleExample: View {
11
var body: some View {
12
Map(initialViewport: .camera(zoom: 1)) {
13
RasterArraySource(id: "wind-mrt-source")
14
- .url("mapbox://rasterarrayexamples.gfs-winds")
+ .url("mapbox://mapbox.gfs-winds")
15
16
RasterParticleLayer(id: "layer_particles", source: "wind-mrt-source")
17
.sourceLayer("10winds")
0 commit comments