Kady wrote: > We want to add a simple geoMap to our application. Through the > EntryPoint we add the created GeoMap instance to a div onto the > page. Is there any script other than the generated GWT js that > needs to be added to the application? ungarida wrote: > http://code.google.com/p/gwt-google-apis/wiki/MapsGettingStarted
Here's a running example (work in progress) that uses OpenLayers instead of just Google: http://zelea.com/var/deploy/xf/#c=DumG You can choose different map providers using the (+) control at top right. We also hooked the geomap panner and zoom controls into the browser history, so you can use the back/forward buttons. Source: http://zelea.com/project/votorola/a/web/base/xf/default.html http://zelea.com/project/votorola/a/xf/Entry.gwt.xml http://zelea.com/project/votorola/a/xf/geo/ -- Michael Allan Toronto, +1 416-699-9528 http://zelea.com/ -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
