Skip to content

Releases: Outdooractive/mvt-tools

v1.4.0

08 Apr 12:02
e9f3309
Compare
Choose a tag to compare

Switch from Int ids to UInt ids if overflow happens and the id is not negative (Outdooractive/gis-tools#45) (Thanks @JeffLutzenberger!)

v1.3.2

09 Jan 15:36
Compare
Choose a tag to compare

Dependency updates

v1.2.5

14 Oct 16:35
Compare
Choose a tag to compare

Bugfix: Query bounding boxes in the western hemisphere where inverted and therefore the search often returned wrong results

v1.2.4

31 Aug 14:36
8955886
Compare
Choose a tag to compare

Specifically use UInt64/Int64 instead of UInt/Int to prevent crash on 32-bit platforms

Contributor: Jonas Lüthke

v1.2.3

31 Aug 10:25
a84e2c7
Compare
Choose a tag to compare

Updated the command line tool:

SUBCOMMANDS:
  dump (default)          Print the vector tile as GeoJSON
  info                    Print information about the vector tile
  merge                   Merge two or more vector tiles
  query                   Query the features in a vector tile
  export                  Export the vector tile as GeoJSON
  import                  Import some GeoJSONs to a vector tile

Also added a script to install the tool locally: install_mvt.sh

v1.0.0

21 Jul 14:04
Compare
Choose a tag to compare

The underlying GeoJSON implementation now supports projections (EPSG:4326 and EPSG:3857 for now)

v0.5.0

01 Jun 12:40
Compare
Choose a tag to compare

Added initializers for the new MapTile struct from https://github.com/Outdooractive/gis-tools.

0.3.9

22 Jun 15:25
447002c
Compare
Choose a tag to compare

Adds mvttool, a command line tool for working with vector tiles.

Currently supported actions:

  • Dump the tile as a GeoJSON FeatureCollection
  • Show some information about the tile (layers, feature count, etc.)
  • Search in tiles, either around a coordinate or with a search term (will search in the property values)

0.3.7

07 Jun 14:04
Compare
Choose a tag to compare

README and License updates