Friday, March 7, 2014

This is going to work!

Its been a busy week. We have been working hard on new UI designs and finishing the final javascript for the loops and arrays. We have found that our programming theory is going to work.
The javascript below shows our final arrays. We have each floor divided into an individual array. Each array will contain sections that contain a room number or room key word paired to the x and y values on the vector map. Each floor array is then placed into the buildingArray. This is the main database that will be searched.
We also have the actual vector map placed into the app's test window. The map is in an .svg format or Scaleable Vector Graphic. This allows us to scale the image without distortion or quality loss.
Below is the code used to insert the .svg image. It is an object placed into a <div> tag. This creates a seperate box for the map to reside. 





No comments:

Post a Comment