mapping-component-package-jp 0.0.54 → 0.0.55

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.54",
3
+ "version": "0.0.55",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -3700,7 +3700,7 @@ export class MapOverlayManager {
3700
3700
  if(clickEnabled) {
3701
3701
  var polygonClickListener = google.maps.event.addListener(polygon, "click", function(event) {
3702
3702
  eventHandlers["PolygonOnClick"]({
3703
- id: polygon.id,
3703
+ id: Number(polygon.id),
3704
3704
  lat: event.latLng.lat(),
3705
3705
  lng: event.latLng.lng()
3706
3706
  });