mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-25 22:37:18 +10:00
Remove origin from default searches
This commit is contained in:
parent
a3d896329e
commit
36ed1eff26
1 changed files with 0 additions and 5 deletions
|
|
@ -12,7 +12,6 @@ export default [
|
||||||
id: 'default-helsinki',
|
id: 'default-helsinki',
|
||||||
predictionPlace: {
|
predictionPlace: {
|
||||||
address: 'Helsinki, Finland',
|
address: 'Helsinki, Finland',
|
||||||
origin: new LatLng(60.16985, 24.93837),
|
|
||||||
bounds: new LatLngBounds(new LatLng(60.29783, 25.25448), new LatLng(59.92248, 24.78287)),
|
bounds: new LatLngBounds(new LatLng(60.29783, 25.25448), new LatLng(59.92248, 24.78287)),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
@ -20,7 +19,6 @@ export default [
|
||||||
id: 'default-turku',
|
id: 'default-turku',
|
||||||
predictionPlace: {
|
predictionPlace: {
|
||||||
address: 'Turku, Finland',
|
address: 'Turku, Finland',
|
||||||
origin: new LatLng(60.45181, 22.26663),
|
|
||||||
bounds: new LatLngBounds(new LatLng(60.53045, 22.38197), new LatLng(60.33361, 22.06644)),
|
bounds: new LatLngBounds(new LatLng(60.53045, 22.38197), new LatLng(60.33361, 22.06644)),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
@ -28,7 +26,6 @@ export default [
|
||||||
id: 'default-tampere',
|
id: 'default-tampere',
|
||||||
predictionPlace: {
|
predictionPlace: {
|
||||||
address: 'Tampere, Finland',
|
address: 'Tampere, Finland',
|
||||||
origin: new LatLng(61.49775, 23.76095),
|
|
||||||
bounds: new LatLngBounds(new LatLng(61.83657, 24.11838), new LatLng(61.42728, 23.5422)),
|
bounds: new LatLngBounds(new LatLng(61.83657, 24.11838), new LatLng(61.42728, 23.5422)),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
@ -36,7 +33,6 @@ export default [
|
||||||
id: 'default-oulu',
|
id: 'default-oulu',
|
||||||
predictionPlace: {
|
predictionPlace: {
|
||||||
address: 'Oulu, Finland',
|
address: 'Oulu, Finland',
|
||||||
origin: new LatLng(65.01208, 25.46507),
|
|
||||||
bounds: new LatLngBounds(new LatLng(65.56434, 26.77069), new LatLng(64.8443, 24.11494)),
|
bounds: new LatLngBounds(new LatLng(65.56434, 26.77069), new LatLng(64.8443, 24.11494)),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
@ -44,7 +40,6 @@ export default [
|
||||||
id: 'default-ruka',
|
id: 'default-ruka',
|
||||||
predictionPlace: {
|
predictionPlace: {
|
||||||
address: 'Ruka, Finland',
|
address: 'Ruka, Finland',
|
||||||
origin: new LatLng(66.16546, 29.15172),
|
|
||||||
bounds: new LatLngBounds(new LatLng(66.16997, 29.16773), new LatLng(66.16095, 29.13572)),
|
bounds: new LatLngBounds(new LatLng(66.16997, 29.16773), new LatLng(66.16095, 29.13572)),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue