You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.
The map is now saved based on pixels and when images of floors have different dimensions the floors don't match.
Solution:
(Ask if the user wants to upload image.)
Ask user for width and length of building in meters.
Ask user to draw the lines of the building.
Calculate the bouding box
Change mapWidth & mapHeight based on the new pixel to meter ratio that you can calculate with longest side of bounding box & mapWidth (or mapHeight depending on longest side)
Change the image size
The text was updated successfully, but these errors were encountered:
The map is now saved based on pixels and when images of floors have different dimensions the floors don't match.
Solution:
The text was updated successfully, but these errors were encountered: