JS解析shapefile(.shp)
程序员文章站
2022-06-10 15:46:39
js解析shapefile(.shp)
js解析shapefile(.shp)
<script src="https://unpkg.com/shapefile@0.6"></script> <script> shapefile.open("../../data/天津.shp") .then(source => source.read() .then(function log(result) { if (result.done) return; console.log(result.value); return source.read().then(log); })) .catch(error => console.error(error.stack)); </script>
控制台输出结果:
上一篇: 牛奶不宜与何种水果同食,早知道早好
下一篇: 第一个html随笔