Releases: DenisCarriere/global-mercator
Releases · DenisCarriere/global-mercator
Global Mercator
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
1.2.0 - 2016-10-13
Added new features:
grid
- Creates an Iterator of Tiles from a given BBoxgridBulk
- Creates a bulk Iterator of Tiles from a given BBoxgridLevels
- Creates a grid level pattern of arraysgridCount
- 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
First release
- Inputs & Outputs are Arrays
- Written in TypeScript
- JSDocs for all functions
- 100% code coverage
- JS compiled to ES5