I am planning to create an interactive map with markers of hospital OHS incidents using Leaflet, Shiny and Shinydashboard along the lines of the following awesome template for interactive map and histogram
My problem is that I do not have a coordinate reference system as this is not a geographic object (no lat and long). Also it is in raster form.
How can I make the below floorplan into something with a CRS (coordinate reference system) that can be treated like a map.
That is, I want to be able to pan, zoom, add Markers etc.
There appears to be a way to do this using Java however I was hoping to do this in R as I am unfamiliar with Java. See Coordinates to space map