forked from geolba/tethys.frontend
- add webgis: overview of all oai datasets via mocking service
This commit is contained in:
parent
5fe134a650
commit
745c3e1349
8 changed files with 2142 additions and 55 deletions
11
src/models/oai.ts
Normal file
11
src/models/oai.ts
Normal file
|
@ -0,0 +1,11 @@
|
|||
export interface OaiDataset {
|
||||
doi: string;
|
||||
title: string;
|
||||
creator: string;
|
||||
contributor: string;
|
||||
subject: string;
|
||||
north: number;
|
||||
south: number;
|
||||
east: number;
|
||||
west: number;
|
||||
}
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue