文件名称:GeoJSON-Validation:GeoJSON验证库
文件大小:12KB
文件格式:ZIP
更新时间:2024-06-02 20:45:48
JavaScript
GeoJSON验证 GeoJSON验证库检查JSON对象,以查看它们是否有效。 验证基于 安装 npm install geojson-validation 用法 var GJV = require ( "geojson-validation" ) ; var validFeatureCollection = { "type" : "FeatureCollection" , "features" : [ { "type" : "Feature" , "geometry" : { "type" : "Point" , "coordinates" : [ 102.0 , 0.5 ] } , "properties" : { "prop0" : "value0" } } ,
【文件预览】:
GeoJSON-Validation-master
----LICENSE.txt(7KB)
----test()
--------index.js(26KB)
----README.md(7KB)
----.gitignore(120B)
----index.js(27KB)
----bin()
--------gjv(891B)
----package.json(649B)