node-d3-geo 1.11.6-1 source package in Ubuntu

Changelog

node-d3-geo (1.11.6-1) unstable; urgency=medium

  [ Abhijith Sheheer ]
  * Team upload
  * New upstream version 1.11.6
  * Added upstream/metadata
  * Fixed Format URL in debian/copyright
  * Bump Standards-Verison to 4.4.1
  * Bump debhelper compatibility level to 12
  * Update minimum version of pkg-js-tools
  * Added Rules-Require-Root in debian/control
  * Updated lintain-overrides

  [ Utkarsh Gupta ]
  * Fix package wrt cme
  * Run wrap-and-sort

 -- Abhijith Sheheer <email address hidden>  Fri, 11 Oct 2019 17:48:53 +0000

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

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-d3-geo_1.11.6-1.dsc 2.0 KiB dd06c6409ba5c26046cf3535baaed8ffd926c1c4e95738d43690b643bef23ee9
node-d3-geo_1.11.6.orig.tar.gz 2.9 MiB 3c4637ed4eedcc12f0e8c59871483d21b3455fdb8cf0f4c2fa6def57e0604e22
node-d3-geo_1.11.6-1.debian.tar.xz 3.7 KiB 43bb58abf048b0abf76ccfe36ca0305d2b7bdc4cd86274ac6624adc58314a116

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.