mapview
mapview copied to clipboard
popup feature.id = FALSE still shows featureid
mapview(Bussipysakit,
zcol = "Kategoria",
cex = "Kategoria",
popup = popupTable(Runkobussipysakit, feature.id = FALSE)
)
It still shows the two extra rows at the end of the popup table: i.e., fillColor, mvFeatureId. Is there a way to hide those values from the table in mapview?
Thanks!