All Versions
26
Latest Version
Avg Release Cycle
79 days
Latest Release
1291 days ago

Changelog History
Page 3

  • v0.2.2 Changes

    • Prefix data classes with field name
    • โœ‚ Remove test data from build
  • v0.2.1 Changes

    • โž• Add layer name to class list to get around ID issues in some SVG clients.
  • v0.2.0 Changes

    • โšก๏ธ Simplify and update the draw api: draw.geometry now returns either a single svgwrite shape object or a svgwrite group.
    • ๐Ÿ›  Fix errors when input has a Z coordinate
    • ๐Ÿ‘ Better bounds handling
    • ๐Ÿ›  Fix numpy errors when drawing MultiPolygons
    • ๐Ÿ’… --style flag now accepts a css file
    • โœ… Expand tests
    • โœ‚ Remove OSM support, which was broken and not easily fixable
    • ๐Ÿšš Move scale functions to sibling project fionautil
  • v0.1.4 Changes

    • ๐Ÿ“œ Project bounds as each file is parsed, rather than fussily at the end
    • Simplify feature drawing and argument-passing
    • ๐Ÿ›  Fix a NAD32-for-WGS84 typo in osm.
    • โž• Add 'svgis project' command line tool, for generating proj.4 strings
    • โž• Add tests
  • v0.1.3 Changes

    • โž• Add ability to read OSM files (if slowly)
    • ๐Ÿ› bug fixes in reading, writing
  • v0.1.2 Changes

    • โž• Add --no-viewbox option to create translated SVGs, rather than viewboxed ones