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 does not display as the key is missing #17

Open cb2004 opened 7 years ago

cb2004 commented 7 years ago

The map does not work on the frontend as the key is missing. Suggest in the instructions it mentions adding the tag:

<script src="https://maps.googleapis.com/maps/api/js?key=<?= $modules->get('FieldtypeMapMarker')->get('googleApiKey') ?>"></script>