geokit
geokit copied to clipboard
Geo-Toolkit for PHP.
Hey mate, Thanks for this library. I was trying to use it in Laravel and have installed it via composer. However, dumping my auto load does not pickup your library...
believe the issue is with BoundingBox::shrink + BoundingBox::transformBoundingBox https://github.com/jsor/geokit/blob/793e6f8847f0dd0d52a64497f7d9120dcdcdc3ea/src/BoundingBox.php#L200 https://github.com/jsor/geokit/blob/793e6f8847f0dd0d52a64497f7d9120dcdcdc3ea/src/BoundingBox.php#L219 example input to recreate: ``` $oBBox = BoundingBox::fromCoordinates([-118.45982654727163,33.858738223292775,-118.27313345274219,34.19377442763222]); $fShrinkDistance = Distance::fromString('12km'); $oShrinkBBox = $oBBox->shrink($fShrinkDistance); $oShrinkBox coords (note NE x is...
new release?
Hi, Just requesting a new release, I'm having to use dev-master via composer at the moment because 1.3 doesn't have methods like `circle()`. A 1.4 release would make me feel...
I'm trying to test if a point is inside a polygon and I'm wondering if I have found an issue or perhaps I've misread the docs. Would really appreciate your...
Suggestion to add area function. ---- Reference and inspiration https://turfjs.org/docs/#area
I am trying to achieve something like this https://stackoverflow.com/questions/56048358/using-php-find-nearest-point-in-polygon-from-a-given-point Can this library help me do that? I did not find any relevant API in this library but may be I...
bbox data: [east] => -175.836411 [south] => -52.607582 [north] => -29.241097 [west] => 165.883774 Exception: Bounding Box south-west coordinate cannot be north of the north-east coordinate