Animating maps based on database values

孤街醉人 提交于 2019-12-25 07:26:46

问题


Image link to GUI Requirement http://imageshack.us/a/img39/8062/requirement1.jpg

  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 , language, framework to use? I have been searching for the right solution but could not get what i desire. Any ideas/ suggestion is greatly appreciated.

Regards, Vanlal


回答1:


If you're in java, I would recommend GeoTools and the Java Topology Suite. http://www.vividsolutions.com/jts/jtshome.htm http://www.geotools.org/



来源:https://stackoverflow.com/questions/12464612/animating-maps-based-on-database-values

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!