mapping-component-package-jp 0.1.15 → 0.1.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.1.15",
3
+ "version": "0.1.16",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -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,11 +720,11 @@ 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
729
  clickable: false,
730
730
  editable: false,