diff --git a/js/gmap_shapes.js b/js/gmap_shapes.js index 8572024fa1f54f09b65311ce23c5995be9b1b176..566526545db7092f3b7b095e65994606a0945733 100644 --- a/js/gmap_shapes.js +++ b/js/gmap_shapes.js @@ -89,6 +89,9 @@ Drupal.gmap.addHandler('gmap', function (elem) { $.each(style, function (i, n) { cargs.push(n); }); + if (shape.opts) { + cargs.push(shape.opts); + } var Pg = function (args) { GPolygon.apply(this, args); };