mapping-component-package-jp 0.1.15 → 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.15",
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) {
@@ -674,7 +674,7 @@ export class MapOverlayManager {
674
674
  path: paths[lpi],
675
675
  id: cpid,
676
676
  //content: location.LocationName,
677
- strokeColor: shapeConfig.StrokeColor_DrawEditShape,
677
+ strokeColor: shapeConfig.StrokeColor,
678
678
  strokeOpacity: shapeConfig.StrokeOpacity,
679
679
  strokeWeight: shapeConfig.StrokeWeight,
680
680
  fillColor: shapeConfig.FillColor,
@@ -720,13 +720,13 @@ export class MapOverlayManager {
720
720
  paths: paths,
721
721
  id: cpid,
722
722
  content: content,
723
- strokeColor: shapeConfig.StrokeColor_Other,
723
+ strokeColor: shapeConfig.StrokeColor,
724
724
  strokeOpacity: shapeConfig.StrokeOpacity,
725
725
  strokeWeight: shapeConfig.StrokeWeight,
726
726
  fillColor: shapeConfig.FillColor,
727
- fillOpacity: 0.3, //shapeConfig.FillOpacity,
727
+ fillOpacity: shapeConfig.FillOpacity,
728
728
  zIndex: 10000,
729
- clickable: false,
729
+ //clickable: false,
730
730
  editable: false,
731
731
  draggable: false,
732
732
  });