mapping-component-package-jp 0.1.16 → 0.1.17

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.1.16",
3
+ "version": "0.1.17",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -130,7 +130,7 @@ export class MapOverlayManager {
130
130
  function fields_BindPolyEvents() {
131
131
  deleteTooltip();
132
132
 
133
- console.log('mapOverlayManager, fields_BindPolyEvents', polygons);
133
+ //console.log('mapOverlayManager, fields_BindPolyEvents', polygons);
134
134
 
135
135
  polygons.forEach(function (poly) {
136
136
  polygonListeners.push(google.maps.event.addListener(poly, 'mouseover', function (event) {
@@ -726,7 +726,7 @@ export class MapOverlayManager {
726
726
  fillColor: shapeConfig.FillColor,
727
727
  fillOpacity: shapeConfig.FillOpacity,
728
728
  zIndex: 10000,
729
- clickable: false,
729
+ //clickable: false,
730
730
  editable: false,
731
731
  draggable: false,
732
732
  });