Skip to content

Commit

Permalink
Merge pull request #378 from mohsin-r/basemap-logos
Browse files Browse the repository at this point in the history
Fix basemap logos
  • Loading branch information
yileifeng authored Aug 26, 2024
2 parents 824dec8 + f0516c2 commit 4ae4c85
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 4ae4c85

Please sign in to comment.