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
/
SLD
/
SLD.js
9 lines
(8 loc)
•
203 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
module
.exports = {
"SLD"
: {
"SLD_1_0_0"
:
require
(
'./1.0.0/SLD_1_0_0'
),
"SLD_1_0_0_GeoServer"
:
require
(
'./1.0.0-geoserver/SLD_1_0_0_GeoServer'
),
"SLD_1_1_0"
:
require
(
'./1.1.0/SLD_1_1_0'
) } };