From 048142829d8fb1f78764eb06c51dca9506324ca9 Mon Sep 17 00:00:00 2001 From: sreenath32 Date: Fri, 29 Mar 2013 17:09:00 +0530 Subject: [PATCH] Update index.html --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index d20bce4..1678ff8 100644 --- a/index.html +++ b/index.html @@ -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);