Yeah, I have been reading Scott Davis's book on the Google map API. Cool stuff.
By the way, I think I am getting somewhere. I can use javascript in the address bar (or link) to center the map over a specific point. The problem is that I am doing this via a "java script:etc,etc" for the link. But I need to take the user to the page, then run the javascript! So I am trying to create a two stage link... hahah.
Quote:
Basically, what I did was to create a long string that held all of the javascript needed for the map, and when the user supplied the information he/she desired, the string was created, inserted into a html file, and then opened in a browser. I did the string building/replacement with Java (required), but you could do it with other languages.
[/b]
|
Nice to know you are using Java. I am using
Groovy on
Grails (Ruby on Rails for the Java platform). Anyway, I am not sure I understand your method. Are you creating the map when the user clicks the link? I am trying to link to an existing map on another site.
Beside the point, if you are interested in Java, maybe you could check out
this site. My brother and I just launched it a while ago. It's a searchable listing of java user groups. If you are serious about Java, you should check out a JUG; my dad leads one, and it's tons of fun to be around all these smart folks!