Skip to content

Releases: Kanahiro/tileget

v0.2.1

22 Oct 03:47
257ece9

Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

22 Oct 03:28
f33c064

Choose a tag to compare

What's Changed

  • Support TMS, accept only GeoJSON with EPSG:4326 by @Kanahiro in #9

Full Changelog: v0.1.1...v0.2.0

v0.1.1

27 Nov 05:49
d5ad12d

Choose a tag to compare

  • fix package
  • update shapely

v0.1.0

27 Nov 05:38
c562664

Choose a tag to compare

  • current codes consume generator at once and may cause a huge amount of memory usage in my opinion. changed to use generator appropriately.
  • improve geojson input handling