mirror of
https://github.com/wavded/js-shapefile-to-geojson
synced 2024-11-23 06:24:55 +00:00
fix; examples
This commit is contained in:
parent
15d4978fcd
commit
0b14898be1
@ -26,7 +26,7 @@ Load DBF Only
|
||||
Load Shapefile w/ DBF Attributes
|
||||
|
||||
var shapefile = new Shapefile({
|
||||
shp: "myshape.dbf",
|
||||
shp: "myshape.shp",
|
||||
dbf: "myshape.dbf"
|
||||
}, function(data){
|
||||
// data returned
|
||||
@ -38,7 +38,7 @@ Use with OpenLayers
|
||||
parser = new OpenLayer.Format.GeoJSON(),
|
||||
features,
|
||||
shapefile = new Shapefile({
|
||||
shp: "myshape.dbf",
|
||||
shp: "myshape.shp",
|
||||
dbf: "myshape.dbf"
|
||||
}, function(data){
|
||||
features = parser.read(data.geojson);
|
||||
|
Loading…
Reference in New Issue
Block a user