kno20205 / indoor-wayfinder

Interactive SVG map with indoor wayfinding powered by React
https://pathpal-navigation.azurewebsites.net
11 stars 4 forks source link

Updating the map #4

Open adjebbar opened 1 week ago

adjebbar commented 1 week ago

Hey,

I would like to change the map (plan) with mine. How can I proceede please ?

Regards.

kno20205 commented 6 days ago

The process is indeed quite complex. Currently, I manually draw the points in a vector editing software and export them as an SVG file. I then use a script to convert the coordinates from the SVG to JSON format. The connections between points are manually defined afterwards. I planed to integrate a custom map editor into the application to simplify this process, but due to other ongoing projects, this feature won't be available in the near future.