Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] [jira] (UDIG-1877) Bad filename filter for shapefile Open Dialog from import Data Store wizard

Stephen Egan created UDIG-1877:
----------------------------------

             Summary: Bad filename filter for shapefile Open Dialog from import Data Store wizard
                 Key: UDIG-1877
                 URL: https://jira.codehaus.org/browse/UDIG-1877
             Project: uDIG
          Issue Type: Bug
          Components: application
    Affects Versions: UDIG 1.3.1
         Environment: Windows 7, JRE 1.6.0_17 (64 bit)
            Reporter: Stephen Egan
            Priority: Minor


A bad filename filter is being used in the shapefile "url" Open Dialog for Data Store import.  The filter is "shp", where it should be "*.shp", thus no files with the ".shp" extension are visible.

Steps to reproduce:
1. Select Import... from File menu (or elsewhere)
2. Select Other>Data; click next
3. Select DataStore; click next
4. Select Shapefile; click next
5. Click Browse button beside "url" Text.
6. Navigate to a directory with shapefiles (*.shp).  No shapefiles will be listed.
7. Confirm that bug is a result of incorrect filename filter by creating a file named "shp" (no extension), in that directory.  This file will be listed.

A workaround for this is to type or paste the URL directly into the "url" Text field.

Similar behaviour for DataStore-> Directory of spatial files (shapefiles)




--
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