@turf/great-circle
Advanced tools
Comparing version 3.13.0 to 3.13.1
@@ -1,6 +0,6 @@ | ||
var arc = require('arc'); | ||
var arc = require('./arc'); | ||
var getCoord = require('@turf/invariant').getCoord; | ||
/** | ||
* Calculate great circles routes as {@LineString} | ||
* Calculate great circles routes as {@link LineString} | ||
* | ||
@@ -15,2 +15,3 @@ * @name greatCircle | ||
* @returns {Feature<LineString>} great circle line feature | ||
* @addToMap line | ||
* @example | ||
@@ -17,0 +18,0 @@ * var start = { |
{ | ||
"name": "@turf/great-circle", | ||
"version": "3.13.0", | ||
"version": "3.13.1", | ||
"description": "turf great-circle module", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -5,3 +5,3 @@ # @turf/great-circle | ||
Calculate great circles routes as {@LineString} | ||
Calculate great circles routes as [LineString](http://geojson.org/geojson-spec.html#linestring) | ||
@@ -8,0 +8,0 @@ **Parameters** |
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
6093
55