removing google-maps: not ready yet
This commit is contained in:
parent
8798ab96a7
commit
beb2c02e31
|
@ -1,13 +0,0 @@
|
|||
#lang s-exp "../../lang/base.rkt"
|
||||
|
||||
(require "../../js.rkt")
|
||||
|
||||
(provide load-gmaps-library)
|
||||
|
||||
|
||||
(define (load-gmaps-library api-key with-sensor)
|
||||
(load-script (string-append
|
||||
"http://maps.googleapis.com/maps/api/js?key="
|
||||
api-key
|
||||
"&sensor="
|
||||
(if with-sensor "true" "false"))))
|
Loading…
Reference in New Issue
Block a user