Maps made easy

Map examples

All map examples were generated with our plugin. Most examples can be imported directly to your plugin. A download button can be found at the end of each example page.

Map of the Bahamas

This example shows all available provinces of the Bahamas. This 31 divisions which you see on the map are based on the ISO 3166-2:BS code. These are the available subdivisions:

  • Acklins
  • Berry Islands
  • Bimini
  • Black Point
  • Cat Island
  • Central Abaco
  • Central Andros
  • Central Eleuthera
  • City of Freeport
  • Crooked Island and Long Cay
  • East Grand Bahama
  • Exuma
  • Grand Cay
  • Harbour Island
  • Hope Town
  • Inagua
  • Long Island
  • Mangrove Cay
  • Mayaguana
  • Moores Island
  • North Abaco
  • North Andros
  • North Eleuthera
  • Ragged Island
  • Rum Cay
  • San Salvador
  • South Abaco
  • South Andros
  • South Eleuthera
  • Spanish Wells
  • West Grand Bahama

Please note that our plugin is based on the Google Geochart API. We cannot add or change the division which you find above. If it will change in the future, you will automatically see it in the plugin. A region like “New Providence” is missing because the ISO code was deleted in 2010. If you want to use a map where “New Providence” appears, you can simply use a markers map. An example will look like this:

The map configuration of the second example can be found here:

Name Value Description
Region Bahamas List with all available regions
Width auto Width of the map in pixel. 'Auto' means that the map is centered in the available width.
Height auto Height of the map in pixel. 'Auto' means that the map is centered in the available height.
Display mode Markers Specifies the display mode of the map.
Border resolution Countries The resolution of the map borders.
Tooltips On Allows to display a tooltip for highlighted map elements.
Tooltips: Trigger focus The user interaction that causes the tooltip to be displayed.
Tooltips: Use HTML On Specifies if the tooltips should use HTML. This allows to customize the tooltips even more. For example, if this property is on, it is possible to display images wihtin the tooltip.
CSS
#{cssid} circle {
 cursor: pointer;
}
HTML
<div id="{cssid}">
  %%map%%
</div>

JavaScript

Executed when a marker/region is clicked.

Click value can be defined for each map element.

Color Name Click Value
BS-AK
BS-BY
BS-BI
BS-BP
BS-CI
BS-CO
BS-CS
BS-CE
BS-FP
BS-CK
BS-EG
BS-EX
BS-GC
BS-HI
BS-HT
BS-IN
BS-LI
BS-MC
BS-MG
BS-MI
BS-NO
BS-NS
BS-NE
BS-RI
BS-RC
BS-SS
BS-SO
BS-SA
BS-SE
BS-SW
New Providence, Bahamas

The map configuration of the first example can be found here:

Name Value Description
Region Bahamas List with all available regions
Width auto Width of the map in pixel. 'Auto' means that the map is centered in the available width.
Height auto Height of the map in pixel. 'Auto' means that the map is centered in the available height.
Display mode Regions Specifies the display mode of the map.
Border resolution Provinces The resolution of the map borders.
Tooltips On Allows to display a tooltip for highlighted map elements.
Tooltips: Trigger focus The user interaction that causes the tooltip to be displayed.
Tooltips: Use HTML On Specifies if the tooltips should use HTML. This allows to customize the tooltips even more. For example, if this property is on, it is possible to display images wihtin the tooltip.
CSS
#{cssid} path:not([fill="#f5f5f5"]) {
 cursor: pointer;
}
HTML
<div id="{cssid}">
  %%map%%
</div>

JavaScript

Executed when a marker/region is clicked.

Click value can be defined for each map element.

Color Name Click Value
BS-AK
BS-BY
BS-BI
BS-BP
BS-CI
BS-CO
BS-CS
BS-CE
BS-FP
BS-CK
BS-EG
BS-EX
BS-GC
BS-HI
BS-HT
BS-IN
BS-LI
BS-MC
BS-MG
BS-MI
BS-NO
BS-NS
BS-NE
BS-RI
BS-RC
BS-SS
BS-SO
BS-SA
BS-SE
BS-SW
BS-WG

Comments

If you need help or have questions, please leave a comment.


Search

Responsive? Yes!

Our maps are fully responsive. They automatically fit into the available width. Try it by resizing your browser window.

Did you know…

  • All examples are importable to your plugin.
  • We extend our set of examples from time to time. If you think there is an example missing, write us a message and we will try to add it!

User reviews

  • Best map-plugin I could find.
  • Great support. Real fast response. This was exactly what I needed. Very flexible and useful.
  • Was waiting for plugin like this for ages! Customer support is also great.
  • Customer support is excellent and very quick. I have no hesitation in recommending this product.

Example for a sidebar map


All maps can also easily be added to your sidebar.