Skip to content

Commit

Permalink
replace tilejson url in rasterarray docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pratikyadav committed Jul 24, 2024
1 parent ecf3c4d commit 34e259c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/source/raster_array_tile_source.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import type Tile from './tile';
* // add to map
* map.addSource('some id', {
* type: 'raster-array',
* url: ['https://api.mapbox.com/v4/rasterarrayexamples.gfs-winds.json'],
* url: 'mapbox://rasterarrayexamples.gfs-winds',
* tileSize: 512
* });
*
Expand Down

0 comments on commit 34e259c

Please sign in to comment.