Beanshell:Replace point symbols with green pushpin
Jump to navigation
Jump to search
Replace point symbols with green pushpin/thumbtack icon at each point:
{
String layerName = "myLayerName";
import com.vividsolutions.jump.workbench.ui.renderer.style.PinEqualCoordinatesStyle;
wc.layerManager.getLayer(layerName).addStyle(new PinEqualCoordinatesStyle());
}