Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
This fixes issue OpenSeaMap#17 and OpenSeaMap#101.
  • Loading branch information
wschildbach authored Oct 7, 2019
1 parent 34f778c commit 6425e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ function drawmap() {
permalinkControl,
new OpenLayers.Control.Navigation(),
//new OpenLayers.Control.LayerSwitcher(), //only for debugging
new OpenLayers.Control.ScaleLine({topOutUnits : "nmi", bottomOutUnits: "km", topInUnits: 'nmi', bottomInUnits: 'km', maxWidth: '40'}),
new OpenLayers.Control.ScaleLine({topOutUnits : "nmi", bottomOutUnits: "km", topInUnits: 'nmi', bottomInUnits: 'km', maxWidth: '40', geodesic: true}),
new OpenLayers.Control.MousePositionDM(),
new OpenLayers.Control.OverviewMap(),
ZoomBar
Expand Down

0 comments on commit 6425e00

Please sign in to comment.