Skip to content

Commit

Permalink
moved files around, moved getDoubleAt into binary wrapper, removed un…
Browse files Browse the repository at this point in the history
…used references
  • Loading branch information
RandomEtc committed Nov 27, 2009
1 parent a1897ee commit 3349f11
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 381 deletions.
250 changes: 0 additions & 250 deletions binaryajax.js

This file was deleted.

6 changes: 3 additions & 3 deletions dbf.html
@@ -1,9 +1,9 @@
<html>
<head>
<title>Javascript DBF Loader</title>
<script type="text/javascript" src="binaryajax.js"></script>
<script type="text/javascript" src="binarywrapper.js"></script>
<script type="text/javascript" src="dbf.js"></script>
<script type="text/javascript" src="lib/binaryajax.js"></script>
<script type="text/javascript" src="src/binarywrapper.js"></script>
<script type="text/javascript" src="src/dbf.js"></script>
<script type="text/javascript">

var file = "thematicmapping/TM_WORLD_BORDERS_SIMPL-0.3.dbf";
Expand Down
10 changes: 5 additions & 5 deletions index.html
@@ -1,11 +1,11 @@
<html>
<head>
<title>Javascript Shapefile and DBF Loader</title>
<script type="text/javascript" src="binaryajax.js"></script>
<script type="text/javascript" src="binarywrapper.js"></script>
<script type="text/javascript" src="shapefile.js"></script>
<script type="text/javascript" src="dbf.js"></script>
<!--[if IE]><script src="excanvas.js"></script><![endif]-->
<script type="text/javascript" src="lib/binaryajax.js"></script>
<script type="text/javascript" src="src/binarywrapper.js"></script>
<script type="text/javascript" src="src/shapefile.js"></script>
<script type="text/javascript" src="src/dbf.js"></script>
<!--[if IE]><script src="lib/excanvas.js"></script><![endif]-->
<script type="text/javascript">

var shpURL = "thematicmapping/TM_WORLD_BORDERS_SIMPL-0.3.shp";
Expand Down
File renamed without changes.
File renamed without changes.
117 changes: 0 additions & 117 deletions reference/binary-parser.js

This file was deleted.

0 comments on commit 3349f11

Please sign in to comment.