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.

World map with content on the right

Click on one of the markers for more information.

Name Value Description
Region World 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 Off Allows to display a tooltip for highlighted map elements.
Tooltips: Trigger none The user interaction that causes the tooltip to be displayed.
Tooltips: Use HTML Off 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} {
 overflow: hidden; 
}
#{cssid} .map-left, #{cssid} .map-data {
   float: left;
   width: 60%;
   box-sizing: border-box;
  
}
#{cssid} .map-left {
  border-right: 1px solid #efefef;
  padding-right: 20px;
}
#{cssid} .map-data {
   padding-left: 20px;
   width: 40%;
   
}
#{cssid} circle {
   cursor: pointer; 
}
HTML
<div id="{cssid}">
  <div class="map-left">
    %%map%%
  </div>
  <div class="map-data">
    Click on one of the markers for more information.
  </div>
  <br stlye="clear: both;"/>
</div>

JavaScript

Executed when a marker/region is clicked.

Click value can be defined for each map element.

jQuery("#" + cssid + " .map-data").html(click_value);
Color Name Click Value
Köln
Our STORE in Cologne
Hauptstr. 122
50667 Cologne
Store hours
Monday - Friday 9am - 7pm
Saturday 8am - 7pm
Sunday closed
Store services See more services and hours
Pharmacy Site-to-Store Grocery Garden Center
Omaha
Rio
Our STORE in Cologne
Hauptstr. 122
50667 Cologne
Store hours
Monday - Friday 9am - 7pm
Saturday 8am - 7pm
Sunday closed
Store services See more services and hours
Pharmacy Site-to-Store Grocery Garden Center

Comments

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


  • Yaroslav Zhovnirenko

    Hello!
    Can you explain how change this map from “markers” to “regions” mode? Simple switching in Display mode doesn’t work.

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.