8 | | * Be able to define which locations get placed on this map. |
9 | | * Be able to define a form which get displayed as the pop-up for the markers (along with the location_id as a arg/var, so can customize the display) |
| 8 | * Be able to define which locations get placed on this map. This might include a number of different types (groups?) of locations. For each type/group we can specify: |
| 9 | * The Marker (default from gis module). |
| 10 | * A function to call to return the size/colour of the marker, based on the location id. (advanced) |
| 11 | * A form which get displayed as the pop-up for the markers (along with the location_id as a arg/var, so can customize the display) |