Git Product home page Git Product logo

easy-gis's Introduction

Easy-GIS

依赖:https://github.com/lreis2415/egc-commons

<dependency>
    <groupId>org.egc</groupId>
    <artifactId>commons</artifactId>
    <version>2.1-SNAPSHOT</version>
</dependency>
  • easy-to-use
  • easy-to-learn

决定项目或模块是否 install 或 deploy 的配置

<properties>
   <maven.deploy.skip>true</maven.deploy.skip>
   <maven.install.skip>true</maven.install.skip>
</properties>

注意事项

部分模块或功能尚处于开发过程中!

部分子模块暂未提交到 github,使用时注意在根目录的 pom.xml 中排除

gis-ows/gis-wps-client

  1. geotools 版本 52n-wps 依赖的版本为 8.7,更新到最新版可能出现问题

  2. xercesImpl 如果把 xercesImpl (2.7.1) 更新为 2.12.0,可能出现 could not decode InputStream (wps-client-lib) 或 Error occured while transfer (52n-wps-client-lib)

    <dependency>
      <groupId>xerces</groupId>
      <artifactId>xercesImpl</artifactId>
      <version>2.12.0</version>
    </dependency>

参考项目

  • gdal
  • geotools
  • proj4j
  • jts
  • geoserver-manager

easy-gis's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.