mejoras
This commit is contained in:
@@ -38,7 +38,10 @@ new QWebChannel(qt.webChannelTransport, function (channel)
|
||||
|
||||
map.on('mousemove', function(e)
|
||||
{
|
||||
MyApp.onMapMove(e.latlng.lat, e.latlng.lng)
|
||||
MyApp.onMapMove(e.latlng.lat, e.latlng.lng);
|
||||
|
||||
const bounds = map.getBounds();
|
||||
MyApp.onMapZoom(bounds.getSouth(), bounds.getWest(), bounds.getNorth(), bounds.getEast());
|
||||
});
|
||||
|
||||
var DrawShapes;
|
||||
|
||||
Reference in New Issue
Block a user