Need help choosing an open source GIS [closed]

只谈情不闲聊 提交于 2019-12-04 07:04:46

GeoServer: http://geoserver.org/display/GEOS/Welcome

...is what I use. You have work ahead of you no matter what you pick, though. Setting up data sources and making them look nice is a decent amount of effort.

For the client side, OpenLayers is an excellent Javascript library.

I agree with the geoserver response and all the rest of the responses ignore your statement that is has to work with Java. The only other bad option would be to write something yourself using geotools.

Go to the OpenGeo site and see the stack they support. That is the stack you are probably most interested in deploying.

I guess you'll need:

  1. GDAL/OGR to translate the data into a kml file example
  2. Take that KML file and pump it into either:

    a. Google maps api or openlayers

    b. I've had lots of luck using featuresever which I personally recommend

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