What JS library would you use to create an interactive custom map
I am building an interactive map view of a local area that shows multiple warehouses.
What I would like to know is, what are JS libraries or technologies I can use to achieve:
- Select a building
- View warehouse information such as (Size, Owner etc..)
- Update warehouse information (Rent etc..)
- Be able to draw more warehouses or select a sub area inside a warehouse to rent.
I will be using Angular for frontend and Java Cuba Platform backend.