Commit 56244fbb authored by Gus Grubba's avatar Gus Grubba

Typo

parent 6b4e37f7
......@@ -86,7 +86,7 @@ Item {
west = west * 0.9999925
south = south * 0.9999925
// Fix the map region to the new bounding rect
// Fit the map region to the new bounding rect
var topLeftCoord = QtPositioning.coordinate(north - 90.0, west - 180.0)
var bottomRightCoord = QtPositioning.coordinate(south - 90.0, east - 180.0)
map.setVisibleRegion(QtPositioning.rectangle(topLeftCoord, bottomRightCoord))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment