Add owner name to listings map popup
Some checks failed
Deploy stAndrews / deploy (push) Failing after 5s
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user