node-shapefile icon indicating copy to clipboard operation
node-shapefile copied to clipboard

shapefile如何引用?

Open lolo-whale opened this issue 4 years ago • 1 comments

在使用shapefile之前 const Shapefile = require('Shapefile');

这个在哪?安装 yarn add ginkgoch-shapefile 后仍然没有shapefile对象?

const Shapefile = require('ginkgoch-shapefile'); 这样写的话new Shapefile报错

看index.js里的 const Shapefile = require('./libs/Shapefile'); 不知道这个libs在哪?

谢谢!

lolo-whale avatar Jun 01 '21 01:06 lolo-whale

please describe your problem more specific~

MrCare avatar Oct 31 '22 12:10 MrCare