*-demo page

This commit is contained in:
Marc Harter 2010-08-14 13:52:01 -05:00
parent 8296e85e27
commit 07f2546d2c
1 changed files with 10 additions and 3 deletions

View File

@ -1,16 +1,23 @@
<!doctype html>
<html>
<head>
<title>Test Page</title>
<title>js-shapefile-to-geojson Demo Page</title>
<style>
html, body, #map {
html, body {
height: 100%;
width: 100%;
}
#map {
height: 400px;
background-color: #eee;
}
</style>
</head>
<body>
<div id="map">See Console Logs</div>
<h2>js-shapefile-to-geojson Demo Page</h2>
<p>Pure client-side JavaScript (no server side code) parsing of shapefiles and dbase files to GeoJSON format displayed using OpenLayers.</p>
<div id="map"></div>
<p>View project at <a href="http://github.com/wavded/js-shapefile-to-geojson">http://github.com/wavded/js-shapefile-to-geojson</a>.
<script src="http://rs1.adc4gis.com/js/openlayers/2.9.1/OpenLayers-Proj4.js"></script>
<script src="stream.js"></script>
<script src="shapefile.js"></script>