ryancramerdesign / FieldtypeMapMarker

Fieldtype for ProcessWire - holds an address or location name, and automatically geocodes the address to latitude/longitude using Google Maps API.
http://processwire.com
29 stars 16 forks source link

Map doesn't load properly if field is in a fieldsetTab #9

Open adrianbj opened 9 years ago

adrianbj commented 9 years ago

Title says it all.

I have dealt with this before on the front-end, which is quite easy because you have access to the click event on the tab, but not sure the best way to make this work generically.

As a quick fix I'll probably do something targeting the click even on that tab to trigger a resize on the map.

TomS- commented 8 years ago

https://github.com/ryancramerdesign/FieldtypeMapMarker/pull/11 - Realised this was here for a while, so I've done a push request.

adrianbj commented 8 years ago

:+1:

TomS- commented 8 years ago

I've added support for conditional logic