| Devo/Ubiquity |
Do you use the awesome Devo or Ubiquity Firefox addons?
If so then your in luck, as opening Minimap 0.3.2 and above can be added to Devo and Ubiquity as an action. Simply do the following for Devo:
minimapSidebar(devo_param)
minimapTab(devo_param) minimapPanel(devo_param) UbiquityI have not yet had a chance to fully look at Ubiquity and write my own command, but I do see it replacing the Preview Panel. You can copy the following command into the ubiquity editor to add an address to Minimap (ubiq 'mmap'), it uses the same as the inbuilt 'map' ubiq, but on hitting return it adds the address to your address list.CmdUtils.CreateCommand({
name: "mmap",
takes: {"address": noun_arb_text},
icon: "chrome://minimap/skin/map_but.png",
description: "Add an address to the Minimap Sidebar.",
help:"Add an address to the Minimap Sidebar.",
execute: function( directObj ) {
window.minimapSidebar(directObj.text);
},
preview: CmdUtils.makeContentPreview("http://maps.stcstm.org/map.html")
});
|
Getting Started
Getting Started | Addresses | Addresses 2(*) | Preview Panel
Explore
Navigation(*) | Directions | Web Services | Microformats | Geohash
Import/Export
KML | GPX | .minimap(*) | CSV(*)
Other
GeoRSS | Share | Google MyMaps(*) | Geodiscovery(*) | Fire Eagle | Devo