Cluster listings markers to handle overlapping coordinates
All checks were successful
Deploy stAndrews / deploy (push) Successful in 5s
All checks were successful
Deploy stAndrews / deploy (push) Successful in 5s
This commit is contained in:
3
app.R
3
app.R
@@ -499,7 +499,8 @@ server <- function(input, output) {
|
|||||||
"Price: ", scales::dollar(price), "<br>",
|
"Price: ", scales::dollar(price), "<br>",
|
||||||
"Sq Ft: ", sqft, "<br>",
|
"Sq Ft: ", sqft, "<br>",
|
||||||
"$/Sq Ft: ", scales::dollar(price_per_sqft)
|
"$/Sq Ft: ", scales::dollar(price_per_sqft)
|
||||||
)
|
),
|
||||||
|
clusterOptions = markerClusterOptions()
|
||||||
) |>
|
) |>
|
||||||
setView(lng = -82.362253, lat = 27.076199, zoom = 16)
|
setView(lng = -82.362253, lat = 27.076199, zoom = 16)
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user