Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bc 408/feature/417 implementatie brdr api call #422

Merged
11 changes: 5 additions & 6 deletions dist/commonjs/zoneerder/components/base-map.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/commonjs/zoneerder/components/base-map.js.map

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion dist/commonjs/zoneerder/components/d3.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export declare function setupD3(container: HTMLElement, targetX: number): void;
import { Diffs } from 'zoneerder/models/contour';
export declare function setupD3(container: HTMLElement, data: Diffs, targetX: number): void;
export declare function removePoint(): void;
export declare function drawNewCircle(targetX: number): void;
15 changes: 7 additions & 8 deletions dist/commonjs/zoneerder/components/d3.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/commonjs/zoneerder/components/d3.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 12 additions & 24 deletions dist/commonjs/zoneerder/components/ol-layerswitcher.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading