global-mercator
Advanced tools
Comparing version 3.0.2 to 3.0.3
# Changelog | ||
## 3.0.3 - 2017-09-29 | ||
- Drop strict `[number, number]` for LngLat inputs | ||
## 3.0.0 - 2017-09-29 | ||
@@ -5,0 +9,0 @@ |
/** | ||
* Types | ||
*/ | ||
export declare type LngLat = [number, number]; | ||
export declare type LngLat = number[]; | ||
export declare type Meters = [number, number]; | ||
@@ -6,0 +6,0 @@ export declare type Pixels = [number, number, number]; |
{ | ||
"name": "global-mercator", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "Tools to help with TMS, Quadkey & Google (XYZ) Tiles", | ||
@@ -5,0 +5,0 @@ "repository": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
75729