Safe Haskell | None |
---|---|
Language | Haskell2010 |
- module Data.GeoJSON.Objects
- module Data.GeoJSON.Features
- module Data.GeoJSON.Classes
- readFeatureCollection :: BaseType t => FilePath -> IO (Either String (FeatureCollection Value t))
Documentation
module Data.GeoJSON.Objects
module Data.GeoJSON.Features
module Data.GeoJSON.Classes
readFeatureCollection :: BaseType t => FilePath -> IO (Either String (FeatureCollection Value t)) Source
read a GeoJSON FeatureCollection
from file.