Add a google maps component to the GeoLocation generator.
[zxing.git] / zxing.appspot.com / generator / src / com / google / zxing / web / generator / Generator.gwt.xml
index 6508ee8..ddebe29 100644 (file)
@@ -6,13 +6,16 @@
       <inherits name='com.google.gwt.user.theme.standard.Standard'/>
 
       <!-- Other module inherits                                      -->
-      <inherits name="com.google.gwt.widgetideas.WidgetIdeas" />
+      <inherits name='com.google.gwt.widgetideas.WidgetIdeas' />
       <inherits name='com.google.gwt.libideas.LibIdeas' />
+      <inherits name='com.google.gwt.maps.GoogleMaps' />
 
       <!-- Specify the app entry point class.                         -->
       <entry-point class='com.google.zxing.web.generator.client.Generator'/>
     
       <!-- Specify the application specific style sheet.              -->
       <stylesheet src='Generator.css' />
-      <stylesheet src="DatePickerDemo.css" />
+      <stylesheet src='DatePickerDemo.css' />
+      
+      <script src='http://maps.google.com/maps?file=api&amp;v=2&amp;key=ABQIAAAAjEOGGB_IEuss4QYUzB6Z0BRlY4xXjGBjgubjQXCS8Djm2jdpYBQn9f8dHtxpg30ararqd3GCyq_T4A' />
 </module>