Comparing version 0.1.1 to 0.1.2
# v0.1.2 | ||
- Fix link to algorithm used in documentation (https://github.com/springmeyer/arc.js/pull/40) | ||
# v0.1.1 | ||
@@ -3,0 +7,0 @@ |
{ | ||
"name": "arc", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "draw great circle arcs", | ||
@@ -5,0 +5,0 @@ "url": "https://github.com/springmeyer/arc.js", |
# arc.js | ||
> Calculate great circles routes as lines in GeoJSON or WKT format. | ||
Algorithms from http://williams.best.vwh.net/avform.htm#Intermediate | ||
Algorithms from https://edwilliams.org/avform.htm#Intermediate | ||
@@ -6,0 +6,0 @@ Includes basic support for splitting lines that cross the dateline, based on |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18950