1
0
mirror of https://github.com/wavded/js-shapefile-to-geojson synced 2024-11-23 14:34:54 +00:00

Update index.html

This commit is contained in:
sreenath32 2013-03-29 17:09:00 +05:30
parent 15d4978fcd
commit 048142829d

View File

@ -35,8 +35,8 @@
vector = new OpenLayers.Layer.Vector("Converted"),
shapefile = new Shapefile({
shp: "testdata/world.shp",
dbf: "testdata/world.dbf"
shp: "sld_cookbook_line.shp",
dbf: "sld_cookbook_line.dbf"
}, function(data){
var features = parser.read(data.geojson);
vector.addFeatures(features);