File tree Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -143,6 +143,7 @@ var GEOComp = (function () {
143
143
timeline : false ,
144
144
gpsCentered : true ,
145
145
north : false ,
146
+ scale : true ,
146
147
largeButtons : true ,
147
148
scaleToBottom : false ,
148
149
"modify:select" : true ,
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ export const en = {
58
58
timeline : "Enable timeline" ,
59
59
gpsCentered : "GPS location on startup" ,
60
60
north : "Rotate map North" ,
61
+ scale : "Show scale of map" ,
61
62
largeButtons : "Use large buttons" ,
62
63
scaleToBottom : "Resize map to bottom (AutoHeigth)" ,
63
64
"modify:select" : "Select feature (Modify)" ,
Original file line number Diff line number Diff line change @@ -63,7 +63,6 @@ function Geo(props) {
63
63
return props . features [ name ] == true
64
64
}
65
65
66
-
67
66
//Fire and event to controling ReactComponent
68
67
const fireEvent = function ( name , eventObject ) {
69
68
if ( props . onEvent ) {
You can’t perform that action at this time.
0 commit comments