koopjs / koop-provider-elasticsearch

A provider for koop that can connect to one or more elastic search instances and turn indices/aliases into individual feature services.
Apache License 2.0
13 stars 4 forks source link

Update dependency proj4 to v2.9.0 #65

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
proj4 (source) 2.4.4 -> 2.9.0 age adoption passing confidence

Release Notes

proj4js/proj4js (proj4) ### [`v2.9.0`](https://togithub.com/proj4js/proj4js/releases/tag/2.9.0) [Compare Source](https://togithub.com/proj4js/proj4js/compare/2.8.1...2.9.0) #### What's Changed - Add homepage entry to package.json by [@​ahocevar](https://togithub.com/ahocevar) in [https://github.com/proj4js/proj4js/pull/427](https://togithub.com/proj4js/proj4js/pull/427) - Add Clarke 1880 (IGN) spheroid by [@​ahocevar](https://togithub.com/ahocevar) in [https://github.com/proj4js/proj4js/pull/430](https://togithub.com/proj4js/proj4js/pull/430) **Full Changelog**: https://github.com/proj4js/proj4js/compare/2.8.1...2.9.0 ### [`v2.8.1`](https://togithub.com/proj4js/proj4js/releases/tag/2.8.1) [Compare Source](https://togithub.com/proj4js/proj4js/compare/2.8.0...2.8.1) #### What's Changed - Remove the third parameter for running the qsfnz function by [@​Oleksiy99](https://togithub.com/Oleksiy99) in [https://github.com/proj4js/proj4js/pull/410](https://togithub.com/proj4js/proj4js/pull/410) - Bugfix/306 - proj4 modify the input object after a transformation by [@​oobayly](https://togithub.com/oobayly) in [https://github.com/proj4js/proj4js/pull/415](https://togithub.com/proj4js/proj4js/pull/415) - Bump shelljs and grunt-contrib-jshint by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/proj4js/proj4js/pull/419](https://togithub.com/proj4js/proj4js/pull/419) - Only output z when we had an input z by [@​ahocevar](https://togithub.com/ahocevar) in [https://github.com/proj4js/proj4js/pull/335](https://togithub.com/proj4js/proj4js/pull/335) - Do not skip datum transform when gridshift is configured by [@​ahocevar](https://togithub.com/ahocevar) in [https://github.com/proj4js/proj4js/pull/424](https://togithub.com/proj4js/proj4js/pull/424) #### New Contributors - [@​Oleksiy99](https://togithub.com/Oleksiy99) made their first contribution in [https://github.com/proj4js/proj4js/pull/410](https://togithub.com/proj4js/proj4js/pull/410) - [@​oobayly](https://togithub.com/oobayly) made their first contribution in [https://github.com/proj4js/proj4js/pull/415](https://togithub.com/proj4js/proj4js/pull/415) - [@​dependabot](https://togithub.com/dependabot) made their first contribution in [https://github.com/proj4js/proj4js/pull/419](https://togithub.com/proj4js/proj4js/pull/419) **Full Changelog**: https://github.com/proj4js/proj4js/compare/2.8.0...2.8.1 ### [`v2.8.0`](https://togithub.com/proj4js/proj4js/releases/tag/2.8.0) [Compare Source](https://togithub.com/proj4js/proj4js/compare/2.7.5...2.8.0) #### What's Changed - Add more "lcc" aliases ([@​romaintriboutsamsys](https://togithub.com/romaintriboutsamsys)) - Add "geos" projection ([@​djhoese](https://togithub.com/djhoese)) #### New Contributors - [@​djhoese](https://togithub.com/djhoese) made their first contribution in [https://github.com/proj4js/proj4js/pull/405](https://togithub.com/proj4js/proj4js/pull/405) **Full Changelog**: https://github.com/proj4js/proj4js/compare/v2.7.5...2.8.0 ### [`v2.7.5`](https://togithub.com/proj4js/proj4js/releases/tag/2.7.5) [Compare Source](https://togithub.com/proj4js/proj4js/compare/2.7.4...2.7.5) To undo a breaking change that was not properly documented, this release restores handling of axis order to what it was before v2.6.1. Users who want axis order handling as specified in the proj or wkt string need to use the `forward()` and `inverse()` functions of the object returned by `proj4(projection1, projection2)` with `true` as 2nd argument. This is described in full detail in the [README](https://togithub.com/proj4js/proj4js/blob/2.7.5/README.md#axis-order). ### [`v2.7.4`](https://togithub.com/proj4js/proj4js/compare/2.7.3...2.7.4) [Compare Source](https://togithub.com/proj4js/proj4js/compare/2.7.3...2.7.4) ### [`v2.7.3`](https://togithub.com/proj4js/proj4js/compare/2.7.2...2.7.3) [Compare Source](https://togithub.com/proj4js/proj4js/compare/2.7.2...2.7.3) ### [`v2.7.2`](https://togithub.com/proj4js/proj4js/releases/tag/2.7.2) [Compare Source](https://togithub.com/proj4js/proj4js/compare/2.7.0...2.7.2) - Increased accuracy for omerc projection ([#​350](https://togithub.com/proj4js/proj4js/issues/350)) - Add support for Lambert Conformal Conic 1SP ([#​337](https://togithub.com/proj4js/proj4js/issues/337)) - Respect datum params from WKT for Lambert Conformal Conic ([#​378](https://togithub.com/proj4js/proj4js/issues/378)) ### [`v2.7.0`](https://togithub.com/proj4js/proj4js/releases/tag/2.7.0) [Compare Source](https://togithub.com/proj4js/proj4js/compare/2.6.3...2.7.0) - Switch to a more accurate default Transverse Mercator algorithm ([#​373](https://togithub.com/proj4js/proj4js/issues/373)) - Add support for grid based datum adjustments (+nadgrids parameter) ([#​363](https://togithub.com/proj4js/proj4js/issues/363)) ### [`v2.6.3`](https://togithub.com/proj4js/proj4js/releases/tag/2.6.3) [Compare Source](https://togithub.com/proj4js/proj4js/compare/2.6.2...2.6.3) Replaces 2.6.2, where the package was accidently published with outdated artifacts. ### [`v2.6.2`](https://togithub.com/proj4js/proj4js/releases/tag/2.6.2) [Compare Source](https://togithub.com/proj4js/proj4js/compare/2.6.1...2.6.2) - Fix laea when mapping the origin point ([#​342](https://togithub.com/proj4js/proj4js/issues/342)) - Return undefined if no destination point could be calculated ([#​342](https://togithub.com/proj4js/proj4js/issues/342)) ### [`v2.6.1`](https://togithub.com/proj4js/proj4js/releases/tag/2.6.1) [Compare Source](https://togithub.com/proj4js/proj4js/compare/2.6.0...2.6.1) - Fixed interpretation of axis order ([#​279](https://togithub.com/proj4js/proj4js/issues/279)) ### [`v2.6.0`](https://togithub.com/proj4js/proj4js/releases/tag/2.6.0) [Compare Source](https://togithub.com/proj4js/proj4js/compare/2.5.0...2.6.0) - Fix issues with array coordinates ([#​316](https://togithub.com/proj4js/proj4js/issues/316)) - Improve gstmerc parsing ([#​319](https://togithub.com/proj4js/proj4js/issues/319)) - Better support for dependants ([#​326](https://togithub.com/proj4js/proj4js/issues/326)) - Add support for geocent projection ([#​327](https://togithub.com/proj4js/proj4js/issues/327)) - Do not fail on NaN values from out of validity extent coordinates ([#​332](https://togithub.com/proj4js/proj4js/issues/332)) ### [`v2.5.0`](https://togithub.com/proj4js/proj4js/releases/tag/2.5.0) [Compare Source](https://togithub.com/proj4js/proj4js/compare/2.4.4...2.5.0) - Robinson projection ([#​275](https://togithub.com/proj4js/proj4js/issues/275)) - Fix error when geodeticToGeocentric returns null ([#​258](https://togithub.com/proj4js/proj4js/issues/258)) - Fixed calculation for angular distance c ([#​281](https://togithub.com/proj4js/proj4js/issues/281)) - parsing updates ([#​274](https://togithub.com/proj4js/proj4js/issues/274)) - Added suport for 'Double_Stereographic' WKT projection. ([#​270](https://togithub.com/proj4js/proj4js/issues/270)) - misc dependency updates - here is a picture of my dog looking sultry ![img\_20180824\_074331](https://user-images.githubusercontent.com/1128607/44605211-74302980-a7b6-11e8-92df-6d789ac008c1.jpg)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.