An open API service indexing awesome lists of open source software.

https://github.com/caffeinalab/coffeemap

Embed the plugin. Take a coffee. Done.
https://github.com/caffeinalab/coffeemap

Last synced: 7 days ago
JSON representation

Embed the plugin. Take a coffee. Done.

Awesome Lists containing this project

README

          

# CoffeeMap

## Usage

```js

var embed_map = new CoffeeMap({
containerSelector: '#map',
mapName: 'world'
});

```

## Constructor options

### `containerSelector` (*String*)

A jQuery DOM selector where to embed the map.

### `baseSVGPath` (*String*)

The URI where to load the SVG maps.

## Dependencies

* *underscore.js*
* *jQuery*

## Credits

Maps SVGs are taken from (http://code.highcharts.com/mapdata/1.0.0/)[http://code.highcharts.com/mapdata/1.0.0]