diff --git a/packages/turf-geojson-rbush/CHANGELOG.md b/packages/turf-geojson-rbush/CHANGELOG.md deleted file mode 100644 index c1888d1e44..0000000000 --- a/packages/turf-geojson-rbush/CHANGELOG.md +++ /dev/null @@ -1,47 +0,0 @@ - -# Changelog - -## 3.1.0 - 2018-02-05 - -- Improve coverage testing to 100% -- Support Array of Features to `.load()` method -- Allow strict Typing when defining Tree (ex: `const tree = rbush()`) -- Update documentation -- Add `equals` param to `.remove()` method -- Drop BBox from search/remove methods -- Add support for 6 position BBox - -## 3.0.0 - 2018-02-04 - -- Update Typescript definition -- Drop ES Modules in favor of Typescript - -## 2.2.0 - 2017-11-22 - -- Clean up Rollup build - -## 2.1.0 - 2017-10-16 - -- Added Rollup to build CommonJS (`main.js`) - -## 2.0.4 - 2017-10-10 - -- ~Drop Rollup~ -- Update Typescript definition - -## 2.0.0 - 2017-10-01 - -- Support ES modules - -## 1.1.1 - 2017-07-15 - -- Replaced `const` with `var` for pure ES5 compatibility - -## 1.1.0 - 2017-06-01 - -- Add `bbox` support as valid input -- Drop rollup build (ES5 npm package is plenty) - -## 1.0.0 - 2017-03-20 - -- Initialize GeoJSON RBush from https://github.com/Turfjs/turf/pull/609 \ No newline at end of file diff --git a/packages/turf-geojson-rbush/LICENSE.geojson-rbush b/packages/turf-geojson-rbush/LICENSE.geojson-rbush deleted file mode 100644 index 594698c740..0000000000 --- a/packages/turf-geojson-rbush/LICENSE.geojson-rbush +++ /dev/null @@ -1,20 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2018 Denis Carriere - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/packages/turf-geojson-rbush/README.md b/packages/turf-geojson-rbush/README.md index 228a6a08ce..2c843d9289 100644 --- a/packages/turf-geojson-rbush/README.md +++ b/packages/turf-geojson-rbush/README.md @@ -1,11 +1,5 @@ # GeoJSON RBush used in TurfJS -This fork of geojson-rbush is configured and published for the sole purpose of importing it to [TurfJS](https://github.com/Turfjs/turf). - -More information about the original library: https://github.com/DenisCarriere/geojson-rbush - -> This library is not intended to be used outside of TurfJS - [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/DenisCarriere/geojson-rbush/master/LICENSE) GeoJSON implementation of [RBush](https://github.com/mourner/rbush) — a high-performance JavaScript R-tree-based 2D spatial index for points and rectangles.