-
Notifications
You must be signed in to change notification settings - Fork 382
apneadiving edited this page Aug 30, 2011
·
1 revision
To display kml, simply pass the url containing your data with the required options if needed. Options are listed in the google maps documentation.
<%= gmaps( :kml => {:data => '[{ url: "http://www.searcharoo.net/SearchKml/newyork.kml"},
{ url: "http://gmaps-samples.googlecode.com/svn/trunk/ggeoxml/cta.kml",
options: {clickable: false } }]' } ) %>