/**
* Load the initial world. This will typically load the cells
* from WFS
*/
public void loadWorld() {
new CellImporter().load();
// make sure there is an environment cell. If there isn't, create one.
if (getEnvironmentCell() == null) {
createEnvironmentCell();