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&#39;s not appear in localhost..<br>
this is the code..<br>
<br>
[spoiler=code]<br>
<br>
MAP<br>
<br>
   NAME &quot;Indonesia&quot;<br>
   STATUS ON<br>
   EXTENT 92.5 -19.5 142.5 14.0<br>
   IMAGETYPE PNG<br>
   SIZE 450 300<br>
   SHAPEPATH &quot;../data/dayeuh_kolot/tab&quot;<br>
   IMAGECOLOR 255 255 255<br>
<br>
   WEB<br>
     IMAGEPATH &quot;/tmp/ms_tmp/&quot;<br>
     IMAGEURL &quot;/ms_tmp/&quot;<br>
   END<br>
<br>
   LAYER<br>
<br>
     NAME &quot;Propinsi&quot;<br>
     CONNECTIONTYPE OGR<br>
     CONNECTION &quot;desa_table.TAB&quot;<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?