I have a vector feature that is created by reading in wkt. I want to add a popup to it. To do that I need: feature.data.popupSize = ... feature.data.popupContentHTML = ... feature.lonlat = ... First two are easy, third one not so much. Too bad the wkt parser doesn't add a central lonlat to the feature.