kopia lustrzana https://github.com/OpenDroneMap/WebODM
Faster map initialization
rodzic
ef4db8f491
commit
92b98389ad
|
@ -482,7 +482,11 @@ _('Example:'),
|
||||||
});
|
});
|
||||||
new AddOverlayCtrl().addTo(this.map);
|
new AddOverlayCtrl().addTo(this.map);
|
||||||
|
|
||||||
this.map.fitWorld();
|
this.map.fitBounds([
|
||||||
|
[13.772919746115805,
|
||||||
|
45.664640939831735],
|
||||||
|
[13.772825784981254,
|
||||||
|
45.664591558975154]]);
|
||||||
this.map.attributionControl.setPrefix("");
|
this.map.attributionControl.setPrefix("");
|
||||||
|
|
||||||
this.setState({showLoading: true});
|
this.setState({showLoading: true});
|
||||||
|
|
Ładowanie…
Reference in New Issue