Skip to content

Commit

Permalink
Merge pull request #144 from glandais/bugfix/143
Browse files Browse the repository at this point in the history
Fix for #143 : Parsing a GeoJSON feature with null geometry fails
  • Loading branch information
maesenka authored Feb 2, 2022
2 parents 42e890d + d3c9737 commit 9187282
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
import static org.geolatte.geom.builder.DSL.point;
import static org.geolatte.geom.crs.CoordinateReferenceSystems.WGS84;
import static org.geolatte.geom.json.GeoJsonStrings.*;

import static org.junit.Assert.assertEquals;

/**
Expand Down

0 comments on commit 9187282

Please sign in to comment.