diff --git a/web/index.html b/web/index.html index 6b2ccad..b3d72ba 100644 --- a/web/index.html +++ b/web/index.html @@ -27,13 +27,12 @@

Supporting Information

What is a Shapefile?

If you don't know, you probably don't need this library. The Shapefile -format is a working and interchange format promulagated by +format is a working and interchange format promulgated by ESRI for simple vector data with attributes.

-An excellent white paper on the shapefile format -is available from ESRI, -but it is .pdf format, so you will need Adobe Acrobat to browse it.

+An excellent white paper +on the shapefile format is available from ESRI.

The file format actually consists of three files.

@@ -177,7 +176,7 @@

Other Shapefile Resources

  • David Gancarz has implemented a Microsoft .NET wrapper for -Shapelib. An example of using shapelib with VB6 is also icluded in the .NET wrapper project file.

    +Shapelib. An example of using shapelib with VB6 is also included in the .NET wrapper project file.

  • Andrey Hristov (php at hristov dot com) has developed a PHP extension based on Shapelib. It can be found in CVS at http://cvs.php.net/pecl/shp.