Hi,
I'm working on a geospatial project for an Agriculture Management System...in which I have fields (plots) marked out as polygons. I have an underlying table where I'm storing the polygon coordinates as SDO_GEOMETRY objects.
Based on the crop that is to be planted in each plot, I need to have the polygons coloured accordingly. With this in mind, I have two questions.
Is it possible to define onClick behavior on these polygons so that field managers can selectively identify plots for selective crops. For example, consider a field map with 10 polygons all filled with the same color. Then based on which plots the field manager would like to select for (say) growing Asparagus, (s)he can click on the respective plot...on which a popup would show prompting a selection of crop type. Once selected, the plot would then be "booked" for that crop.
Can the polygons also be "labeled" with the crop that its booked for...with the label showing at all times along with its distinct color?
Thanks