Inline AspectedRouting (package didn't want to build), update docs, update sharp dependency to the latest version

This commit is contained in:
Pieter Vander Vennet 2021-07-27 12:11:42 +02:00
parent f8b7c1061a
commit 7c03a185ac
11 changed files with 1367 additions and 152 deletions

View file

@ -6,8 +6,8 @@ import {Utils} from "../Utils";
import BaseUIElement from "../UI/BaseUIElement";
import List from "../UI/Base/List";
import Title from "../UI/Base/Title";
import AspectedRouting from "aspected-routing"
import {UIEventSourceTools} from "./UIEventSource";
import AspectedRouting from "./Osm/aspectedRouting";
export class ExtraFunction {
@ -189,7 +189,6 @@ export class ExtraFunction {
private readonly _name: string;
private readonly _args: string[];
private readonly _doc: string;
private readonly _async: boolean;
private readonly _f: (params: { featuresPerLayer: Map<string, any[]>, relations: { role: string, relation: Relation }[] }, feat: any) => any;
constructor(options: { name: string, doc: string, args: string[] },