JakovTomasic / RitehMaps

Indoor navigation project for the Faculty of Engineering, Rijeka
Apache License 2.0
3 stars 1 forks source link

Map preview page #23

Open JakovTomasic opened 1 year ago

JakovTomasic commented 1 year ago

Implement the map preview page where a user can explore the whole map (all floors). Consult the specification for details.

JakovTomasic commented 1 year ago

Use the map component for showing the floors.

An example of such usage can be found in the navigation page.

You should use the SubmapProviderImpl in the same way for getting the image dimensions (the map component requires the dimension to be provided). For navStep just pass an empty navigation step (it has zero steps) or null or undefined if that works.

A quick and short react tutorial can be found here.