rust_d3_geo
rust_d3_geo copied to clipboard
A port of d3-geo into RUST.
I'm looking at the Globe Albersusa example and noticed that the properties of Geometry object is not available after `feature_from_name` returns. I need to access these properties to assign/map the...
This is a follow up to the [russia rendering ](https://github.com/martinfrances107/rust_d3_geo/issues/31) issue The documented description of the difference between antemeridian clipping and circle clipping is poor and incorrect. here is a...
Both the implementation and tests associated with geoBounds are missing.
Since this code was ported d3-geo has been updated src/path/string.js has added two functions append and appendRound to string convesion of numbers. I want to keep this project in sync...
Here are notes on what I want to say. 1) find and include wasm-bindgen quote that says A) "Do DOM manipulation in javascript, and compute in RUST", think are still...
Identity key functions provide how to use examples Review output of cargo doc ... look for any thing broken key elements. Commonly used code. 1) Orthographic projection example. 2) clipping,...
Updates the requirements on [winit](https://github.com/rust-windowing/winit) to permit the latest version. Release notes Sourced from winit's releases. Winit version 0.30.4 Changed DeviceId::dummy() and WindowId::dummy() are no longer marked unsafe. Fixed On...
You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot actions by commenting...
Updates the requirements on [geo](https://github.com/georust/geo) to permit the latest version. Commits See full diff in compare view You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]:...