Event Based Interactive Map Plugin - smallimap

File Size: 171KB
Views Total: 5946
Last Update:
Publish Date:
Official Website: Go to website
License: MIT
   
Event Based Interactive Map Plugin - smallimap

smallimap is a Event Based jQuery Map Plugin for adding an interactive world map to your projects.  Please note that Smallimap is currently in an early stage of development, follow us on this page to stay updated.

Features:

  • Show real time events which contain latitude and longitude information
  • Map Pointer to show your companys clients
  • The size of each dot represents the amount of 'land' at this point on the world.

Basic Usage:

1. Include necessary CSS files on your page

<link rel="stylesheet" href="css/contrib/jquery.smallipop-0.3.0.min.css" type="text/css" media="all" />
<link rel="stylesheet" href="css/contrib/animate.min.css" type="text/css" media="all" />

2. Markup

<div id="smallimap" class="smallipop"></div>

3. Include necessary javascript files

<script src="js/contrib/jquery-1.8.2.min.js"></script> 
<script src="js/contrib/modernizr-2.6.0.min.js"></script> 
<script src="js/contrib/jquery.smallipop-0.3.0.min.js" type="text/javascript"></script> 
<script src="js/contrib/suntimes.js"></script> 
<script src="js/contrib/renderframe.js"></script> 
<script src="js/contrib/color-0.4.1.js" type="text/javascript"></script> 
<script src="js/world.js" type="text/javascript"></script> 
<script src="js/smallimap.js" type="text/javascript"></script> 
<script src="js/demo.js" type="text/javascript"></script>

This awesome jQuery plugin is developed by unknown. For more Advanced Usages, please check the demo page or visit the official website.