ndon-ndon / geoda

Automatically exported from code.google.com/p/geoda
GNU General Public License v3.0
0 stars 0 forks source link

Map menu is disabled after creating the point file from the table #161

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I noticed, that upon creating the point file from the table, the Map menu is 
disabled. 

However, it is possible to make a map from the base point map, but only by 
right clicking on the map, and only for one variable.

One cannot make a new map. So, this requires that the file first be exported 
and then reloaded. Seems like a bit of a hassle. I wonder why the map menu is 
disabled. It may be more user friendly to pop up a dialog after the point map 
is created as “Save as new shape file?” and then do the export under the 
hood, if 
possible, without having to reload (i.e., the program then recognizes the shape 
file as the current file, and not the original table with the x,y coordinates).

Original issue reported on code.google.com by lixun...@gmail.com on 29 Jun 2015 at 11:42

GoogleCodeExporter commented 8 years ago
Fix by enable map menus when create points from table (non-geometry 
datasource)., also change the type of this datasource to geometry data, so that 
when user click save, GeoDa will prompt user to save to either a geometry or 
non-geometry datasource.

This fix has bee applied in version >= 1.7.31

Original comment by lixun...@gmail.com on 1 Jul 2015 at 7:01