Jeff ten Have

Results 3 issues of Jeff ten Have

The KMLSublayer collections for points, lines, and polygons are typed with their respective geometries, but actually all contain Graphics objects.

Added support for automatic detection of Date objects. i.e. Date objects will result in a field type of 'D'. Thanks to @bakednevada for posting this solution here: https://github.com/mapbox/dbf/issues/19. @danswick

Although dbf does not officially support UTF-8, it is supported by Shapefile. Right now non-ASCII characters end up getting written to the dbf as garbage values. So instead we just...