geojson/geojson

GeoJSON implementation for PHP

dev-master 2021-09-03 04:31 UTC

This package is not auto-updated.

Last update: 2024-04-28 03:41:20 UTC


README

Maintainability Test Coverage Total Downloads Latest Stable Version GitHub license

GeoJSON is a format for encoding a variety of geographic data structures using JavaScript Object Notation (JSON)

Installation

Install the latest version with

$ composer require geojson/geojson

Usage

@TODO

About

Requirements

  • GeoJSON works with PHP 7.0 or above.

Submitting bugs and feature requests

Bugs and feature request are tracked on GitHub

Author

Lorenzo Marzullo

License

GeoJSON is licensed under the MIT License - see the LICENSE file for details

Articoli:

TODO:

  • Riscrivere construct di MultiLineString per evitare l'utilizzo della classe Utils
  • scrivere i test di MultiLineString
  • Riscrivere MultiPolygon construct
  • scrivere test per poligono e multipoligono