| 682 | } |
| 683 | |
| 684 | void Map::createNewMap() |
| 685 | { |
| 686 | setMapName(_(MAP_UNNAMED_STRING)); |
| 687 | |
| 688 | loadMapResourceFromPath(_mapName); |
| 689 | |
| 690 | SceneChangeNotify(); |
| 691 | |
| 692 | setModified(false); |
| 693 | |
| 694 | OperationMessage::Send(_("Empty Map created")); |
| 695 | focusViews(Vector3(0,0,30), Vector3(0,0,0)); |
| 696 | } |
| 697 | |
| 698 | IMapExporter::Ptr Map::createMapExporter(IMapWriter& writer, |
| 699 | const scene::IMapRootNodePtr& root, std::ostream& mapStream) |