UNPKG

@mangosystem/ogc-schemas

Version:

Jsonix XML-JSON mappings for OGC Schemas.

14 lines (13 loc) 439 B
var Jsonix = require('jsonix').Jsonix; var WMS_1_0_0 = require('../../../ogc-schemas').WMS_1_0_0; var roundtrip = require('../../roundtrip').roundtrip; var mappings = [WMS_1_0_0]; module.exports = { "Context": function(test) { var context = new Jsonix.Context(mappings); test.done(); }, "Roundtrips" : { "capabilities_1_0_0.xml" : function(test) {roundtrip(test, mappings, "tests/WMS/1.0.0/capabilities_1_0_0.xml");} } };