File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ module.exports = {
47
47
toggleNorthArrowVisibility : ( renderer = 'item' ) => {
48
48
return {
49
49
id : 'toggle-north-arrow-sticky' ,
50
- component : 'action/layout ' ,
50
+ component : 'action/KToggleStickyVisibility ' ,
51
51
stickyId : 'north-arrow-sticky' ,
52
52
icon : 'las la-location-arrow' ,
53
53
label : renderer === 'item' ? 'layout.SHOW_NORTH_ARROW' : null ,
Original file line number Diff line number Diff line change 12
12
"HIDE_LEGEND" : " Hide legend" ,
13
13
"SHOW_POSITION" : " Show geographical coordinates" ,
14
14
"HIDE_POSITION" : " Hide geographical coordinates" ,
15
- "SHOW_NORTH " : " Show north arrow" ,
16
- "HIDE_NORTH " : " Hide north arrow"
15
+ "SHOW_NORTH_ARROW " : " Show north arrow" ,
16
+ "HIDE_NORTH_ARROW " : " Hide north arrow"
17
17
},
18
18
"errors" : {
19
19
"GEOLOCATION_NOT_SUPPORTED" : " Geolocation does not seem to be supported on your device or browser." ,
Original file line number Diff line number Diff line change 12
12
"HIDE_LEGEND" : " Masquer la légende" ,
13
13
"SHOW_POSITION" : " Afficher les coordonnées géographiques" ,
14
14
"HIDE_POSITION" : " Masquer les coordonnées géographiques" ,
15
- "SHOW_NORTH " : " Afficher la flèche d’orientation vers le nord" ,
16
- "HIDE_NORTH " : " Masquer la flèche d’orientation vers le nord"
15
+ "SHOW_NORTH_ARROW " : " Afficher la flèche d’orientation vers le nord" ,
16
+ "HIDE_NORTH_ARROW " : " Masquer la flèche d’orientation vers le nord"
17
17
},
18
18
"errors" : {
19
19
"GEOLOCATION_NOT_SUPPORTED" : " La géolocalisation ne semble pas disponible sur votre appareil ou navigateur." ,
You can’t perform that action at this time.
0 commit comments