[Gambas-user] [Gambas Bug Tracker] Bug #1222: Circles on maps
bugtracker at gambaswiki.org
bugtracker at gambaswiki.org
Thu Jan 4 11:51:28 CET 2018
http://gambaswiki.org/bugtracker/edit?object=BUG.1222&from=L21haW4-
Comment #2 by Fabien BODARD:
Done in commit Commit f71115e8
https://gitlab.com/gambas/gambas/commit/f71115e89b0d0ac142467c5ca844251fe95aec85
With MapView1.Map["Poly"]
.AddCircle("pop", MapPoint(48.457454, -4.638139), 2000)
.Opacity = 1
End With
With MapView1.Map["Poly"]["pop"]
.FillColor = Color.SetAlpha(Color.Yellow, 50)
.Color = Color.Red
.LineWidth = 2
End With
Try it and report if you find bugs
Thank you
Fabien BODARD changed the state of the bug to: Accepted.
More information about the User
mailing list