procterw / ng-maps

A Google Maps directive for data intensive AngularJS apps
6 stars 4 forks source link

Support for multipolygons #1

Closed procterw closed 9 years ago

procterw commented 9 years ago

Neither the "polygons" nor "geopolygons" directives can handle multipolygons. Try to add this feature.

In geopolygons, a single Polygon object is created. What needs to be done to create a collection of polygons that all respond to the same events and options?