]> source.dussan.org Git - vaadin-framework.git/commitdiff
New Google Maps API key, for demo.vaadin.com; fixes #2969
authorMarc Englund <marc.englund@itmill.com>
Mon, 18 May 2009 09:56:20 +0000 (09:56 +0000)
committerMarc Englund <marc.englund@itmill.com>
Mon, 18 May 2009 09:56:20 +0000 (09:56 +0000)
svn changeset:7844/svn branch:6.0

src/com/vaadin/demo/reservation/gwt/ReservationWidgetSet.gwt.xml

index 8de74a3b9b5547235ec7766ee61ff3d009233f09..1b2991d51c0b85aaa42471fea38e1c221cd68887 100644 (file)
@@ -20,8 +20,8 @@
        <!-- Works w/o key for localhost:
                <script src="http://maps.google.com/maps?gwt=1&amp;file=api&amp;v=2.x" />
        -->
-       <!-- Using key for http://toolkit.itmill.com: -->
-       <script src="http://maps.google.com/maps?gwt=1&amp;file=api&amp;v=2.x&amp;key=ABQIAAAA4q5gw_y_N1Anvvn1KqbLwRTHuC2ERVOT66iQW8-FqpCQQUlHqBTZ0rGKdlKh9fxQOKN87TCwVNlIXQ" />
+       <!-- Using key for http://demo.vaadin.com: -->
+       <script src="http://maps.google.com/maps?gwt=1&amp;file=api&amp;v=2.x&amp;key=ABQIAAAAP3UBMIhn15mgO6uIqO_GVRTjfRw0y7NvUKCc8_UnYaOyzzWA_xRoBYGzLMNrw-8-IesNKDC1WFd_vg" />
 
        <!-- Entry point -->
        <entry-point class="com.vaadin.demo.reservation.gwt.client.ReservationWidgetSet"/>