How do I turn on projections in OpenJUMP?
The coordinate transformation plugin is turned off because there aren’t many projections in it (UTM, Transverse Mercator, lat/long, BC Albers). However, if you want to turn it on and try it out: 1. Click View > BeanShell 2. Paste in the following text and hit Enter: new com.vividsolutions.jump.workbench.ui.plugin.FeatureInstaller(wc).addMainMenuItem(new com.vividsolutions.jump.workbench.ui.plugin.ChangeCoordinateSystemPlugIn(), “TEST”, “Change Coordinate System…”, null, new com.vividsolutions.jump.workbench.plugin.EnableCheckFactory(wc).createTaskWindowMustBeActiveCheck()) 3. You should now see TEST in the menubar. Click TEST > Change Coordinate System to set the current coordinate system of the data. 4. To transform the data into a different coordinate system , click TEST > Change Coordinate System again and select the new coordinate system.