• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Animating maps based on database values

 
Ranch Hand
Posts: 170
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

Image link to the GUI Requirement

1. The image map should be loaded from a database
2. On entering values in search box , it should query the database and zoom to that coordinate,and fill up the results on the left hand side
3. On querying the status, the total villages belonging to this status should be displayed on the map
4. On clicking the coordinates of the villages on the map ,the left result should be displayed.
5. We should be able to update the status , name ,coordinates of the village selected.
6. We should also be able to add new village.
7. This should be a desktop-application (if possible)


I have the design in mind but do not know what software , framework to use? I have been searching for the right solution but could not get what i desire.
Any ideas/suggestion is welcome, i have spent lots of sleepless night but still don't know how to proceed

P.S. - I have posted the exact question in stackoverflow.

Regards,
Vanlal
 
reply
    Bookmark Topic Watch Topic
  • New Topic