Skip to content

Commit

Permalink
chore: update satellite layer
Browse files Browse the repository at this point in the history
  • Loading branch information
daniluk4000 committed Dec 29, 2024
1 parent 4e3e916 commit 38936b5
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/components/map/MapLayer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,9 @@ type IVectorLayer = Pick<Layer, 'attribution' | 'url' | 'lightThemeUrl'> & {
vector: true;
};
const externalLayers: PartialRecord<MapLayoutLayerExternal, Layer> = {
const externalLayers: PartialRecord<MapLayoutLayerExternal, Layer | IVectorLayer> = {
Satellite: {
attribution: {
title: 'ArcGIS',
url: 'https://arcgis.com',
},
url: 'https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}',
url: `https://ibasemaps-api.arcgis.com/arcgis/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}?token=AAPTxy8BH1VEsoebNVZXo8HurDMQfxZXP-jwqkEIQ3jLIZoTUg5nKRlVTBwkT6rjROYxXw0nv2RYA5yv6hZBods45S-mobzoAHIy4R8ZP_kadIqOrU5bJTyqic63SPSS8-EeC1qFvTOFBd2sQtynCOUMdk4YWCR7Jj7C85_hfBAYvFj9lI1jEmCNzQJqyoitGPjNwW-efZ318KR2nhYadO4TEDqT9D53FlaDZffQjSMeKD8.AT1_chWUHHAZ`,
},
OSM: {
attribution: {
Expand Down

0 comments on commit 38936b5

Please sign in to comment.