File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,7 @@ OSeaM.views.Gauges = OSeaM.View.extend({
108
108
new OpenLayers . Control . PanZoomBar ( ) ,
109
109
new OpenLayers . Control . Navigation ( ) ,
110
110
new OpenLayers . Control . Attribution ( ) ,
111
+ new OpenLayers . Control . MousePosition ( )
111
112
] ) ;
112
113
this . map . setCenter ( new OpenLayers . LonLat ( 0.0 , 40.0 ) . transform (
113
114
this . projectionWGS84 ,
Original file line number Diff line number Diff line change @@ -226,7 +226,8 @@ OSeaM.views.MapTracks = OSeaM.View.extend({
226
226
this . map . addControls ( [
227
227
this . attributionControl ,
228
228
new OpenLayers . Control . KeyboardDefaults ( ) ,
229
- new OpenLayers . Control . LayerSwitcher ( )
229
+ new OpenLayers . Control . LayerSwitcher ( ) ,
230
+ new OpenLayers . Control . MousePosition ( )
230
231
] ) ;
231
232
this . map . setCenter ( new OpenLayers . LonLat ( 0.0 , 40.0 ) . transform (
232
233
this . projectionWGS84 ,
You can’t perform that action at this time.
0 commit comments