[ trixie ]
[ sid ]
[ 原始碼: node-geojson ]
套件:node-geojson(0.5.0+~7946.0.10-2)
node-geojson 的相關連結
Debian 的資源:
下載原始碼套件 node-geojson:
- [node-geojson_0.5.0+~7946.0.10-2.dsc]
- [node-geojson_0.5.0+~7946.0.10.orig-types-geojson.tar.xz]
- [node-geojson_0.5.0+~7946.0.10.orig.tar.xz]
- [node-geojson_0.5.0+~7946.0.10-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Node.js library to turn geo data into GeoJSON
node-geojson permits to turn geo data into GeoJSON (http://geojson.org/). The library has one method, parse(), which takes an array of objects (or a single object) with geometry data as the first parameter, an object consisting of settings for the second parameter, and an optional callback function as the third parameter. If a callback is not specified, the parse() function returns the GeoJSON output.