Map of garden as UI for sensors

Hey,
for my home automation project (using raspberries, esp32s, node red and mosquitto as mqtt broker to connect several sensors in my garden), I am thinking about an interactive map of my garden to show various sensor states. So I have different sensors throughout my garden and I want to display the location of each sensor on somekind of map. Best would be google map cut out of just my premisses. I have the locations of all sensors as magnitude and longitude.
What would be the best way (framework etc.) to have a map of my premisses with custom pins for each sensor. To get more infos of the sensor I want it to be possible to press on the desired pin and get more infos.

Any hints?
Thanks

hass.io has a floorplan option.

I think you will find more support on the node red support pages since this is more towards that and not really an arduino problem?

Google showed me quite some hits on floorplan node red

hey,
thanks.
a floorplan is for indoor housing right? I am looking for something geographical for the garden, just like google maps. Well I choose arduino forum as arduino is used for a lot of homeautomation projects. It doesn't necessarily need to be an addon for red node. I was just wondering what kind of framework I should use, so that i can use e.g. google maps and put custom pins on the map and generate additional infos when the pin is pressed.

jacko91:
I was just wondering what kind of framework I should use, so that i can use e.g. google maps and put custom pins on the map and generate additional infos when the pin is pressed.

That sounds like something that would be much easier to implement on a RaspberryPi

...R

You use your arduino with sensors to gather the data. You use node red to show the data. So you will have to look how to do that the way you want.

or this maybe?

My guess is, you will draw your floorplan, or in your case your gardenplan, and place your sensors on there. But that is just guessing. I still think the node red community will be more helpful.