Skip to content

Commit

Permalink
добавляет карту
Browse files Browse the repository at this point in the history
  • Loading branch information
denispan committed Mar 22, 2024
1 parent a047b7c commit cc128e7
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions src/mocks/offers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ const OFFERS_SHORT_INFO: OfferShortInfo[] = [
'city': {
'name': 'Amsterdam',
'location': {
'latitude': 52.380955394,
'longitude': 4.853096664,
'latitude': 52.37454,
'longitude': 4.897976,
'zoom': 13
}
},
Expand All @@ -33,8 +33,8 @@ const OFFERS_SHORT_INFO: OfferShortInfo[] = [
'city': {
'name': 'Amsterdam',
'location': {
'latitude': 52.380955394,
'longitude': 4.853096664,
'latitude': 52.37454,
'longitude': 4.897976,
'zoom': 13
}
},
Expand All @@ -56,8 +56,8 @@ const OFFERS_SHORT_INFO: OfferShortInfo[] = [
'city': {
'name': 'Amsterdam',
'location': {
'latitude': 52.3909553943508,
'longitude': 4.929309666406198,
'latitude': 52.37454,
'longitude': 4.897976,
'zoom': 13
}
},
Expand All @@ -79,8 +79,8 @@ const OFFERS_SHORT_INFO: OfferShortInfo[] = [
'city': {
'name': 'Amsterdam',
'location': {
'latitude': 52.380955394,
'longitude': 4.853096664,
'latitude': 52.37454,
'longitude': 4.897976,
'zoom': 13
}
},
Expand Down Expand Up @@ -113,8 +113,8 @@ const OFFERS_FULL_INFO: OfferFullInfo[] = [
'city': {
'name': 'Amsterdam',
'location': {
'latitude': 52.380955394,
'longitude': 4.853096664,
'latitude': 52.37454,
'longitude': 4.897976,
'zoom': 13
}
},
Expand Down Expand Up @@ -158,8 +158,8 @@ const OFFERS_FULL_INFO: OfferFullInfo[] = [
'city': {
'name': 'Amsterdam',
'location': {
'latitude': 52.380955394,
'longitude': 4.853096664,
'latitude': 52.37454,
'longitude': 4.897976,
'zoom': 13
}
},
Expand Down Expand Up @@ -207,8 +207,8 @@ const OFFERS_FULL_INFO: OfferFullInfo[] = [
'city': {
'name': 'Amsterdam',
'location': {
'latitude': 52.380955394,
'longitude': 4.853096664,
'latitude': 52.37454,
'longitude': 4.897976,
'zoom': 13
}
},
Expand Down Expand Up @@ -260,8 +260,8 @@ const OFFERS_FULL_INFO: OfferFullInfo[] = [
'city': {
'name': 'Amsterdam',
'location': {
'latitude': 52.380955394,
'longitude': 4.853096664,
'latitude': 52.37454,
'longitude': 4.897976,
'zoom': 13
}
},
Expand Down

0 comments on commit cc128e7

Please sign in to comment.