NLeSC / 3D_geospatial_risk_management

2 stars 0 forks source link

ST_Polygon #28

Open romulogoncalves opened 8 years ago

romulogoncalves commented 8 years ago

ST_Polygon is incomplete, when you pass a BAT it sets geometry to NULL which leads to a crash later on.

romulogoncalves commented 8 years ago

To avoid the crash, we removed the incomplete bogus implementation to only support the creation of Polygons without holes.

It is now an enhancement and not a bug.