CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 2011
    Location
    Finland
    Posts
    12

    Question Google Maps and Java Servlets

    I have a project for plotting an electric field strength profile on a certain map. The Electric field strength is to be calculated based on user inputs- I have a java code for that. I need to get maps from Google servers and overlay my field strength profile on the map, so that zooming in/out interactions are possible. The trouble is how to interact JavaScript and the java Servlets?

    Everytime a user changes the parameters, the server recalculates the field and stores them as a picture. Then immediately the JavaScript fetches that image and puts it on the Google Maps as overlay.
    I need to know if this is technically possible to connect?

  2. #2
    Join Date
    Sep 2011
    Posts
    3

    Re: Google Maps and Java Servlets

    Anh nhân phải không )

  3. #3
    Join Date
    May 2006
    Location
    UK
    Posts
    4,473

    Re: Google Maps and Java Servlets

    Please use English when replying.

    If you want to send the OP a message in his/her own language or in yours for that matter:
    • If it's personal use the private messaging system
    • If it's a reply to their question then please also add a translation to English so all our English readers can also benefit from your wisdom.
    Posting code? Use code tags like this: [code]...Your code here...[/code]
    Click here for examples of Java Code

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured