bbox-dateline
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "bbox-dateline", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Modifies a BBox to fit within the bounds of the International Date Line", | ||
@@ -9,3 +9,4 @@ "main": "index.js", | ||
"index.js", | ||
"index.d.ts" | ||
"index.d.ts", | ||
"docs" | ||
], | ||
@@ -12,0 +13,0 @@ "scripts": { |
# BBox Date Line | ||
Modifies a BBox to fit within the bounds of the International Date Line. | ||
[![Build Status](https://travis-ci.org/DenisCarriere/bbox-dateline.svg?branch=master)](https://travis-ci.org/DenisCarriere/bbox-dateline) | ||
[![Coverage Status](https://coveralls.io/repos/github/DenisCarriere/bbox-dateline/badge.svg?branch=master)](https://coveralls.io/github/DenisCarriere/bbox-dateline?branch=master) | ||
[![npm version](https://badge.fury.io/js/bbox-dateline.svg)](https://badge.fury.io/js/bbox-dateline) | ||
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/DenisCarriere/bbox-dateline/master/LICENSE) | ||
[![Standard - JavaScript Style Guide](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard) | ||
> Modifies a BBox to fit within the bounds of the International Date Line. | ||
## Install | ||
**npm** | ||
```bash | ||
$ npm install --save slippy-grid | ||
``` | ||
**web browser [ES5](https://kangax.github.io/compat-table/es5)** | ||
```html | ||
<script src="https://unpkg.com/bbox-dateline/docs/bbox-dateline.min.js"></script> | ||
``` | ||
## Usage | ||
```javascript | ||
var dateline = require('bbox-dateline') | ||
dateline.bbox([190, 100, -200, -120]) | ||
//= [-170, -80, 160, 60] | ||
``` | ||
## API | ||
@@ -6,0 +35,0 @@ |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
54991
9
1308
112
1