diff --git a/patches/frontend/src/assets/pointer-orange.png b/patches/frontend/src/assets/pointer-orange.png new file mode 100644 index 0000000..e03e7e9 Binary files /dev/null and b/patches/frontend/src/assets/pointer-orange.png differ diff --git a/patches/frontend/src/assets/pointer-orange.svg b/patches/frontend/src/assets/pointer-orange.svg new file mode 100644 index 0000000..14316db --- /dev/null +++ b/patches/frontend/src/assets/pointer-orange.svg @@ -0,0 +1,71 @@ + + + +image/svg+xmlpointer-green + + +pointer-green + + + + \ No newline at end of file diff --git a/patches/frontend/src/conf/map.config.ts b/patches/frontend/src/conf/map.config.ts index 095e1f9..cba989b 100644 --- a/patches/frontend/src/conf/map.config.ts +++ b/patches/frontend/src/conf/map.config.ts @@ -179,7 +179,9 @@ export const MAP_CONFIG = { ZOOM_LEVEL_RELEVE: 15, NEW_OBS_POINTER: "assets/pointer-blue2.png", OBS_POINTER: "assets/pointer-green.png", - LOCATE_CONTROL_TITLE: { + WHITE_POINTER: "assets/pointer-white.png", + ORANGE_POINTER: "assets/pointer-orange.png", + LOCATE_CONTROL_TITLE: { 'fr':'Me localiser', 'en':'Show me where i am' }