Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] [jira] (UDIG-1879) Add DataWizard should open a DirectoryDialog for Shapefile Directory DataStore

Frank Gasdorf created UDIG-1879:
-----------------------------------

             Summary: Add DataWizard should open a DirectoryDialog for Shapefile Directory DataStore
                 Key: UDIG-1879
                 URL: https://jira.codehaus.org/browse/UDIG-1879
             Project: uDIG
          Issue Type: Improvement
          Components: file format
    Affects Versions: UDIG 1.3.1
            Reporter: Frank Gasdorf


Because of a FileDialog and the given extension from the ShapefileDataStoreFactory its not possible to choose a folder that may contain shapefiles. If the user selects a shapefile, the wizard cant be finished.

Steps to reproduce:
1. Select Import... from File menu (or elsewhere)
2. Select Other>Data; click next
3. Select DataStore; click next
4. Select Directory of spatial files (shapefiles); click next
5. Click Browse button beside "url" Text.
6. Navigate to a directory with shapefiles (*.shp). 

A workaround for this is to choose a shapefile and remove the filename with its extension from the url field of the wizard.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


Back to the top