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
/
KML
/
KML.js
9 lines
(8 loc)
•
161 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
module
.exports = {
"KML"
: {
"KML_2_1"
:
require
(
'./2.1/KML_2_1'
),
"KML_2_2_0"
:
require
(
'./2.2.0/KML_2_2_0'
),
"KML_2_3"
:
require
(
'./2.3/KML_2_3'
) } };