Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Mark-a-Spot is a distribution for public civic issue tracking and crowdmapping. It's shipped with an included Open311 GeoReport v2 Server and a Bootstrap/Radix based responsive sub theme. You can integrate Mapbox, OpenStreetMap, Google Maps, ArcGIS and GeoServer.
This distribution is in use at several local government agencies like the cities of Cologne, newspapers or as a waste management platform in Maputo, Mozambique, a project sponsored by the World Bank Group.
The code for Mark-a-Spot is maintained in two separate repositories: github and drupal's own repository.
Extends Views Flipped Table to allow table rows to be hidden and displayed with jQueryUI accordion. Creates flipped tables with arbitrary groups of rows hidden under a parent row. Display of the hidden rows can be toggled by clicking the parent row.
Create a view using the "Views Flipped Table Accordion" style, and add all the required fields.
To create a row group, edit the parent field, and in the Style Settings drop-down, select "Customize field and label wrapper HTML". Click "Create a CSS class", and add the class "Accordion". Rows below this row, until the next accordion row will be hidden by default, and can be displayed by clicking this row.
To end an accordion group, either create a new one, in the same manner as above, or add the "not-accordion" CSS class to a row following an accordion group, in the same manner as described above.