mjaschen / phpgeo

Simple Yet Powerful Geo Library for PHP
https://phpgeo.marcusjaschen.de
MIT License
1.56k stars 195 forks source link

[Feature] Calculate Bounds from a center point #61

Closed sdennler closed 4 years ago

sdennler commented 4 years ago

I like to calculate Bounds from a center point + distance to edge.

A pull request is made: https://github.com/mjaschen/phpgeo/pull/60 The CI fails but I think it failed before my changes as well because Phive requires PHP 7.1 and PHP 7.0 is tested.

mjaschen commented 4 years ago

Merged + released. Thanks for contributing!