文件名称:THREE.geojson:将 geoJSON 转换为 3D 网格结构
文件大小:9.34MB
文件格式:ZIP
更新时间:2024-06-25 02:00:59
JavaScript
三.geojson 将 geoJSON 转换为 THREE.js 3D 网格结构 该脚本将一组 geojson 多边形转换为 THREE.js 几何图形。 整个脚本仍然非常具有实验性。 如何 看看这些例子。 这里有更多关于变量的信息: //Turn off console output var log = true ; //geoJSON file to load var jsonFile = "../data/einwohnerdichte2013_mini.geojson" , //if you want to extract height information from an additional attribute useHeight = true , //name of the attribute heightAttr = "EW_HA2013" , //
【文件预览】:
THREE.geojson-master
----three.geojson.min.js(4KB)
----data()
--------shader.js(2KB)
--------shader.min.js(2KB)
--------einwohnerdichte2013_mini.geojson(646KB)
--------einwohnerdichte2013.geojson(27.64MB)
----three.geojson.js(7KB)
----LICENSE(1KB)
----examples()
--------screenshot()
--------mini.html(2KB)
--------full.html(2KB)
----README.md(2KB)
----libs()
--------jquery-2.1.0.min.js(82KB)
--------stats.min.js(2KB)
--------three.min.js(400KB)