Skip to content

Commit

Permalink
feat(search-map): set default location Minsk (#1573)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaatkaev authored and nnixaa committed Mar 2, 2018
1 parent e7bca5c commit b54ab9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/maps/search-map/entity/Location.ts
Original file line number Diff line number Diff line change
@@ -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) {
}
}

0 comments on commit b54ab9f

Please sign in to comment.