mapview icon indicating copy to clipboard operation
mapview copied to clipboard

popup feature.id = FALSE still shows featureid

Open abdulrr opened this issue 2 years ago • 1 comments

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?

image

Thanks!

abdulrr avatar Aug 17 '22 14:08 abdulrr