mapping-component-package-jp 0.0.15 → 0.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -2389,7 +2389,7 @@ export class MapOverlayManager {
|
|
|
2389
2389
|
console.log(locationJson);
|
|
2390
2390
|
console.log('zoom at entry: '+map.getZoom());
|
|
2391
2391
|
|
|
2392
|
-
var locationParsed =
|
|
2392
|
+
var locationParsed = locationJson;
|
|
2393
2393
|
var location = locationParsed[0];
|
|
2394
2394
|
var centerLat, centerLng;
|
|
2395
2395
|
var polyBounds = new google.maps.LatLngBounds();
|