tile38/geojson
Josh Baker 4c2c1dd186 Better polygon detection logic
Refactored shared detection logic.
Fixed linestring, multilinestring, and multipoint bugs.
Added more geojson unit tests.
2018-03-09 17:22:38 -07:00
..
geo first commit 2016-03-04 16:08:16 -07:00
geohash Added test cases 2016-06-14 14:19:49 +02:00
poly Better polygon detection logic 2018-03-09 17:22:38 -07:00
bbox.go minor code cleanup 2018-03-05 08:27:18 -07:00
detect.go Better polygon detection logic 2018-03-09 17:22:38 -07:00
detect_test.go Better polygon detection logic 2018-03-09 17:22:38 -07:00
feature.go Better polygon detection logic 2018-03-09 17:22:38 -07:00
feature_test.go minor code cleanup 2018-03-05 08:27:18 -07:00
featurecollection.go Better polygon detection logic 2018-03-09 17:22:38 -07:00
featurecollection_test.go first commit 2016-03-04 16:08:16 -07:00
geojson_test.go Precalculate and store bboxes for complex objects 2018-01-11 13:57:18 -07:00
geometrycollection.go Better polygon detection logic 2018-03-09 17:22:38 -07:00
geometrycollection_test.go first commit 2016-03-04 16:08:16 -07:00
levels.go separate bboxes for multipolygon 2018-03-07 13:18:25 -07:00
linestring.go Better polygon detection logic 2018-03-09 17:22:38 -07:00
linestring_test.go first commit 2016-03-04 16:08:16 -07:00
multilinestring.go Better polygon detection logic 2018-03-09 17:22:38 -07:00
multilinestring_test.go Precalculate and store bboxes for complex objects 2018-01-11 13:57:18 -07:00
multipoint.go Better polygon detection logic 2018-03-09 17:22:38 -07:00
multipoint_test.go first commit 2016-03-04 16:08:16 -07:00
multipolygon.go Better polygon detection logic 2018-03-09 17:22:38 -07:00
multipolygon_test.go avoid bbox intersect for non-bbox objects 2018-03-05 09:00:14 -07:00
object.go Better polygon detection logic 2018-03-09 17:22:38 -07:00
object_test.go Better polygon detection logic 2018-03-09 17:22:38 -07:00
point.go Better polygon detection logic 2018-03-09 17:22:38 -07:00
point_test.go first commit 2016-03-04 16:08:16 -07:00
polygon.go Better polygon detection logic 2018-03-09 17:22:38 -07:00
polygon_test.go point match on interior hole, fixes #241 2017-12-18 08:37:03 -07:00
position.go Precalculate and store bboxes for complex objects 2018-01-11 13:57:18 -07:00
simplepoint.go Better polygon detection logic 2018-03-09 17:22:38 -07:00
string.go Precalculate and store bboxes for complex objects 2018-01-11 13:57:18 -07:00