Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/poor-candies-hammer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@undp-data/style": patch
---

fix: supply correct un-esri sprite url
2 changes: 1 addition & 1 deletion assets/aerialstyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ sprite:
- id: undp
url: ./sprite/sprite
- id: default
url: https://pro-ags2.dfs.un.org/arcgis/rest/services/Hosted/Unite_StreetMapVT_CVW_V01/VectorTileServer/resources/sprites/sprite_S
url: https://pro-ags2.dfs.un.org/arcgis/rest/services/Hosted/Unite_StreetMapVT_CVW_V01/VectorTileServer/resources/sprites/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/dark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ sprite:
- id: undp
url: ./sprite/sprite
- id: default
url: https://pro-ags2.dfs.un.org/arcgis/rest/services/Hosted/Unite_StreetMapVT_CVW_V01/VectorTileServer/resources/sprites/sprite_S
url: https://pro-ags2.dfs.un.org/arcgis/rest/services/Hosted/Unite_StreetMapVT_CVW_V01/VectorTileServer/resources/sprites/sprite
glyphs: https://fonts.undpgeohub.org/fonts/{fontstack}/{range}.pbf
layers:
- !!inc/file dark/background.yml
Expand Down
2 changes: 1 addition & 1 deletion assets/positron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ sprite:
- id: undp
url: ./sprite/sprite
- id: default
url: https://pro-ags2.dfs.un.org/arcgis/rest/services/Hosted/Unite_StreetMapVT_CVW_V01/VectorTileServer/resources/sprites/sprite_S
url: https://pro-ags2.dfs.un.org/arcgis/rest/services/Hosted/Unite_StreetMapVT_CVW_V01/VectorTileServer/resources/sprites/sprite
glyphs: https://fonts.undpgeohub.org/fonts/{fontstack}/{range}.pbf
layers:
- !!inc/file positron/background.yml
Expand Down
2 changes: 1 addition & 1 deletion assets/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ sprite:
- id: undp
url: ./sprite/sprite
- id: default
url: https://pro-ags2.dfs.un.org/arcgis/rest/services/Hosted/Unite_StreetMapVT_CVW_V01/VectorTileServer/resources/sprites/sprite_S
url: https://pro-ags2.dfs.un.org/arcgis/rest/services/Hosted/Unite_StreetMapVT_CVW_V01/VectorTileServer/resources/sprites/sprite
glyphs: https://fonts.undpgeohub.org/fonts/{fontstack}/{range}.pbf
layers:
- !!inc/file layers/background.yml
Expand Down
2 changes: 1 addition & 1 deletion assets/un_street_map.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sprite:
- id: undp
url: ./sprite/sprite
- id: default
url: https://pro-ags2.dfs.un.org/arcgis/rest/services/Hosted/Unite_StreetMapVT_CVW_V01/VectorTileServer/resources/sprites/sprite_S
url: https://pro-ags2.dfs.un.org/arcgis/rest/services/Hosted/Unite_StreetMapVT_CVW_V01/VectorTileServer/resources/sprites/sprite
glyphs: https://fonts.undpgeohub.org/fonts/{fontstack}/{range}.pbf
sources:
esri:
Expand Down