clickbar / laravel-magellan

A modern PostGIS toolbox for Laravel
MIT License
203 stars 12 forks source link

Fix some expressions to use GeometryType enum for $geometryType #17

Closed saibotk closed 1 year ago

saibotk commented 1 year ago

Some functions $geometryType parameter was still using the strings, instead of our new GeometryType enum. Thus PHP throws an error when using them.