[Geoserver-devel] [jira] Created: (GEOS-375) How to use MIFDataStore with GeoServer

How to use MIFDataStore with GeoServer
--------------------------------------

         Key: GEOS-375
         URL: http://jira.codehaus.org/browse/GEOS-375
     Project: GeoServer
        Type: New Feature
  Components: Configuration
    Versions: 1.3-rc1
Reporter: Paolo Rizzi
Assigned to: dblasby
    Priority: Minor
     Fix For: 1.3-rc2

There's a new MIFDataStore available that let's you read and write in Mapinfo MIF/MID format.
To get more information about it see this page on the GeoTools site:
   http://geotools.codehaus.org/MIFDataStore
You can dowload the MIFDataStore's only JAR following the link at the end of the same page.
To use it with GeoServer you must copy it to a location where it is visible from GeoServer's classpath.
For example you can copy it to the directory:
   GEOSERVER_HOME/WEB-INF/lib
or to whatever directory contains all the other JARs (for example gt2-main.jar, gt2-postgis.jar, etc.),
then you might have to restart GeoServer to make it see the new jar.
Now if you point your Web browser to the DataStores' Admin section of GeoServer:
   http://servx1:8080/geoserver/config/data/store.do
and click on the "New" link, you should see the MIFDataStore in the combo box of available DataStores.
In the "DataStore Editor" form page you'll see a lot of parameters, but the one you really need to set
is "path" that must point to a directory containing multiple MIF/MID files or to a single MIF file.
The parameter "geometryType" is currently not used, so you always get back untyped Geometry.
The code is still very young, so it may not work as expected. Please file any bug to the GeoTools JIRA
for the "mif" component, or feel free to ask any question on the GeoTools mailing list.
For any question regarding it's use with GeoServer, ask on the GeoServer mailing list instead.

Bye
Luca Percich & Paolo Rizzi

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira