Skip to content

Releases: brycejohnston/geojson2image

Fix issues on Polygons with holes

25 Sep 19:30
1a2222c
Compare
Choose a tag to compare

Fixes issue where polygons with holes so that the fill color would not fill into the holes / interior rings

Switch to drawing with ChunkyPNG

13 Aug 23:46
Compare
Choose a tag to compare

Switches drawing library to ChunkyPNG which removes external dependency on imagemagick.

Colors are also now read from geojson as hex color strings instead of rgb / rgba values.

Check for nil properties

25 Aug 16:35
Compare
Choose a tag to compare

If properties exist in GeoJSON but are nil, check to prevent trying to assign convert options with will cause invalid imagemagick command

Bump oj gem to 3.0 release

25 Apr 14:34
Compare
Choose a tag to compare
v0.1.2

Version 0.1.2

Stroke and Fill option from GeoJSON properties

02 Feb 19:47
Compare
Choose a tag to compare

You can now add properties to your GeoJSON features that include the desired stroke and fill options per feature. For more information see details in README

Initial Release

28 Jan 04:38
Compare
Choose a tag to compare

Initial Release supports generating an image from GeoJSON with a focus on drawing MultiPolygon / Polygon data.