forked from MapComplete/MapComplete
Chore: linting
This commit is contained in:
parent
4625ad9a5c
commit
097141f944
307 changed files with 5346 additions and 2147 deletions
|
|
@ -113,7 +113,7 @@ export default class GeoLocationHandler {
|
|||
* - The GPS-location iss NULL-island
|
||||
* @constructor
|
||||
*/
|
||||
public MoveMapToCurrentLocation(zoomToAtLeast: number = 14 ) {
|
||||
public MoveMapToCurrentLocation(zoomToAtLeast: number = 14) {
|
||||
const newLocation = this.geolocationState.currentGPSLocation.data
|
||||
const mapLocation = this.mapProperties.location
|
||||
// We got a new location.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue