mapping-component-package-jp 0.0.24 → 0.0.25

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.24",
3
+ "version": "0.0.25",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -2429,10 +2429,10 @@ export class MapOverlayManager {
2429
2429
 
2430
2430
  polygon = new google.maps.Polygon({
2431
2431
  paths: paths,
2432
- strokeColor: '#9ACD32',
2432
+ strokeColor: '#000000',
2433
2433
  strokeOpacity: 1,
2434
2434
  strokeWeight: 3,
2435
- fillColor: '#ffffff',
2435
+ fillColor: '#000000',
2436
2436
  fillOpacity: 0.3,
2437
2437
  zIndex: 10000,
2438
2438
  id: v.id,