hpi-swt2 / compass-portal-blue

Compass Portal — 🟦 Edition
MIT License
6 stars 1 forks source link

Import/Creation Tool for indoor maps #79

Closed anonym-HPI closed 2 years ago

anonym-HPI commented 2 years ago

As a developer I want to be able to easily import buildings of the HPI with their rooms in it, the import type should be easily editable (and not just an array of vector coordinates or so), for later changes.

Rooms+buildings should be able of a navigation to be seen and not just a picture (so that navigation can see vector lines or so)

Inside the building I should be able to see all floors and rooms with numbers (their room decleration). All this to be able to navigate the HPI inside through looking at it (other team is doing navigation).

Later I want to be able to see toilets, etc. with symbols, so please keep that in mind and later being able to search the rooms (rooms should have IDs or so, that they can be reflected into the database)

oleschl commented 2 years ago

gif

@anonym-HPI does a tool like this meet the requirements?

anonym-HPI commented 2 years ago

Looks good, is it possible to put like toilets, coffee machines, couches somewhere and let them have a reference id/location (that could later be shown in navigation)? Before closing or going further, we need a team discussion about which framework(s) are used in the future in indoor+outdoor.

ClFeSc commented 2 years ago

@oleschl What is the name of this tool?

oleschl commented 2 years ago

It is JOSM with some plugins. For more details look here.

oleschl commented 2 years ago

Here is a short tutorial on JOSM from Romeo from team red: https://www.youtube.com/watch?v=Q4Fyd5DQZpA

But instead of exporting it you can simply save it as geo json with save as. geojson can be displayed directly in leaflet and is also supported by many other applications.

oleschl commented 2 years ago

We will use JOSM for creating indoor maps.