multiple carto filter blocks not possible
jpulles - June 19, 2005 - 21:59
| Project: | Carto - opengis web mapping |
| Version: | HEAD |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | jpulles |
| Status: | closed |
Jump to:
Description
If in a single drupal node, more than 1 carto filter block occurs, errors messages are given by smarty because it tries to write the compiled text to file.
This will be solved by writing the content of a carto filter block to a database table and referring to it by node id and carto filter sequence number (same as id in generated html code).

#1
Multiple blocks containing cartographic widgets are possible now in a page. This includes an overview block in the left OR right column.
Each carto filter block gets an id of carto-filter-{sequence number}, and the content is cached in a database table together with the crc value (to check if the content has changed) and a timestamp.
#2
#3
#4
#5
#6
#7
#8
In drupal, multiple nodes containing multiple carto blocks can appear in e.g. the page listing all the blogs. Release 0.3 of mappingwidgets handles this correctly if the target maps of buttons are specified in relative terms, i.e. values 'previous' or 'next'; note that in this case the map widgets should not be given an explicit id.
#9