mirror of
https://github.com/wavded/js-shapefile-to-geojson
synced 2024-11-23 14:34:54 +00:00
*-cleaned up test page and data
This commit is contained in:
parent
f9304dbd3c
commit
b80bafe3f8
@ -1,7 +1,7 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Binary Test</title>
|
||||
<title>Test Page</title>
|
||||
<style>
|
||||
html, body, #map {
|
||||
height: 100%;
|
||||
@ -10,15 +10,15 @@
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="map"></div>
|
||||
<div id="map">See Console Logs</div>
|
||||
<script src="stream.js"></script>
|
||||
<script src="shapefile.js"></script>
|
||||
<script src="dbf.js"></script>
|
||||
<script type="text/javascript">
|
||||
var starttime = +new Date,
|
||||
shapefile = new Shapefile({
|
||||
shp: "testdata/TM_WORLD_BORDERS_SIMPL-0.3.shp",
|
||||
dbf: "testdata/TM_WORLD_BORDERS_SIMPL-0.3.dbf"
|
||||
shp: "testdata/testshape.shp",
|
||||
dbf: "testdata/testshape.dbf"
|
||||
}, function(data){
|
||||
console.log("took",new Date - starttime,"milliseconds")
|
||||
console.log(data);
|
||||
|
1
testdata/110m-geography-marine-polys.prj
vendored
1
testdata/110m-geography-marine-polys.prj
vendored
@ -1 +0,0 @@
|
||||
GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]]
|
BIN
testdata/110m-geography-marine-polys.sbn
vendored
BIN
testdata/110m-geography-marine-polys.sbn
vendored
Binary file not shown.
BIN
testdata/110m-geography-marine-polys.sbx
vendored
BIN
testdata/110m-geography-marine-polys.sbx
vendored
Binary file not shown.
BIN
testdata/110m-geography-marine-polys.shx
vendored
BIN
testdata/110m-geography-marine-polys.shx
vendored
Binary file not shown.
BIN
testdata/TM_WORLD_BORDERS_SIMPL-0.3.dbf
vendored
BIN
testdata/TM_WORLD_BORDERS_SIMPL-0.3.dbf
vendored
Binary file not shown.
1
testdata/TM_WORLD_BORDERS_SIMPL-0.3.prj
vendored
1
testdata/TM_WORLD_BORDERS_SIMPL-0.3.prj
vendored
@ -1 +0,0 @@
|
||||
GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]]
|
BIN
testdata/TM_WORLD_BORDERS_SIMPL-0.3.shp
vendored
BIN
testdata/TM_WORLD_BORDERS_SIMPL-0.3.shp
vendored
Binary file not shown.
BIN
testdata/TM_WORLD_BORDERS_SIMPL-0.3.shx
vendored
BIN
testdata/TM_WORLD_BORDERS_SIMPL-0.3.shx
vendored
Binary file not shown.
Loading…
Reference in New Issue
Block a user