see for example: http://jsfiddle.net/gh/get/jquery/1.11.0/forio/contour-geo/tree/master/examples/showcase/map/world, which errors with "Uncaught TypeError: Cannot read property 'type' of undefined" from "world-map.js:22". I think the problem is that line 20, "options.worldChoropleth" should be options.somethingElse.
in the fiddle, if you change the visualization from "worldMap" to "map" it works fine.
see for example: http://jsfiddle.net/gh/get/jquery/1.11.0/forio/contour-geo/tree/master/examples/showcase/map/world, which errors with "Uncaught TypeError: Cannot read property 'type' of undefined" from "world-map.js:22". I think the problem is that line 20, "options.worldChoropleth" should be options.somethingElse.
in the fiddle, if you change the visualization from "worldMap" to "map" it works fine.