Cleaning up the program output a little

This commit is contained in:
Danny Yoo 2012-03-19 22:33:24 -04:00
parent fd43fd59d7
commit 4843664059

View File

@ -2,10 +2,9 @@
(require (planet dyoo/whalesong/web-world)
"maps.rkt")
;; This is dyoo's API key.
(printf "Loading google maps api\n");
;; Note: this is dyoo's API key. Please don't abuse this. :)
(initialize-google-maps-api! "AIzaSyCRKQNI_nbyyN1286cssEy3taKj5IZcHN8" #f)
(printf "google maps api loaded\n")
;; We dynamically create a dom node for the presentation of the map,
;; and an auxiliary gmap value that we use to manage the internal
@ -13,6 +12,7 @@
(define-values (dom gmap)
(make-dom-and-map 41.82706261971936 -71.39962630844116))
;; on-map-click: world handler
;; Creates an on-map-click associated to the gmap, ready to be used in
;; a big bang.
@ -21,6 +21,9 @@
(xexp->dom '(h1 "Google Maps demonstration"))
(big-bang "???"
(initial-view
(xexp->dom