Page 1 of 1

using Visualizer without shapes

Posted: Tue Aug 06, 2019 8:40 pm
by apm
Is it currently possible to use the Ventity visualizer without using shapefiles? I'm thinking that to visualize something like the agent-based infection model that Tom developed, there may not be a need to incorporate specific shapes to just show the infection spreading across different populations. If so, how could this be done? If not, I guess I'd just find some shapefile that would work to represent a population and use in the way described, right?

Re: using Visualizer without shapes

Posted: Tue Aug 06, 2019 9:08 pm
by tomfid
It can be done by specifying "map item" entities, which are points with lat/lon.

We'll be bringing back the 3D visualizer for simpler non-GIS applications like this.

Re: using Visualizer without shapes

Posted: Tue Aug 06, 2019 9:24 pm
by apm
Thanks Tom. So is it the case that you CAN visualize this type of application with the current visualizer using the map item entities, but it WILL be EASIER when you bring back the 3D visualizer?

Re: using Visualizer without shapes

Posted: Tue Aug 06, 2019 9:52 pm
by tomfid
Right.

Re: using Visualizer without shapes

Posted: Tue Aug 06, 2019 9:55 pm
by tomfid
I should probably cook up an example. But the basic idea at present would be to assign a location (lat/lon) to each individual in the model, and then color the points according to infection status.

Now that I think about it, points don't currently have dynamic size/shape/color, but that should be working very soon.