From f0516c23ed2d57b228a234f4e1cc0cb2ed5e20fd Mon Sep 17 00:00:00 2001 From: mohsin-r Date: Tue, 20 Aug 2024 16:25:04 -0400 Subject: [PATCH] Fix basemap logos --- ramp-default.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ramp-default.json b/ramp-default.json index 55eabd94..4a2a89d6 100644 --- a/ramp-default.json +++ b/ramp-default.json @@ -364,7 +364,7 @@ "name": "Lambert Maps", "extentSetId": "EXT_NRCAN_Lambert_3978", "lodSetId": "LOD_NRCAN_Lambert_3978", - "thumbnailTileUrls": [], + "thumbnailTileUrls": ["/tile/8/285/268", "/tile/8/285/269"], "hasNorthPole": true }, { @@ -372,7 +372,7 @@ "name": "Web Mercator Maps", "extentSetId": "EXT_ESRI_World_AuxMerc_3857", "lodSetId": "LOD_ESRI_World_AuxMerc_3857", - "thumbnailTileUrls": [], + "thumbnailTileUrls": ["/tile/8/91/74", "/tile/8/91/75"], "hasNorthPole": false } ],