Portrayal shapes in mesa-geo #64
Unanswered
joshuashakya
asked this question in
Q&A
Replies: 2 comments
-
Looks like only circle is supported in This is the corresponding grid drawer in Mesa: https://github.com/projectmesa/mesa/blob/def2c1be78720632937014900659d480f972b023/mesa/visualization/templates/js/GridDraw.js#L82-L120. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Leaflet.js supports the drawing of rectangles as a special kind of polygon: https://leafletjs.com/reference-1.7.1.html#rectangle What we can probably do in mesa-geo is
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using mesa-geo for a project but am unable to change the shape of the GeoAgent using portrayal, only "circle" shape works.
I would like to get a rectangle:
Does anybody have a suggestion regarding this ?
Beta Was this translation helpful? Give feedback.
All reactions