Parent Directory
|
Revision Log
|
Patch
revision 713 by jonathan, Wed Apr 23 08:46:54 2003 UTC | revision 723 by bh, Thu Apr 24 15:31:53 2003 UTC | |
---|---|---|
# | Line 444 class MainWindow(DockFrame): | Line 444 class MainWindow(DockFrame): |
444 | if dlg.ShowModal() == wxID_OK: | if dlg.ShowModal() == wxID_OK: |
445 | filename = dlg.GetPath() | filename = dlg.GetPath() |
446 | title = os.path.splitext(os.path.basename(filename))[0] | title = os.path.splitext(os.path.basename(filename))[0] |
447 | layer = Layer(title, filename) | store = self.application.Session().OpenShapefile(filename) |
448 | layer = Layer(title, store) | |
449 | map = self.canvas.Map() | map = self.canvas.Map() |
450 | has_layers = map.HasLayers() | has_layers = map.HasLayers() |
451 | try: | try: |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |