Sha256: 0efacf9ad3feae42c3b0bab78b296fe9987d902c13d96e58415c84c1ae283771
Contents?: true
Size: 670 Bytes
Versions: 2
Compression:
Stored size: 670 Bytes
Contents
// (c) ammap.com | SVG (in JSON format) map of Isle of Man - Low // areas: {id:"IM"} AmCharts.maps.isleOfManLow={ "svg": { "defs": { "amcharts:ammap": { "projection":"mercator", "leftLongitude":"-4.8301808", "topLatitude":"54.4179031", "rightLongitude":"-4.3088273", "bottomLatitude":"54.04464" } }, "g":{ "path":[ { "id":"IM", "title":"Isle of Man", "d":"M30.91,988.13L41.88,957.2L0.4,965.58L30.91,988.13zM713.04,0L460.2,140.75L355.81,378.53L182.46,526.88L154.78,733.59L58.71,941.73L191.41,886.08L334.5,959.78L367.35,869.75L677.43,595.54L664.44,523.11L799.6,350.46L700.94,188.02L713.04,0z" } ] } } };
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
amcharts-js-0.1.1 | app/assets/javascripts/ammap/maps/js/isleOfManLow.js |
amcharts-js-0.1.0 | app/assets/javascripts/ammap/maps/js/isleOfManLow.js |