geojson-4.1.3: A thin GeoJSON Layer above the aeson library
Copyright(C) 2014-2021 HS-GeoJSON Project
LicenseBSD-style (see the file LICENSE.md)
MaintainerAndrew Newman
Safe HaskellNone
LanguageHaskell2010

Data.Geospatial.Internal.GeoFeatureCollection

Contents

Description

See Section 2.3 Feature Collection Objects of the GeoJSON spec

Synopsis

Types

data GeoFeatureCollection a Source #

See Section 2.3 Feature Collection Objects of the GeoJSON spec

Lenses

geofeatures :: forall a1 a2 f. Functor f => (Seq (GeoFeature a1) -> f (Seq (GeoFeature a2))) -> GeoFeatureCollection a1 -> f (GeoFeatureCollection a2) Source #