Add owner name to listings map popup
Some checks failed
Deploy stAndrews / deploy (push) Failing after 5s

Join owner_1 from owners.rds to listings via address match key.
Display in marker popup above price on the Listings tab map.
This commit is contained in:
2026-04-16 06:29:23 -04:00
parent d953edce54
commit bf5f736cf3
3 changed files with 3 additions and 1 deletions

View File

@@ -234,6 +234,7 @@ create_server <- function(input, output, session) {
lng = ~longitude,
popup = ~paste0(
"<b>", address, "</b><br>",
"Owner: ", owner_1, "<br>",
"Price: ", price_fmt, "<br>",
"Sq Ft: ", sqft, "<br>",
"$/Sq Ft: ", ppsf_fmt