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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mapping-component-package-jp",
3
- "version": "0.0.15",
3
+ "version": "0.0.16",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -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 = JSON.parse(locationJson, true);
2392
+ var locationParsed = locationJson;
2393
2393
  var location = locationParsed[0];
2394
2394
  var centerLat, centerLng;
2395
2395
  var polyBounds = new google.maps.LatLngBounds();