id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc 4199,FGDB extension checking needs to allow zip,msmitherdc,pramsey,"To allow for export using OGR FileGDB driver from MapServer, the extension zip needs to be added to the allowed extensions when creating a new FileGDB file. Since MapServer cannot deliver a whole directory, it uses the vsizip driver to create the gdb folder structure in a zip file which is then downloaded. Restricting FileGDB extensions to just .gdb prevents this. MapServer Outputformat for FileGDB {{{ OUTPUTFORMAT NAME ""FileGDB"" DRIVER ""OGR/FileGDB"" FORMATOPTION ""STORAGE=filesystem"" FORMATOPTION ""FORM=zip"" FORMATOPTION ""FILENAME=result.gdb.zip"" END }}} This patch adds zip to the allowed extensions on create. ",enhancement,closed,normal,1.9.0,OGR_SF,svn-trunk,normal,fixed,"Filegdb, esri, gdb, vsizip, mapserver, ogr",warmerdam