@targomo/core
Advanced tools
Comparing version 0.7.11 to 0.7.12
@@ -5,3 +5,3 @@ { | ||
"author": "Targomo", | ||
"version": "0.7.11", | ||
"version": "0.7.12", | ||
"license": "MIT", | ||
@@ -8,0 +8,0 @@ "repository": "github:targomo/targomo-js", |
/** | ||
* @targomo/core "0.7.11" http://targomo.com | ||
* @targomo/core "0.7.12" http://targomo.com | ||
* The JavaScript (& TypeScript) API for Targomo's time-based access mapping services. | ||
@@ -4,0 +4,0 @@ * (c) 2024 Targomo |
@@ -113,3 +113,3 @@ import type { Geometry } from 'geojson'; | ||
*/ | ||
type: 'statisticsSum' | 'statisticsDistance'; | ||
type: 'statisticsSum' | 'statisticsDistance' | 'statisticsMax'; | ||
/** When referenceStatisticsIds are set, the service will also calculate the reachability for | ||
@@ -116,0 +116,0 @@ * the list of ids in referenceStatisticsIds and the score will be the fraction: score(osmTypes) / score(referenceStatisticsIds) */ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1293981