This project is for creating & editing OGC IndoorGML 1.0.3 formated data. This is based on ogc-schemas https://github.com/highsource/ogc-schemas, so later I will add License about this.
- OS : regardless of OS.
- Maven : over 3.5 version. You need to install Maven and set MAVEN_HOME & PATH.
- How to set MAVEN_HOME : link for Window , link for Linux
- Java : JDK over 1.8 version. You need to install JDK and set JAVA_HOME & PATH.
-
JAVA 8; not working at the upper version
-
How to set JAVA_HOME : link
- Project building
mvn clean install
- Spring server executing
mvn jetty:run
It is recommended to use the other port number with parameter
"-Djetty.port=9797"
.
- Clone the project
- Go into the cloned project folder and build the project with
mvn clean install
. - Run the server with
mvn jetty:run
(Change the port as you want.).
- Maven - Dependency Management
- Spring Framework 4.0 - Java web framework
- h2gis - Embedded Database
It is explained at the wiki.
- Hyemi Jeong - IndoorGML CRUD DAO developer hyemi.jeong@pnu.edu
- Hyung-Gyu Ryoo - IndoorGML Restful API developer hgryoo@pnu.edu
Please refer to each project's style guidelines and guidelines for submitting patches and additions. In general, we follow the "fork-and-pull" Git workflow.
- Fork the repo on GitHub
- Clone the project to your own machine
- Commit changes to your own branch
- Push your work back up to your fork
- Submit a Pull request so that we can review your changes NOTE: Be sure to merge the latest from "upstream" before making a pull request!
This project is under the MIT License - see the LICENSE
More information is found at Wiki.