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

hidden inputfields #15

Open valieand opened 8 years ago

valieand commented 8 years ago

I guess Google has changed smth in the script that draws map. Currently inputfields are hidden. To fix the issue - add "clear:left" in InputfieldMapMarker.module, line 161
"style='height: {$height}px;clear:left;' " .

Repost from here: https://processwire.com/talk/topic/9711-map-marker-map/?do=findComment&comment=128628

ryancramerdesign commented 8 years ago

Thanks, I have pushed this fix.