geojsonhint
Advanced tools
Comparing version 0.3.2 to 0.3.3
@@ -0,1 +1,5 @@ | ||
## 0.3.3 | ||
* Enforces the type of the Feature.id property | ||
## 0.3.2 | ||
@@ -2,0 +6,0 @@ |
@@ -247,2 +247,5 @@ var jsonlint = require('jsonlint-lines'); | ||
bbox(_); | ||
if (_.id !== undefined) { | ||
requiredProperty(_, 'id', 'string'); | ||
} | ||
if (_.type !== 'Feature') { | ||
@@ -249,0 +252,0 @@ errors.push({ |
{ | ||
"name": "geojsonhint", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "validate and sanity-check geojson files", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
236356
78
4090