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

zoom? #7

Closed tbba closed 7 years ago

tbba commented 10 years ago

Map runs great, the only problem I have is that my zoom setting is not used. My code:

$map = $modules->get('MarkupGoogleMap');
echo $map->render(  $contact_page,
'map_address',
array(  'height'    => '400px',
    'zoom'  => 14,
    'type'  => 'HYBRID' 
    )
);

Not sure this is a bug or my code has a problem...

tbba commented 7 years ago

too old