So I have this website, using Javascript as the frontend and PHP as the backend. PHP calls an R file that creates an interactive map (openairmaps), and I need to show that map in the website.
So far, I was able to output a non interactive map (just an image) using bitmap, but I need the map to be interactive because there is a lot of info in said map, so the user will need to zoom in to the desired location.