Skip to content

Latest commit

 

History

History
45 lines (37 loc) · 2.77 KB

README.md

File metadata and controls

45 lines (37 loc) · 2.77 KB

IndoorGML-Editor

IndoorGML-Editor is an open source Javascript program that provides tools for simple editing IndoorGML data. To create IndoorGML documents we use InFactory Restful API(https://github.com/STEMLab/InFactory).

Getting Started

  1. You need to install modules. Please follow step. npm install
  2. Start server by executing npm start and launch a web browser and open the editor http://127.0.0.1:5757
  3. In order to create IndoorGML documents, you must install InFactory that a restful server and library to create OGC IndoorGML
    • Prerequisites
      • Maven : over 3.5 version.
      • Java : JDK over 1.8 version. JAVA 8 is not working at the upper version
    • Installing

Quick Start

A simple example to create IndoorGML document include one cellspace.

  1. Add a new floor.
  2. Add a new cellspace.
  3. Export to InFactory.
  4. You can check downloaded document on InViewer-Desktop(unity) or InViewer(web).

👉 For more information about usage, please see the User Guide

Extention

The project on master branch supports generating IndoorGML data for core module and following extensions.

  1. Navigation Extension
  2. Non-Navigable Space Extension
  3. Storey Extension → will be supported
  4. POI Extension → will be supported

The editor for other extensions will be created in an additional branch.

License

This project is licensed under the MIT licenses. - see the LICENSE file for details