<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-7" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
O/H Matthew Pettis έγραψε:
<blockquote
 cite="mid:82ba77b80807201106x425b3feai41dc0786376e387d@mail.gmail.com"
 type="cite">
  <pre wrap="">The new files tell you more information above and beyond what you
already had in the .dbf, .shp, and .shx files.  For example, the .prj
file should contain information about the projection that the
coordinates are in... That can be used when you need to merge it's
information with maps from other projections.  As to .sbn, .sbx, I
can't tell you, but you should be able to google it or look up
shapefile specs.

Thanks,
Matt

On Sun, Jul 20, 2008 at 12:57 PM, Νικος Παπαδάκης <a class="moz-txt-link-rfc2396E" href="mailto:nipapada@gmail.com">&lt;nipapada@gmail.com&gt;</a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hallo to everyone.
I have some data of a city and i want to retrieve a map from them.
I have done other examples with data that have the following file
extentions...
.dbf  .shp  .shx.

But the new dataset i have found have the following file extentions...
.dbf  .prj  .sbn  .sbx  .shp  .shx

Does anybody know a way i can use these data?
Thanks...


_______________________________________________
mapserver-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mapserver-users@lists.osgeo.org">mapserver-users@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/mapserver-users">http://lists.osgeo.org/mailman/listinfo/mapserver-users</a>

    </pre>
  </blockquote>
  <pre wrap=""><!---->


  </pre>
</blockquote>
Is there any way i can find out what layers do these files contain?<br>
Because i can retrieve a map ,but an empty map...<br>
I tried to read the data using ogr writing in the mapfile<br>
<br>
<br>
    LAYER<br>
        NAME "city"<br>
        STATUS DEFAULT<br>
        TYPE line<br>
        CONNECTIONTYPE OGR<br>
        CONNECTION v_roads_arc.shp<br>
        CLASS<br>
            STYLE<br>
                COLOR 0 0 0<br>
            END<br>
        END<br>
    END<br>
<br>
but unfortunately the result is the same...<br>
</body>
</html>