diff --git a/src/app/pages/maps/search-map/entity/Location.ts b/src/app/pages/maps/search-map/entity/Location.ts index 6a104253ab..f2f784bb82 100644 --- a/src/app/pages/maps/search-map/entity/Location.ts +++ b/src/app/pages/maps/search-map/entity/Location.ts @@ -1,4 +1,4 @@ export class Location { - constructor(public latitude: number = 54, public longitude: number = 33) { + constructor(public latitude: number = 53.9, public longitude: number = 27.5667) { } }