vectortiles v1.2.0 Release Notes

Release Date: 2016-07-28 // over 7 years ago
  • Front End

    VectorTile now holds a lazy Map internally, instead of a Vector. Use
    the ix Lens, giving it a layer name, to hone in on individual Layers
    quickly.

    ๐Ÿ‘‰ Users can optionally use the new fromProtobuf function directly from
    Geography.VectorTile.Protobuf if they wish to be semantically explicit
    about the backend conversion. Otherwise, they can still use the top-level
    tile function.

    Back End

    ๐Ÿšš Reworked internals for Protobuf conversion. Most code moved to an
    Internal module.