return mapData;
}
private MapData constructMapData() throws ConfigurationException {
Game game = Game.getGame();
if(maptype == FLAT) {
return new FlatMapData(game, width,height,flatearth,
minbigriverwaterflow, registry);
} else if (maptype == ISOMETRIC) {
return new IsoMapData(game, width,height,flatearth,