You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.
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 ?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 ?
The text was updated successfully, but these errors were encountered: