Skip to content

Commit

Permalink
fix #16059
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Jan 23, 2025
1 parent 567b289 commit 18d5dc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/webWizard/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,8 @@ on("ready", function(){
elem("#lat_lon").value = lat.toFixed(6) + " " + lon.toFixed(6);
}

var leftHandBounds = [new OpenLayers.Bounds(-9, 50, 3, 60), // British Isles
var leftHandBounds = [new OpenLayers.Bounds(-11,50,1,60), // British Isles
new OpenLayers.Bounds(0.774536,50.986099,1.779785,53.146770), // British Isles (part2)
new OpenLayers.Bounds(66, 3, 90, 30), // India, Pakistan
new OpenLayers.Bounds(95, -45, 179, 2), // Australia, Indonesia
new OpenLayers.Bounds(-20, -35, 40, -15), // Southern Africa
Expand Down

0 comments on commit 18d5dc3

Please sign in to comment.