node-d3-geo 1.11.9-6 source package in Ubuntu

Changelog

node-d3-geo (1.11.9-6) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Apply multi-arch hints. + node-d3-geo: Add Multi-Arch: foreign.

  [ Yadd ]
  * Update standards version to 4.6.1, no changes needed.
  * Fix filenamemangle
  * Add fix for rollup 3 (Closes: #1022606)

 -- Yadd <email address hidden>  Wed, 26 Oct 2022 11:02:35 +0200

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-d3-geo_1.11.9-6.dsc 2.1 KiB 1d7862dda052aed5d9836be3755647eba2bc83f58e165f82b563a2d0b17c7556
node-d3-geo_1.11.9.orig.tar.gz 2.9 MiB 8f4103673763ee4714938ffb2ddd2a341d0a5c9fc9accd86ce5eb99b88ffdac3
node-d3-geo_1.11.9-6.debian.tar.xz 261.7 KiB 5ac415029ca4ab9a78ffa93659b2ce21183f4b3110083ee44cc05dfd6a0e1ab1

Available diffs

No changes file available.

Binary packages built by this source

node-d3-geo: Shapes and calculators for spherical coordinates

 The edges of a spherical polygon are geodesics (segments of great circles),
 not straight lines. Projected to the plane, geodesics are curves in all map
 projections except gnomonic, and thus accurate projection requires
 interpolation along each arc.
 .
 D3 uses adaptive sampling inspired by a popular line simplification method to
 balance accuracy and performance.
 .
 Node.js is an event-based server-side JavaScript engine.