Skip to content

Commit

Permalink
Fix basemap logos
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsin-r committed Aug 20, 2024
1 parent a29e02d commit f0516c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ramp-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -364,15 +364,15 @@
"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
},
{
"id": "EXT_ESRI_World_AuxMerc_3857#LOD_ESRI_World_AuxMerc_3857",
"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
}
],
Expand Down

0 comments on commit f0516c2

Please sign in to comment.