Skip to content

Commit

Permalink
read sprites from v4 (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdon authored Oct 9, 2024
1 parent 8b2c871 commit 205dac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basemaps/layers.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ outline: deep
})
}

const SPRITES_BASE = "https://protomaps.github.io/basemaps-assets/sprites/v3";
const SPRITES_BASE = "https://protomaps.github.io/basemaps-assets/sprites/v4";

const sprites = Promise.all([
fetch(`${SPRITES_BASE}/[email protected]`).then(resp => resp.json()),
Expand Down

0 comments on commit 205dac2

Please sign in to comment.