package Geo::JSON::Simple;
BEGIN {
$Geo::JSON::Simple::AUTHORITY = 'cpan:GETTY';
}
{
$Geo::JSON::Simple::VERSION = '0.001';
}
# ABSTRACT: Simplified functions for generating Geo::JSON objects
use
use Geo::JSON;
use Geo::JSON::Point;
use Geo::JSON::MultiPoint;
use Geo::JSON::LineString;
use Geo::JSON::MultiLineString;
use Geo::JSON::Polygon;
use Geo::JSON::MultiPolygon;
use Geo::JSON::Feature;
use Geo::JSON::FeatureCollection;
use Geo::JSON::GeometryCollection;
our @EXPORT = qw(
point
multipoint
linestring
multilinestring
polygon
multipolygon
feature
featurecollection