UNPKG
@mangosystem/ogc-schemas
Version:
latest (2.6.2-SNAPSHOT)
2.6.2-SNAPSHOT
Jsonix XML-JSON mappings for OGC Schemas.
github.com/highsource/ogc-schemas
highsource/ogc-schemas
@mangosystem/ogc-schemas
/
tests
/
SWE
/
SWE.js
9 lines
(8 loc)
•
167 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
module
.exports = {
"SWE"
: {
"SWE_1_0_0"
:
require
(
'./1.0.0/SWE_1_0_0'
),
"SWE_1_0_1"
:
require
(
'./1.0.1/SWE_1_0_1'
),
"SWE_2_0"
:
require
(
'./2.0/SWE_2_0'
) } };