Skip to content

Commit

Permalink
fix: BREAKING CHANGE. Change sprite path from CDN to relative path (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
JinIgarashi authored Apr 19, 2024
1 parent 4af4c46 commit 3d5e987
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/nervous-beers-bathe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@undp-data/style": major
---

fix: BREAKING CHANGE. Change sprite path from CDN to relative path
2 changes: 1 addition & 1 deletion assets/aerialstyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ sources:
- -90
- 180
- 90
sprite: https://unpkg.com/@undp-data/[email protected]/dist/sprite/sprite
sprite: ./sprite/sprite
glyphs: https://fonts.undpgeohub.org/fonts/{fontstack}/{range}.pbf
layers:
- !!inc/file layers/bingaerial.yml
Expand Down
2 changes: 1 addition & 1 deletion assets/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ sources:
- -90
- 180
- 90
sprite: https://unpkg.com/@undp-data/[email protected]/dist/sprite/sprite
sprite: ./sprite/sprite
glyphs: https://fonts.undpgeohub.org/fonts/{fontstack}/{range}.pbf
layers:
- !!inc/file layers/background.yml
Expand Down

0 comments on commit 3d5e987

Please sign in to comment.