alameda-red/geojson

PHP implementation of RFC-7946

dev-master 2021-03-04 21:43 UTC

This package is auto-updated.

Last update: 2024-04-25 02:47:29 UTC


README

The Alameda Geojson library provides object-orientated handling for the generation of Geojson files.

Installation

You can either modify your composer.json with

{
    "require" : {
        "alameda-red/geojson": "dev-master"
    }
}

or run

$ composer require alameda-red/geojson