> a) Making use of our fileFormat extension point - example: > > <extension > id="net.refractions.udig.catalog.geotiff.fileFormats" > name="GeoTiff File Formats" > point="net.refractions.udig.catalog.ui.fileFormat"> > <fileService > fileExtension="*.tif" > name="Tif"/> > <fileService > fileExtension="*.tiff" > name="Tiff"/> > </extension> > > >
- this part works now and is pushed up :-) > I will combine this into a single entry as follows: > > <extension > id="net.refractions.udig.catalog.geotiff.fileFormats" > name="GeoTiff File Formats" > point="net.refractions.udig.catalog.ui.fileFormat"> > <fileService > fileExtension="*.tif;*.tiff" > name="GeoTIFF"/> > </extension> > > > - going to do this as a pull request > b) We also added a dynamic class for things like GDAL and JGrass to insert > formats that they determine at runtime: > - Short term; I am taking the Classname as the description to show the the > user (perhaps knocking off the trailing word "provider"). So > "GDALFormatProvider" is shown as "GDAL". > - Long term we need an API change, and you have at least one implementation > right? Any suggestions on this one?
_______________________________________________ User-friendly Desktop Internet GIS (uDig) http://udig.refractions.net http://lists.refractions.net/mailman/listinfo/udig-devel
