Skip to content

Releases: DenisCarriere/global-mercator

Global Mercator

05 Dec 00:28
Compare
Choose a tag to compare

1.4.0 - 2016-12-4

  • Replace test tools for Jest
  • Added Circle CI testing
  • Reduce library size by 430% (350KB to 80KB)
  • Update typings to allow number[]
  • Enforcing validation with validateLngLat, validateMeters & validateTile
  • Reviewed entire documentation
  • Dropped zoom @param from functions with only LatLng & Meters.
lngLatToMeters([lng, lat, zoom])
// Changed to
lngLatToMeters([lng, lat])

metersToLngLat([x, y, zoom])
// Changed to
metersToLngLat([x, y])

Global Mercator

13 Oct 15:08
Compare
Choose a tag to compare

1.2.0 - 2016-10-13

Added new features:

  • grid - Creates an Iterator of Tiles from a given BBox
  • gridBulk - Creates a bulk Iterator of Tiles from a given BBox
  • gridLevels - Creates a grid level pattern of arrays
  • gridCount - Counts the total amount of tiles from a given BBox

1.1.0 - 2016-10-03

  • Remove Default export
  • Modules compiles only to ES6

Global Mercator

01 Oct 22:10
Compare
Choose a tag to compare

First release

  • Inputs & Outputs are Arrays
  • Written in TypeScript
  • JSDocs for all functions
  • 100% code coverage
  • JS compiled to ES5