@njam-data/new-jersey-counties
v0.0.1
Published
> A reusable package providing New Jersey counties as json or geojson
Downloads
302
Readme
New Jersey Counties
A reusable package providing New Jersey counties as json or geojson
Source data
NJGIN Open Data https://njogis-newjersey.opendata.arcgis.com/datasets/county-boundaries-of-nj-hosted-3857/data
Usage
import { getCounties } from '@njam-data/new-jersey-counties'
const geojsonCounties = await getCounties('geojson')
const jsonCounties = await getCounties('json')