Skip to content

Instantly share code, notes, and snippets.

@commercial-hippie
commercial-hippie / node--gmap_test.tpl
Last active June 29, 2016 12:33
Drupal - GMap - Render map with multiple markers in a template file
<?php
$latitude = '49.19258642226091';
$longitude = '-123.17647933959961';
$settings = array(
'id' => 'mymap',
'latitude' => $latitude, // center the map
'longitude' => $longitude, // on the marker
'zoom' => 10,