Skip to content

Instantly share code, notes, and snippets.

@NOEinteractive
Created October 9, 2013 15:28
Show Gist options
  • Save NOEinteractive/6903093 to your computer and use it in GitHub Desktop.
Save NOEinteractive/6903093 to your computer and use it in GitHub Desktop.
Javascript create googlemap (avec noe V4) #googlemap #map #carte
<div id="map" style="width:300px;height:400px">
</div>
NOE.wantGooglemap(function() {
$('#map').gmap({
center : [45, 6],
zoom : 10
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment