mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
* add extrafield point * wip * wip * wip * input * input * output values * update values * update values * update values * update values * update values * wip * add geomapeditor * add geomapeditor * add linestring and polygon * add linestring and polygon * add linestring and polygon * add linestring and polygon * wip * wip * can store and retrieve linestring * can store and retrieve linestring * coordinates are inverted * coordinates are inverted * add multipoints * use text instead binary * auto center map * wip wip * doc * fix * wip * wip * translation dynamic --------- Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
19 lines
831 B
JSON
19 lines
831 B
JSON
{
|
|
"name": "phayes/geophp",
|
|
"license": "GPL-2 or New-BSD",
|
|
"type": "library",
|
|
"description": "GeoPHP is a open-source native PHP library for doing geometry operations. It is written entirely in PHP and can therefore run on shared hosts. It can read and write a wide variety of formats: WKT (including EWKT), WKB (including EWKB), GeoJSON, KML, GPX, GeoRSS). It works with all Simple-Feature geometries (Point, LineString, Polygon, GeometryCollection etc.) and can be used to get centroids, bounding-boxes, area, and a wide variety of other useful information.",
|
|
"homepage": "https://github.com/phayes/geoPHP",
|
|
"autoload": {
|
|
"classmap": ["geoPHP.inc"]
|
|
},
|
|
"authors":[
|
|
{
|
|
"name":"Patrick Hayes"
|
|
}
|
|
],
|
|
"require-dev": {
|
|
"phpunit/phpunit": "4.1.*"
|
|
}
|
|
}
|