mjaschen / phpgeo

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

Change tolerance modifier to protected #62

Closed micaelmendes-flymaster closed 4 years ago

micaelmendes-flymaster commented 4 years ago

I'm buillding a solution that uses your library (great job!) and I need to extend the SimplifyDouglasPeucker class. It would be useful to be able to access and modify the tolerance property in the subclass, which is the aim of this pull request.

mjaschen commented 4 years ago

I've never imagined that SimplifyDouglasPeucker would be a candidate for inheritance :-)

micaelmendes-flymaster commented 4 years ago

Thanks!