diff --git a/src/assets/pngs/EsriLightGray.png b/src/assets/pngs/EsriLightGray.png deleted file mode 100644 index a7a7963b..00000000 Binary files a/src/assets/pngs/EsriLightGray.png and /dev/null differ diff --git a/src/assets/pngs/EsriLightGray@2x.png b/src/assets/pngs/EsriLightGray@2x.png deleted file mode 100644 index d6726c07..00000000 Binary files a/src/assets/pngs/EsriLightGray@2x.png and /dev/null differ diff --git a/src/assets/pngs/EsriLightGray@3x.png b/src/assets/pngs/EsriLightGray@3x.png deleted file mode 100644 index 27ff9858..00000000 Binary files a/src/assets/pngs/EsriLightGray@3x.png and /dev/null differ diff --git a/src/assets/pngs/HereExplore.png b/src/assets/pngs/HereExplore.png deleted file mode 100644 index c6a18456..00000000 Binary files a/src/assets/pngs/HereExplore.png and /dev/null differ diff --git a/src/assets/pngs/HereExplore@2x.png b/src/assets/pngs/HereExplore@2x.png deleted file mode 100644 index 2dc14e34..00000000 Binary files a/src/assets/pngs/HereExplore@2x.png and /dev/null differ diff --git a/src/assets/pngs/HereExplore@3x.png b/src/assets/pngs/HereExplore@3x.png deleted file mode 100644 index ca656081..00000000 Binary files a/src/assets/pngs/HereExplore@3x.png and /dev/null differ diff --git a/src/assets/pngs/HereHybrid.png b/src/assets/pngs/HereHybrid.png deleted file mode 100644 index 35ec344a..00000000 Binary files a/src/assets/pngs/HereHybrid.png and /dev/null differ diff --git a/src/assets/pngs/HereHybrid@2x.png b/src/assets/pngs/HereHybrid@2x.png deleted file mode 100644 index 62f6043a..00000000 Binary files a/src/assets/pngs/HereHybrid@2x.png and /dev/null differ diff --git a/src/assets/pngs/HereHybrid@3x.png b/src/assets/pngs/HereHybrid@3x.png deleted file mode 100644 index d5829f08..00000000 Binary files a/src/assets/pngs/HereHybrid@3x.png and /dev/null differ diff --git a/src/assets/pngs/HereImagery.png b/src/assets/pngs/HereImagery.png deleted file mode 100644 index f2752c1c..00000000 Binary files a/src/assets/pngs/HereImagery.png and /dev/null differ diff --git a/src/assets/pngs/HereImagery@2x.png b/src/assets/pngs/HereImagery@2x.png deleted file mode 100644 index 63c9534c..00000000 Binary files a/src/assets/pngs/HereImagery@2x.png and /dev/null differ diff --git a/src/assets/pngs/HereImagery@3x.png b/src/assets/pngs/HereImagery@3x.png deleted file mode 100644 index b5cb30b1..00000000 Binary files a/src/assets/pngs/HereImagery@3x.png and /dev/null differ diff --git a/src/assets/pngs/Hybrid.png b/src/assets/pngs/Hybrid.png new file mode 100644 index 00000000..44225c27 Binary files /dev/null and b/src/assets/pngs/Hybrid.png differ diff --git a/src/assets/pngs/Loading@2x.png b/src/assets/pngs/Loading@2x.png deleted file mode 100644 index d203db0e..00000000 Binary files a/src/assets/pngs/Loading@2x.png and /dev/null differ diff --git a/src/assets/pngs/Loading@3x.png b/src/assets/pngs/Loading@3x.png deleted file mode 100644 index 7e97ebb2..00000000 Binary files a/src/assets/pngs/Loading@3x.png and /dev/null differ diff --git a/src/assets/pngs/Monochrome.png b/src/assets/pngs/Monochrome.png new file mode 100644 index 00000000..be878aa0 Binary files /dev/null and b/src/assets/pngs/Monochrome.png differ diff --git a/src/assets/pngs/Satellite.png b/src/assets/pngs/Satellite.png new file mode 100644 index 00000000..2084067d Binary files /dev/null and b/src/assets/pngs/Satellite.png differ diff --git a/src/assets/pngs/Standard.png b/src/assets/pngs/Standard.png new file mode 100644 index 00000000..414fd78b Binary files /dev/null and b/src/assets/pngs/Standard.png differ diff --git a/src/assets/pngs/index.ts b/src/assets/pngs/index.ts index 596e2e2e..c063b453 100644 --- a/src/assets/pngs/index.ts +++ b/src/assets/pngs/index.ts @@ -1,5 +1,5 @@ -export { default as EsriLightGray } from "./EsriLightGray.png"; -export { default as HereExplore } from "./HereExplore.png"; -export { default as HereHybrid } from "./HereHybrid.png"; -export { default as HereImagery } from "./HereImagery.png"; export { default as Loading } from "./Loading.png"; +export { default as Standard } from "./Standard.png"; +export { default as Monochrome } from "./Monochrome.png"; +export { default as Hybrid } from "./Hybrid.png"; +export { default as Satellite } from "./Satellite.png"; diff --git a/src/core/constants/appConfig.ts b/src/core/constants/appConfig.ts index 85c94bc3..9761e361 100644 --- a/src/core/constants/appConfig.ts +++ b/src/core/constants/appConfig.ts @@ -1,7 +1,7 @@ /* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. */ /* SPDX-License-Identifier: MIT-0 */ -import { EsriLightGray, HereExplore, HereHybrid, HereImagery } from "@demo/assets/pngs"; +import { Hybrid, Monochrome, Satellite, Standard } from "@demo/assets/pngs"; import { MapColorSchemeEnum, MapStyleEnum } from "@demo/types/Enums"; const getEnv = (key: string) => { @@ -111,10 +111,10 @@ const appConfig = { } }, MAP_STYLES: [ - { id: MapStyleEnum.STANDARD.toLowerCase(), name: MapStyleEnum.STANDARD, image: HereExplore }, - { id: MapStyleEnum.MONOCHROME.toLowerCase(), name: MapStyleEnum.MONOCHROME, image: EsriLightGray }, - { id: MapStyleEnum.HYBRID.toLowerCase(), name: MapStyleEnum.HYBRID, image: HereHybrid }, - { id: MapStyleEnum.SATELLITE.toLowerCase(), name: MapStyleEnum.SATELLITE, image: HereImagery } + { id: MapStyleEnum.STANDARD.toLowerCase(), name: MapStyleEnum.STANDARD, image: Standard }, + { id: MapStyleEnum.MONOCHROME.toLowerCase(), name: MapStyleEnum.MONOCHROME, image: Monochrome }, + { id: MapStyleEnum.HYBRID.toLowerCase(), name: MapStyleEnum.HYBRID, image: Hybrid }, + { id: MapStyleEnum.SATELLITE.toLowerCase(), name: MapStyleEnum.SATELLITE, image: Satellite } ], MAP_COLOR_SCHEMES: [ { id: MapColorSchemeEnum.LIGHT.toLowerCase(), name: MapColorSchemeEnum.LIGHT },