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
|
@@ -2429,10 +2429,10 @@ export class MapOverlayManager {
|
|
|
2429
2429
|
|
|
2430
2430
|
polygon = new google.maps.Polygon({
|
|
2431
2431
|
paths: paths,
|
|
2432
|
-
strokeColor: '#
|
|
2432
|
+
strokeColor: '#000000',
|
|
2433
2433
|
strokeOpacity: 1,
|
|
2434
2434
|
strokeWeight: 3,
|
|
2435
|
-
fillColor: '#
|
|
2435
|
+
fillColor: '#000000',
|
|
2436
2436
|
fillOpacity: 0.3,
|
|
2437
2437
|
zIndex: 10000,
|
|
2438
2438
|
id: v.id,
|