How to build an open source WebGIS System

Source: Internet
Author: User
Tags postgis
How can we build our own WebGIS system? Do you need to spend a lot of money to buy other people's money or do it yourself? I think this should be taken into consideration based on your actual situation. If you are rich and willing to spend money, I can't help it. But if you want me to be the same, have no money, but have a deep passion for GIS, then do your open source WebGIS system.

spatial database : PostgreSQL/postgis is used. Use PostgreSQL 8.0 Win32 on Windows platform, which can be obtained from www.postgresql.org. This version already contains postgis. You must select the postgis option during installation. Postgis implements the OpenGIS Simple Feature Specification and provides spatial indexes. Postgis official site: http://postgis.refractions.net /.
GIS middleware : geotools is a mature open-source GIS middleware with a history of nearly 10 years, there is also an official OpenGIS background. You can obtain it from www.geotools.org. Geotools is implemented in Java with excellent architecture and easy extension. Geotools uses another famous open-source software JTs (Java topology suite ). JTs encapsulates common geo algorithms , implements simple feature specifications of OpenGIS, and provides memory-based spatial indexes.
Web Map server : geoserver is used. Download from http://geoserver.sourceforge.net. Geoserver implements the OpenGIS WMS specification and WFS specification. Or deegree. The entire deegree system is fully based on OGC specifications and concepts. It provides OGC services such as WMS and WFS. Deegree official website address: http://deegree.sourceforge.net/
GIS Editor : using another famous GIS Open Source Software jump. Download from http://www.jump-project.org. Based on Java, jump adopts plug-in mechanism and is easy to expand. Another website http://jump-pilot.sourceforge.net/has jumpplug.
browser client : it can be implemented using JavaScript, Flash, or Java applet.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.