Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 2.3 KB

README.md

File metadata and controls

48 lines (27 loc) · 2.3 KB

osmtoimdf

Turn Openstreetmap XML into Indoor Mapping Data Format (IMDF). The generated IMDF archive can be used with Apple Mapkit. Here is sample code for IOS.

Disclaimer: certainly this conversion is not straight forward but this project should be a starting point. There is still manual mapping to do.

preview-uulm

Usage

First clone this repository

git clone https://github.com/danielrotaermel/osmtoimdf.git && cd osmtoimdf

Install dependencies

npm install

To gather the features used to generate the IMDF archive you will have to write some overpass queries.

If you want to add custom categories etc. do so in the ./imdf-model directory for example right here ./imdf-model/category-extended.js