All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.gml-v_3_3.2.6.0.source-code.GML_EXR_3_3.js Maven / Gradle / Ivy

There is a newer version: 2.6.1
Show newest version
var GML_EXR_3_3_Module_Factory = function () {
  var GML_EXR_3_3 = {
    n: 'GML_EXR_3_3',
    dens: 'http:\/\/www.opengis.net\/gml\/3.3\/exr',
    tis: [],
    eis: [{
        en: 'extendedEncodingRule'
      }]
  };
  return {
    GML_EXR_3_3: GML_EXR_3_3
  };
};
if (typeof define === 'function' && define.amd) {
  define([], GML_EXR_3_3_Module_Factory);
}
else {
  var GML_EXR_3_3_Module = GML_EXR_3_3_Module_Factory();
  if (typeof module !== 'undefined' && module.exports) {
    module.exports.GML_EXR_3_3 = GML_EXR_3_3_Module.GML_EXR_3_3;
  }
  else {
    var GML_EXR_3_3 = GML_EXR_3_3_Module.GML_EXR_3_3;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy