Bookmark To Tab =============== Description ----------- This extension extends the built-in bookmarking functionality by placing the generated bookmark in a tab instead of updating the URL in the address bar. It does this by overriding `GeoMOOSE.bookmark() `_ with a custom function. Adding to Application --------------------- 1. The default GeoMOOSE configuration does not provide an interface to trigger ``GeoMOOSE.bookmark()``. To take full advantage of this functionality, you will probably want to add the following to the ```` section in your ``mapbook.xml``:: GeoMOOSE.bookmark(); 2. To enable this extension, add the folowing line to the ```` section of ``geomoose.html``:: The bookmark tool should then display in a new tab. If you would like to change the layout of the tab you can do so by overriding ``window.BOOKMARK_TEMPLATE``::