gpt4 book ai didi

javascript - 使用 shp-write 将 Geojson 转换为 Javascript 中的 Shapefile

转载 作者:行者123 更新时间:2023-12-03 02:41:03 25 4
gpt4 key购买 nike

我正在使用 Mapbox,并且我正在尝试使用 shp-write 将 Geojson 转换为压缩 shapefile 。但是当我按照example在 GitHub 页面上给出,我在这一行收到“ReferenceError: require is not Define”错误:

var shpwrite = require('shp-write');

这是一个jsfiddle您可以在其中进行测试。我对 JavaScript 比较陌生,以前从未使用过“require()”函数。

最佳答案

您提供的jsfiddle包含多个外部资源,其中有shpwrite交付者unpkg你可能会错过。

通常需要 doesn't exist in your browser 。您需要使用 Node.js 执行它或使用模块 bundler ,例如 Webpack ,但 Unpkg 会帮你处理。

所以添加:

<script src="https://unpkg.com/shp-write@latest/shpwrite.js"></script>

在您的页面上应该可以正常工作。

关于javascript - 使用 shp-write 将 Geojson 转换为 Javascript 中的 Shapefile,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48325664/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com