IndoorGML-Editor is a desktop Java application to edit and modify gml files based on the IndoorGML schema, which is an OGC standard for an open data model and XML schema for indoor spatial information. With GML files you can represent floor plans of buildings and indoor environments. More information about the the IndoorGML standard.
- Representation of GML files.
- CellSpace coordinates (represented by green dots) can be freely moved by dragging them with the mouse.
- CellSpaces can be created and deleted. User-guide can be found under the help menu for more details.
- Load and save GML files.
- XML
- JavaFX 11
- MVC model
- Java DOM
- Java 7
- Java IDE (IntelliJ, Eclipse or other)
- Maven
- Download the source code form GitHub .
- Import it to a Maven project using IntelliJ, Eclipse or other IDE. If you are using IntelliJ, be sure to mark "src" folders as Source and "resource" folders as resource
- The application works with Java 7 and above, so modify the default JDK, if it is required.
- Run Main.java in "gui" module.