JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2826
  • Score
    100M100P100Q40570F
  • License BSD

validate and sanity-check geojson files

Package Exports

  • geojsonhint

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (geojsonhint) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Build Status

geojson lint in js

A lint tool for the GeoJSON standard.

api

errors = geojsonhint.hint(fileAsString)

Lint a file - given as a string - with the GeoJSON expectations baked in.

install

# as a binary
npm install -g geojsonhint

# as a library
npm install --save geojsonhint

See Also

geojsonlint.com does this server-side