[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
DXF in mapserver (was Re: [Mapserver-users] (no subject) )
I haven't used it myself, but I assume that GD by default doesn't include
DXF capabilities.
Either way, if there is enough interest and some funding available, I
suggest discussing this with Frank Warmerdam (cc:'d) to see if he can add
it into his GDAl/OGR library. Therefore NO conversion would be necessary
and MapServer could read it in as "native" (through OGR) data source.
Tyler
"Daniele Margotti" <margottid@comune.lugo.ra.it> wrote on 07/06/2004
12:32:57 AM:
> It doesn't work for me (although MapServer is correctly installed and
> works very good).
>
> My mapfile is:
>
> MAP
> ...
> IMAGETYPE imagemap
> ...
> OUTPUTFORMAT
> NAME imagemap
> MIMETYPE "text/plain"
> DRIVER imagemap
> EXTENSION dxf
> FORMATOPTION DXF=ON
> END
> ...
> END