Skip to content

Commit

Permalink
fix(examples): change watercolor tile url
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyGlt authored and Desplandis committed Dec 22, 2023
1 parent d508831 commit 1bfd639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/view_2d_map.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
var opensmSource = new itowns.TMSSource({
isInverted: true,
// eslint-disable-next-line no-template-curly-in-string
url: 'http://c.tile.stamen.com/watercolor/${z}/${x}/${y}.jpg',
url: 'https://watercolormaps.collection.cooperhewitt.org/tile/watercolor/${z}/${x}/${y}.jpg',
networkOptions: { crossOrigin: 'anonymous' },
extent,
crs: 'EPSG:3857',
Expand Down

0 comments on commit 1bfd639

Please sign in to comment.