< Routing Plugin

Developer Manual >

27. Bounding box history plugin

The bboxHistory plugin allow the user to navigate through the bbox he or she visits: just like the back and forward buttons of a web browser.

Note that the ajax mode must be enabled to use the plugin and it has no configuration file.

27.1. Plugin activation

To activate the plugin, add it to loadPlugins from CartoClient configuration file: client_conf/client.ini. For instance:

loadPlugins = bboxHistory

You also need to add the plugin's template into the project template templates/cartoclient.tpl. For instance:

...
{include file="toolbar.tpl" group=1 header=1}
{include file="toolbar.tpl" group=2}
{$bboxHistoryForm}
...

valid xhtml 1.0 valid css