@targomo/core
Advanced tools
Comparing version 0.7.16 to 0.7.17
@@ -5,3 +5,3 @@ { | ||
"author": "Targomo", | ||
"version": "0.7.16", | ||
"version": "0.7.17", | ||
"license": "MIT", | ||
@@ -8,0 +8,0 @@ "repository": "github:targomo/targomo-js", |
/** | ||
* @targomo/core "0.7.16" http://targomo.com | ||
* @targomo/core "0.7.17" http://targomo.com | ||
* The JavaScript (& TypeScript) API for Targomo's time-based access mapping services. | ||
@@ -4,0 +4,0 @@ * (c) 2024 Targomo |
@@ -76,2 +76,8 @@ import type { Geometry } from 'geojson'; | ||
reverse?: boolean; | ||
/** | ||
* Under some circumstances, the actual maxEdgeWeight does not represent the actual time/distance we want to model. | ||
* In this casse virtualMaxEdgeWeight can be set to indicate what intended maxEdgeWeight was meant. | ||
* (Used for ui only currently) | ||
*/ | ||
virtualMaxEdgeWeight?: number; | ||
} | ||
@@ -78,0 +84,0 @@ /** |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
1309828
9864