Difference between revisions of "Beanshell:Replace point symbols with green pushpin"

From OpenJUMP Wiki
Jump to navigation Jump to search
(Created page with 'Replace point symbols with green pushpin/thumbtack icon at each point: { String layerName = "myLayerName"; import com.vividsolutions.jump.workbench.ui.renderer.style.PinE…')
 
(No difference)

Latest revision as of 01:58, 12 October 2009

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());
}