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.

United Kingdom map with custom crop

This is a sample map of the United Kingdom with a custom crop. If you compare this map to other map examples of the United Kingdom, you will notice that this example is more focused on the mainland.

Please note that the custom crop is not useful for all maps. It is possible that tooltips will get cut off if they are are located close to the left side.

The map configuration can be seen here:

Name Value Description
Region United Kingdom 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 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} {
 	overflow: hidden;
    position: relative;
    width: 100%;
}
#{cssid}:after {
	content: "";
    display: block;
    padding-top: 61.7%;
}
#{cssid} .map_wrap {
	width: 150%;
	margin-left: -18%;
	margin-top: -22%;
  	position: absolute;
  	left: 0;
  	top: 0;
  	bottom: 0;
  	right: 0;
}
HTML
<div id="{cssid}_click_value">
    
</div>
<div id="{cssid}">
  <div class="map_wrap">
  %%map%%  
  </div>
</div>

JavaScript

Executed when a marker/region is clicked.

Click value can be defined for each map element.

jQuery("#" + cssid + "_click_value").html(click_value);
Color Name Click Value
Christchurch You clicked on Christchurch.

Comments

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


  • vickytnz

    Surely the map has more resolution than that? The UK has a population of 70 million with 9 regions, and many more counties. And technically speaking, it’s a sovereign state – England, Scotland, Wales, and NI are all countries not provinces! (Scotland has had its own government -admittely devolved – since 1999)

    • http://meisterpixel.com meisterpixel

      Hi!

      We fully agree with you in this point. We would change this, but our plugin is based on the Google Geochart API. Therefore, we are currently limited by the maps that this API has to offer. We are also thinking about using our own maps, because there are also a few other points that should have been solved better.

      I hope you understand that this was not our idea.

  • Gavin Fisher

    Is someone having laugh? This is just a picture of the whole country, barely customisable at all?

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.