[Mapserver-users] Re: Question about MapInfo.
Daniel Morissette
morissette at dmsolutions.ca
Mon Dec 15 07:29:56 PST 2003
Denis Louvegnies wrote:
> Hello Daniel,
>
> Do you know if I should be able to open MapInfo document if I use the
> pre-compile version of php_mapscript4.1.dll ?
>
> Thank very much,
>
It depends whether the build you got includes OGR or not, you can find
out by running the following PHP script:
<?php
dl("php_mapscript_41.dll");
phpinfo();
?>
Look for the PHP MapScript version information in the phpinfo output. If
it contains INPUT=OGR then the answer is yes you should be able to open
MapInfo files.
Daniel
P.S. Use the mapserver-users list for your questions. I have CC'd this
reply to the list.
--
------------------------------------------------------------
Daniel Morissette morissette at dmsolutions.ca
DM Solutions Group http://www.dmsolutions.ca/
------------------------------------------------------------
More information about the MapServer-users
mailing list