Skip to content

Instantly share code, notes, and snippets.

View djsreeraj's full-sized avatar

Sreeraj M djsreeraj

  • India
View GitHub Profile
@djsreeraj
djsreeraj / index.html
Created February 25, 2016 15:36 — forked from johnschimmel/index.html
Demo of loading Google Maps, fetching Markers with AJAX, Geocoding new location and POSTing new location with AJAX. http://dwd-nodejs-remoteapis.herokuapp.com/
<style>
/* IMPORTANT - must give map div height */
#map-canvas {
height:400px;
}
/* IMPORTANT - fixes webkit infoWindow rendering */
#map-canvas img {
max-width: none;
}