Dear master of GIS..<br>
i was complicated with OGR library..<br>
I used the ogr library for called .TAB from MapInfo file in mapserver. But, i dont why it's not appear in localhost..<br>
this is the code..<br>
<br>
[spoiler=code]<br>
<br>
MAP<br>
<br>
NAME "Indonesia"<br>
STATUS ON<br>
EXTENT 92.5 -19.5 142.5 14.0<br>
IMAGETYPE PNG<br>
SIZE 450 300<br>
SHAPEPATH "../data/dayeuh_kolot/tab"<br>
IMAGECOLOR 255 255 255<br>
<br>
WEB<br>
IMAGEPATH "/tmp/ms_tmp/"<br>
IMAGEURL "/ms_tmp/"<br>
END<br>
<br>
LAYER<br>
<br>
NAME "Propinsi"<br>
CONNECTIONTYPE OGR<br>
CONNECTION "desa_table.TAB"<br>
STATUS DEFAULT<br>
TYPE POLYGON<br>
<br>
CLASS<br>
COLOR 225 200 100<br>
OUTLINECOLOR 0 0 0<br>
END<br>
<br>
END<br>
<br>
END<br>
<br>
[/spoiler]<br>
<br>
and called the code with url like mapserver called..<br>
but i dont know why still not appear.. when i used the code from book tutorial, it was appear..<br>
Is there something wrong in Map info files or how to create it was?