Skip to content

Commit dbf968f

Browse files
authored
Merge pull request #97 from UNDP-Data/fix/esri-sprite-url
fix: use correct un-esri sprite url
2 parents 76fc7ea + 6d266b6 commit dbf968f

6 files changed

Lines changed: 10 additions & 5 deletions

File tree

.changeset/poor-candies-hammer.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@undp-data/style": patch
3+
---
4+
5+
fix: supply correct un-esri sprite url

assets/aerialstyle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ sprite:
4444
- id: undp
4545
url: ./sprite/sprite
4646
- id: default
47-
url: https://pro-ags2.dfs.un.org/arcgis/rest/services/Hosted/Unite_StreetMapVT_CVW_V01/VectorTileServer/resources/sprites/sprite_S
47+
url: https://pro-ags2.dfs.un.org/arcgis/rest/services/Hosted/Unite_StreetMapVT_CVW_V01/VectorTileServer/resources/sprites/sprite
4848
glyphs: https://fonts.undpgeohub.org/fonts/{fontstack}/{range}.pbf
4949
layers:
5050
- !!inc/file layers/bingaerial.yml

assets/dark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ sprite:
2929
- id: undp
3030
url: ./sprite/sprite
3131
- id: default
32-
url: https://pro-ags2.dfs.un.org/arcgis/rest/services/Hosted/Unite_StreetMapVT_CVW_V01/VectorTileServer/resources/sprites/sprite_S
32+
url: https://pro-ags2.dfs.un.org/arcgis/rest/services/Hosted/Unite_StreetMapVT_CVW_V01/VectorTileServer/resources/sprites/sprite
3333
glyphs: https://fonts.undpgeohub.org/fonts/{fontstack}/{range}.pbf
3434
layers:
3535
- !!inc/file dark/background.yml

assets/positron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ sprite:
3030
- id: undp
3131
url: ./sprite/sprite
3232
- id: default
33-
url: https://pro-ags2.dfs.un.org/arcgis/rest/services/Hosted/Unite_StreetMapVT_CVW_V01/VectorTileServer/resources/sprites/sprite_S
33+
url: https://pro-ags2.dfs.un.org/arcgis/rest/services/Hosted/Unite_StreetMapVT_CVW_V01/VectorTileServer/resources/sprites/sprite
3434
glyphs: https://fonts.undpgeohub.org/fonts/{fontstack}/{range}.pbf
3535
layers:
3636
- !!inc/file positron/background.yml

assets/style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ sprite:
3030
- id: undp
3131
url: ./sprite/sprite
3232
- id: default
33-
url: https://pro-ags2.dfs.un.org/arcgis/rest/services/Hosted/Unite_StreetMapVT_CVW_V01/VectorTileServer/resources/sprites/sprite_S
33+
url: https://pro-ags2.dfs.un.org/arcgis/rest/services/Hosted/Unite_StreetMapVT_CVW_V01/VectorTileServer/resources/sprites/sprite
3434
glyphs: https://fonts.undpgeohub.org/fonts/{fontstack}/{range}.pbf
3535
layers:
3636
- !!inc/file layers/background.yml

assets/un_street_map.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sprite:
55
- id: undp
66
url: ./sprite/sprite
77
- id: default
8-
url: https://pro-ags2.dfs.un.org/arcgis/rest/services/Hosted/Unite_StreetMapVT_CVW_V01/VectorTileServer/resources/sprites/sprite_S
8+
url: https://pro-ags2.dfs.un.org/arcgis/rest/services/Hosted/Unite_StreetMapVT_CVW_V01/VectorTileServer/resources/sprites/sprite
99
glyphs: https://fonts.undpgeohub.org/fonts/{fontstack}/{range}.pbf
1010
sources:
1111
esri:

0 commit comments

Comments
 (0)