Beanshell:Replace point symbols with green pushpin

From OpenJUMP Wiki
Revision as of 01:58, 12 October 2009 by Mentaer (talk | contribs) (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…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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());
}