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
/
WMS
/
WMS.js
10 lines
(9 loc)
•
219 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
module
.exports = {
"WMS"
: {
"WMS_1_0_0"
:
require
(
'./1.0.0/WMS_1_0_0'
),
"WMS_1_1_0"
:
require
(
'./1.1.0/WMS_1_1_0'
),
"WMS_1_1_1"
:
require
(
'./1.1.1/WMS_1_1_1'
),
"WMS_1_3_0"
:
require
(
'./1.3.0/WMS_1_3_0'
) } };