clickbar / laravel-magellan

A modern PostGIS toolbox for Laravel
MIT License
193 stars 11 forks source link

fix: Handling null in TransformsGeojsonGeometry #39

Closed saibotk closed 1 year ago

saibotk commented 1 year ago

This fixes exceptions thrown when using the TransformsGeojsonGeometry trait with nullable fields.

Additionally, a test case for this problem was added and the createRequest helper function was simplified.

Fixes #37

saibotk commented 1 year ago

40 should be merged first