Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add link to white paper #63

Merged
merged 1 commit into from
Nov 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,12 @@ <h2>Supporting Information</h2>
<h2>What is a Shapefile?</h2>

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
<a href="http://www.esri.com/">ESRI</a> for simple vector data with attributes.
<p>

An excellent <a href="dl/shapefile.pdf">white paper</a> on the shapefile format
is available from ESRI,
but it is .pdf format, so you will need Adobe Acrobat to browse it.<p>
An excellent <a href="https://www.esri.com/content/dam/esrisites/sitecore-archive/Files/Pdfs/library/whitepapers/pdfs/shapefile.pdf">white paper</a>
on the shapefile format is available from ESRI.<p>

The file format actually consists of three files.<p>

Expand Down Expand Up @@ -177,7 +176,7 @@ <h2>Other Shapefile Resources</h2>

<li> David Gancarz has implemented a Microsoft
<a href="dl/contrib/DotNetArchive.zip">.NET wrapper</a> for
Shapelib. An example of using shapelib with VB6 is also icluded in the .NET wrapper project file.<p>
Shapelib. An example of using shapelib with VB6 is also included in the .NET wrapper project file.<p>

<li> 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.<p>
Expand Down