diff --git a/.travis.yml b/.travis.yml index 31e25be..25b79ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,11 +4,12 @@ php: - 5.5 - 5.6 - 7.0 + - 7.1 - hhvm sudo: false -install: travis_retry composer install --no-interaction --prefer-source --dev +install: travis_retry composer install --no-interaction --prefer-source script: vendor/bin/phpunit --coverage-clover=coverage.clover diff --git a/README.md b/README.md index d666992..fad5ac5 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Requirements * PHP >= 5.5.0 -This library is unit tested against PHP 5.5, 5.6, 7.0 and HHVM! +This library is unit tested against PHP 5.5, 5.6, 7.0, 7.1 and HHVM! License ------- diff --git a/composer.lock b/composer.lock index 64d3315..e151719 100644 --- a/composer.lock +++ b/composer.lock @@ -55,16 +55,16 @@ }, { "name": "ballen/distical", - "version": "2.0.0", + "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/bobsta63/distical.git", - "reference": "1b4aaa0fabeb362113739df225eff43aca6fcbaa" + "reference": "7450eedce404ef4de09767a4ddabd3c2d39bc705" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bobsta63/distical/zipball/1b4aaa0fabeb362113739df225eff43aca6fcbaa", - "reference": "1b4aaa0fabeb362113739df225eff43aca6fcbaa", + "url": "https://api.github.com/repos/bobsta63/distical/zipball/7450eedce404ef4de09767a4ddabd3c2d39bc705", + "reference": "7450eedce404ef4de09767a4ddabd3c2d39bc705", "shasum": "" }, "require": { @@ -104,7 +104,7 @@ "longditude", "mapping" ], - "time": "2015-05-15 14:33:19" + "time": "2016-09-19 23:09:53" } ], "packages-dev": [ @@ -218,16 +218,16 @@ }, { "name": "phpdocumentor/reflection-docblock", - "version": "3.1.0", + "version": "3.1.1", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", - "reference": "9270140b940ff02e58ec577c237274e92cd40cdd" + "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/9270140b940ff02e58ec577c237274e92cd40cdd", - "reference": "9270140b940ff02e58ec577c237274e92cd40cdd", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e", + "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e", "shasum": "" }, "require": { @@ -259,20 +259,20 @@ } ], "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", - "time": "2016-06-10 09:48:41" + "time": "2016-09-30 07:12:33" }, { "name": "phpdocumentor/type-resolver", - "version": "0.2", + "version": "0.2.1", "source": { "type": "git", "url": "https://github.com/phpDocumentor/TypeResolver.git", - "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443" + "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/b39c7a5b194f9ed7bd0dd345c751007a41862443", - "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443", + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb", + "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb", "shasum": "" }, "require": { @@ -306,20 +306,20 @@ "email": "me@mikevanriel.com" } ], - "time": "2016-06-10 07:14:17" + "time": "2016-11-25 06:54:22" }, { "name": "phpspec/prophecy", - "version": "v1.6.1", + "version": "v1.6.2", "source": { "type": "git", "url": "https://github.com/phpspec/prophecy.git", - "reference": "58a8137754bc24b25740d4281399a4a3596058e0" + "reference": "6c52c2722f8460122f96f86346600e1077ce22cb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpspec/prophecy/zipball/58a8137754bc24b25740d4281399a4a3596058e0", - "reference": "58a8137754bc24b25740d4281399a4a3596058e0", + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/6c52c2722f8460122f96f86346600e1077ce22cb", + "reference": "6c52c2722f8460122f96f86346600e1077ce22cb", "shasum": "" }, "require": { @@ -327,10 +327,11 @@ "php": "^5.3|^7.0", "phpdocumentor/reflection-docblock": "^2.0|^3.0.2", "sebastian/comparator": "^1.1", - "sebastian/recursion-context": "^1.0" + "sebastian/recursion-context": "^1.0|^2.0" }, "require-dev": { - "phpspec/phpspec": "^2.0" + "phpspec/phpspec": "^2.0", + "phpunit/phpunit": "^4.8 || ^5.6.5" }, "type": "library", "extra": { @@ -368,7 +369,7 @@ "spy", "stub" ], - "time": "2016-06-07 08:13:47" + "time": "2016-11-21 14:58:47" }, { "name": "phpunit/php-code-coverage", @@ -434,16 +435,16 @@ }, { "name": "phpunit/php-file-iterator", - "version": "1.4.1", + "version": "1.4.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-file-iterator.git", - "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0" + "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0", - "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0", + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5", + "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5", "shasum": "" }, "require": { @@ -477,7 +478,7 @@ "filesystem", "iterator" ], - "time": "2015-06-21 13:08:43" + "time": "2016-10-03 07:40:28" }, { "name": "phpunit/php-text-template", @@ -566,16 +567,16 @@ }, { "name": "phpunit/php-token-stream", - "version": "1.4.8", + "version": "1.4.9", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-token-stream.git", - "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da" + "reference": "3b402f65a4cc90abf6e1104e388b896ce209631b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da", - "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da", + "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3b402f65a4cc90abf6e1104e388b896ce209631b", + "reference": "3b402f65a4cc90abf6e1104e388b896ce209631b", "shasum": "" }, "require": { @@ -611,20 +612,20 @@ "keywords": [ "tokenizer" ], - "time": "2015-09-15 10:49:45" + "time": "2016-11-15 14:06:22" }, { "name": "phpunit/phpunit", - "version": "4.8.27", + "version": "4.8.30", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "c062dddcb68e44b563f66ee319ddae2b5a322a90" + "reference": "a534e04d0bd39c557c2881c341efd06fa6f1292a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c062dddcb68e44b563f66ee319ddae2b5a322a90", - "reference": "c062dddcb68e44b563f66ee319ddae2b5a322a90", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a534e04d0bd39c557c2881c341efd06fa6f1292a", + "reference": "a534e04d0bd39c557c2881c341efd06fa6f1292a", "shasum": "" }, "require": { @@ -640,7 +641,7 @@ "phpunit/php-text-template": "~1.2", "phpunit/php-timer": "^1.0.6", "phpunit/phpunit-mock-objects": "~2.3", - "sebastian/comparator": "~1.1", + "sebastian/comparator": "~1.2.2", "sebastian/diff": "~1.2", "sebastian/environment": "~1.3", "sebastian/exporter": "~1.2", @@ -683,7 +684,7 @@ "testing", "xunit" ], - "time": "2016-07-21 06:48:14" + "time": "2016-12-01 17:05:48" }, { "name": "phpunit/phpunit-mock-objects", @@ -743,22 +744,22 @@ }, { "name": "sebastian/comparator", - "version": "1.2.0", + "version": "1.2.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/comparator.git", - "reference": "937efb279bd37a375bcadf584dec0726f84dbf22" + "reference": "6a1ed12e8b2409076ab22e3897126211ff8b1f7f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22", - "reference": "937efb279bd37a375bcadf584dec0726f84dbf22", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/6a1ed12e8b2409076ab22e3897126211ff8b1f7f", + "reference": "6a1ed12e8b2409076ab22e3897126211ff8b1f7f", "shasum": "" }, "require": { "php": ">=5.3.3", "sebastian/diff": "~1.2", - "sebastian/exporter": "~1.2" + "sebastian/exporter": "~1.2 || ~2.0" }, "require-dev": { "phpunit/phpunit": "~4.4" @@ -803,7 +804,7 @@ "compare", "equality" ], - "time": "2015-07-26 15:48:44" + "time": "2016-11-19 09:18:40" }, { "name": "sebastian/diff", @@ -1115,25 +1116,31 @@ }, { "name": "symfony/yaml", - "version": "v3.1.3", + "version": "v3.2.0", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "1819adf2066880c7967df7180f4f662b6f0567ac" + "reference": "f2300ba8fbb002c028710b92e1906e7457410693" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/1819adf2066880c7967df7180f4f662b6f0567ac", - "reference": "1819adf2066880c7967df7180f4f662b6f0567ac", + "url": "https://api.github.com/repos/symfony/yaml/zipball/f2300ba8fbb002c028710b92e1906e7457410693", + "reference": "f2300ba8fbb002c028710b92e1906e7457410693", "shasum": "" }, "require": { "php": ">=5.5.9" }, + "require-dev": { + "symfony/console": "~2.8|~3.0" + }, + "suggest": { + "symfony/console": "For validating YAML files using the lint command" + }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.1-dev" + "dev-master": "3.2-dev" } }, "autoload": { @@ -1160,24 +1167,24 @@ ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", - "time": "2016-07-17 14:02:08" + "time": "2016-11-18 21:17:59" }, { "name": "webmozart/assert", - "version": "1.1.0", + "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/webmozart/assert.git", - "reference": "bb2d123231c095735130cc8f6d31385a44c7b308" + "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webmozart/assert/zipball/bb2d123231c095735130cc8f6d31385a44c7b308", - "reference": "bb2d123231c095735130cc8f6d31385a44c7b308", + "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f", + "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f", "shasum": "" }, "require": { - "php": "^5.3.3|^7.0" + "php": "^5.3.3 || ^7.0" }, "require-dev": { "phpunit/phpunit": "^4.6", @@ -1186,7 +1193,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.2-dev" + "dev-master": "1.3-dev" } }, "autoload": { @@ -1210,7 +1217,7 @@ "check", "validate" ], - "time": "2016-08-09 15:02:57" + "time": "2016-11-23 20:04:58" } ], "aliases": [], diff --git a/lib/Core/GeoJSON.php b/lib/Core/GeoJSON.php index 5797c47..7315769 100644 --- a/lib/Core/GeoJSON.php +++ b/lib/Core/GeoJSON.php @@ -1,5 +1,4 @@ * @license http://www.gnu.org/licenses/gpl-3.0.html - * @link https://github.com/bobsta63/cartographer - * @link http://www.bobbyallen.me + * @link https://github.com/allebb/cartographer + * @link http://bobbyallen.me * */ abstract class GeoJSON implements GeoJSONTypeInterface diff --git a/lib/Core/GeoJSONTypeInterface.php b/lib/Core/GeoJSONTypeInterface.php index ef9ae9f..8e5d0ac 100644 --- a/lib/Core/GeoJSONTypeInterface.php +++ b/lib/Core/GeoJSONTypeInterface.php @@ -1,5 +1,4 @@ * @license http://www.gnu.org/licenses/gpl-3.0.html - * @link https://github.com/bobsta63/cartographer - * @link http://www.bobbyallen.me + * @link https://github.com/allebb/cartographer + * @link http://bobbyallen.me * */ interface GeoJSONTypeInterface diff --git a/lib/Core/LatLong.php b/lib/Core/LatLong.php index 9315fab..a584881 100644 --- a/lib/Core/LatLong.php +++ b/lib/Core/LatLong.php @@ -1,5 +1,4 @@ * @license http://www.gnu.org/licenses/gpl-3.0.html - * @link https://github.com/bobsta63/cartographer - * @link http://www.bobbyallen.me + * @link https://github.com/allebb/cartographer + * @link http://bobbyallen.me * */ class LatLong extends \Ballen\Distical\Entities\LatLong diff --git a/lib/Core/LinearRing.php b/lib/Core/LinearRing.php index 36a6944..d07123e 100644 --- a/lib/Core/LinearRing.php +++ b/lib/Core/LinearRing.php @@ -1,9 +1,20 @@ + * @license http://www.gnu.org/licenses/gpl-3.0.html + * @link https://github.com/allebb/cartographer + * @link http://bobbyallen.me + * + */ class LinearRing { diff --git a/lib/Core/Multipliable.php b/lib/Core/Multipliable.php index 1cd7d7e..283a272 100644 --- a/lib/Core/Multipliable.php +++ b/lib/Core/Multipliable.php @@ -1,5 +1,4 @@ * @license http://www.gnu.org/licenses/gpl-3.0.html - * @link https://github.com/bobsta63/cartographer - * @link http://www.bobbyallen.me + * @link https://github.com/allebb/cartographer + * @link http://bobbyallen.me * */ interface Multipliable diff --git a/lib/Exceptions/InvalidObjectTypeException.php b/lib/Exceptions/InvalidObjectTypeException.php index 4ff36fb..4746065 100644 --- a/lib/Exceptions/InvalidObjectTypeException.php +++ b/lib/Exceptions/InvalidObjectTypeException.php @@ -1,7 +1,18 @@ + * @license http://www.gnu.org/licenses/gpl-3.0.html + * @link https://github.com/allebb/cartographer + * @link http://bobbyallen.me + * + */ class InvalidObjectTypeException extends \Exception { diff --git a/lib/Exceptions/TypeSchemaValidationException.php b/lib/Exceptions/TypeSchemaValidationException.php index 28da568..e37fa56 100644 --- a/lib/Exceptions/TypeSchemaValidationException.php +++ b/lib/Exceptions/TypeSchemaValidationException.php @@ -1,7 +1,18 @@ + * @license http://www.gnu.org/licenses/gpl-3.0.html + * @link https://github.com/allebb/cartographer + * @link http://bobbyallen.me + * + */ class TypeSchemaValidationException extends \Exception { diff --git a/lib/Feature.php b/lib/Feature.php index 36c05dc..66f08bb 100644 --- a/lib/Feature.php +++ b/lib/Feature.php @@ -1,12 +1,9 @@ * @license http://www.gnu.org/licenses/gpl-3.0.html - * @link https://github.com/bobsta63/cartographer - * @link http://www.bobbyallen.me + * @link https://github.com/allebb/cartographer + * @link http://bobbyallen.me * */ class Feature extends GeoJSON implements GeoJSONTypeInterface diff --git a/lib/FeatureCollection.php b/lib/FeatureCollection.php index e608caa..d1836fa 100644 --- a/lib/FeatureCollection.php +++ b/lib/FeatureCollection.php @@ -1,5 +1,4 @@ * @license http://www.gnu.org/licenses/gpl-3.0.html - * @link https://github.com/bobsta63/cartographer - * @link http://www.bobbyallen.me + * @link https://github.com/allebb/cartographer + * @link http://bobbyallen.me * */ class FeatureCollection extends GeoJSON implements GeoJSONTypeInterface @@ -39,9 +38,9 @@ public function __construct($init = null) $this->features = new Collection; if (is_array($init)) { - array_walk($init, function($i) { - if (is_a($i, Feature::class)) { - $this->addFeature($i); + array_walk($init, function($item) { + if (is_a($item, Feature::class)) { + $this->addFeature($item); } }); } diff --git a/lib/GeometryCollection.php b/lib/GeometryCollection.php index 0b227bc..fd4760c 100644 --- a/lib/GeometryCollection.php +++ b/lib/GeometryCollection.php @@ -1,10 +1,8 @@ * @license http://www.gnu.org/licenses/gpl-3.0.html - * @link https://github.com/bobsta63/cartographer - * @link http://www.bobbyallen.me + * @link https://github.com/allebb/cartographer + * @link http://bobbyallen.me * */ class GeometryCollection extends GeoJSON implements GeoJSONTypeInterface { + /** * The GeoJSON schema type * @var string @@ -38,9 +37,9 @@ public function __construct($init = []) $this->geometries = new Collection; if (is_array($init)) { - array_walk($init, function($i) { - if (is_a($i, GeoJSONTypeInterface::class)) { - $this->addGeometry($i); + array_walk($init, function($item) { + if (is_a($item, GeoJSONTypeInterface::class)) { + $this->addGeometry($item); } }); } @@ -62,7 +61,7 @@ public function addGeometry(GeoJSONTypeInterface $geometry) public function export() { $geometries = []; - foreach($this->geometries->all()->toArray() as $gemometry){ + foreach ($this->geometries->all()->toArray() as $gemometry) { $geometries[] = $gemometry->generateMember(); } return [ diff --git a/lib/LineString.php b/lib/LineString.php index 3e9e579..09f894a 100644 --- a/lib/LineString.php +++ b/lib/LineString.php @@ -1,5 +1,4 @@ * @license http://www.gnu.org/licenses/gpl-3.0.html - * @link https://github.com/bobsta63/cartographer - * @link http://www.bobbyallen.me + * @link https://github.com/allebb/cartographer + * @link http://bobbyallen.me * */ class LineString extends GeoJSON implements GeoJSONTypeInterface, Multipliable @@ -43,16 +42,16 @@ public function __construct($init = []) $this->coordinates = new Collection; if (is_array($init)) { - array_walk($init, function($i) { - if (is_a($i, LatLong::class)) { - $this->addCoordinate($i); + array_walk($init, function($item) { + if (is_a($item, LatLong::class)) { + $this->addCoordinate($item); } }); } } /** - * Add a new coordinate to the LineString seqence. + * Add a new coordinate to the LineString sequence. * @param LatLong $coordinate */ public function addCoordinate(LatLong $coordinate) @@ -83,8 +82,8 @@ public function export() public function exportArray() { $coords = []; - foreach ($this->coordinates->all()->toArray() as $c) { - $coords[] = $c->lngLatArray(); + foreach ($this->coordinates->all()->toArray() as $coord) { + $coords[] = $coord->lngLatArray(); } return $coords; } @@ -99,7 +98,6 @@ public function validate() if ($this->coordinates->count() < 2) { return false; } - return true; } } diff --git a/lib/MultiLineString.php b/lib/MultiLineString.php index e1554b6..15be51b 100644 --- a/lib/MultiLineString.php +++ b/lib/MultiLineString.php @@ -1,11 +1,9 @@ * @license http://www.gnu.org/licenses/gpl-3.0.html - * @link https://github.com/bobsta63/cartographer - * @link http://www.bobbyallen.me + * @link https://github.com/allebb/cartographer + * @link http://bobbyallen.me * */ class MultiLineString extends GeoJSON implements GeoJSONTypeInterface @@ -44,9 +42,9 @@ public function __construct($init = []) $this->linestrings = new Collection; if (is_array($init)) { - array_walk($init, function($i) { - if (is_a($i, LineString::class)) { - $this->addLineString($i); + array_walk($init, function($item) { + if (is_a($item, LineString::class)) { + $this->addLineString($item); } }); } @@ -69,8 +67,8 @@ public function export() { $linestrings = []; - foreach ($this->linestrings->all()->toArray() as $l) { - $linestrings[] = $l->exportArray(); + foreach ($this->linestrings->all()->toArray() as $linestring) { + $linestrings[] = $linestring->exportArray(); } return [ 'coordinates' => $linestrings, diff --git a/lib/MultiPoint.php b/lib/MultiPoint.php index 812a5e6..492a17c 100644 --- a/lib/MultiPoint.php +++ b/lib/MultiPoint.php @@ -1,5 +1,4 @@ * @license http://www.gnu.org/licenses/gpl-3.0.html - * @link https://github.com/bobsta63/cartographer - * @link http://www.bobbyallen.me + * @link https://github.com/allebb/cartographer + * @link http://bobbyallen.me * */ class MultiPoint extends GeoJSON @@ -42,15 +41,15 @@ public function __construct($init) if (is_array($init)) { array_walk($init, function($i) { - if (is_a($i, LatLong::class)) { - $this->addCoordinate($i); + if (is_a($item, LatLong::class)) { + $this->addCoordinate($item); } }); } } /** - * Add a new coordinate to the LineString seqence. + * Add a new coordinate to the LineString sequence. * @param LatLong $coordinate */ public function addCoordinate(LatLong $coordinate) @@ -65,8 +64,8 @@ public function addCoordinate(LatLong $coordinate) public function export() { $coords = []; - foreach ($this->coordinates->all()->toArray() as $c) { - $coords[] = $c->lngLatArray(); + foreach ($this->coordinates->all()->toArray() as $coord) { + $coords[] = $coord->lngLatArray(); } return [ diff --git a/lib/MultiPolygon.php b/lib/MultiPolygon.php index e6d219c..9ac7fff 100644 --- a/lib/MultiPolygon.php +++ b/lib/MultiPolygon.php @@ -1,5 +1,4 @@ * @license http://www.gnu.org/licenses/gpl-3.0.html - * @link https://github.com/bobsta63/cartographer - * @link http://www.bobbyallen.me + * @link https://github.com/allebb/cartographer + * @link http://bobbyallen.me * */ class MultiPolygon extends GeoJSON @@ -42,9 +41,9 @@ public function __construct($init = null) $this->polygons = new Collection; if (is_array($init)) { - array_walk($init, function($i) { - if (is_a($i, Polygon::class)) { - $this->addPolygon($i); + array_walk($init, function($item) { + if (is_a($item, Polygon::class)) { + $this->addPolygon($item); } }); } @@ -69,8 +68,8 @@ public function export() { $polygons = []; - foreach ($this->polygons->all()->toArray() as $p) { - $polygons[] = $p->exportArray(); + foreach ($this->polygons->all()->toArray() as $polygon) { + $polygons[] = $polygon->exportArray(); } return [ 'coordinates' => $polygons, diff --git a/lib/Point.php b/lib/Point.php index accc337..02bb3f2 100644 --- a/lib/Point.php +++ b/lib/Point.php @@ -1,5 +1,4 @@ * @license http://www.gnu.org/licenses/gpl-3.0.html - * @link https://github.com/bobsta63/cartographer - * @link http://www.bobbyallen.me + * @link https://github.com/allebb/cartographer + * @link http://bobbyallen.me * */ class Point extends GeoJSON implements GeoJSONTypeInterface, Multipliable diff --git a/lib/Polygon.php b/lib/Polygon.php index aef1945..f423b14 100644 --- a/lib/Polygon.php +++ b/lib/Polygon.php @@ -1,5 +1,4 @@ * @license http://www.gnu.org/licenses/gpl-3.0.html - * @link https://github.com/bobsta63/cartographer - * @link http://www.bobbyallen.me + * @link https://github.com/allebb/cartographer + * @link http://bobbyallen.me * */ class Polygon extends GeoJSON implements GeoJSONTypeInterface, Multipliable