From 36ed1eff26e3652c1d552a0d6879979b8970cd7d Mon Sep 17 00:00:00 2001 From: Jenni Nurmi Date: Fri, 18 Jan 2019 10:44:34 +0200 Subject: [PATCH] Remove origin from default searches --- src/default-location-searches.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/default-location-searches.js b/src/default-location-searches.js index e83c37ba..fd83cf7e 100644 --- a/src/default-location-searches.js +++ b/src/default-location-searches.js @@ -12,7 +12,6 @@ export default [ id: 'default-helsinki', predictionPlace: { 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)), }, }, @@ -20,7 +19,6 @@ export default [ id: 'default-turku', predictionPlace: { 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)), }, }, @@ -28,7 +26,6 @@ export default [ id: 'default-tampere', predictionPlace: { 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)), }, }, @@ -36,7 +33,6 @@ export default [ id: 'default-oulu', predictionPlace: { 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)), }, }, @@ -44,7 +40,6 @@ export default [ id: 'default-ruka', predictionPlace: { 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)), }, },