Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Polygon opacity issue when dragging the map #553

Open
aem34 opened this issue May 26, 2017 · 0 comments
Open

Polygon opacity issue when dragging the map #553

aem34 opened this issue May 26, 2017 · 0 comments

Comments

@aem34
Copy link

aem34 commented May 26, 2017

Hello,
After having created a polygon,
whenever i drag the map around or i remove and create a new polygon
with the (theorical) same opacity, the polygon is changing its own opacity
towards something less transparent at each move.

Here is my code :
var polygoneParcelleHeig = map.drawPolygon({
paths: polyLineArray,
strokeColor: "#0FF000",
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: "#0FF000",
fillOpacity: 0.5,
clickable: false,
draggable: false,
editable: false,
geodesic: false
});

is there something wrong with my parameters please ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant