Commit Graph

4 Commits

Author SHA1 Message Date
Kelton Manzanares 206ea6d789
updating dbf.js .dbf file for Safari compatibility 2020-02-10 18:30:19 -06:00
Chad Burt 6ee60833bc Added trailing comma to js files.
The lack of trailing commas in these module definitions
were causing exceptions when concatenated with other js
files.
2013-09-12 09:28:24 -07:00
Chad Burt 8da264ae24 Add support for loading via File API
Shapefile and DBF constructors now support referencing files
via both url and a HTML 5 File API handle. This can be used
to load and map content added to file input(s) and processed
on the client browser.

FileReader and FileReaderSync are both used depending upon
availability to make this functionality work in both Gecko
and Webkit inside Web Workers.
2013-09-09 17:01:36 -07:00
Marc Harter e0aa06ff45 *-initial commit 2010-07-30 17:25:21 -05:00