Skip to content

Using OGC Schemas with Browserify

Alexey Valikov edited this page Apr 18, 2015 · 3 revisions

Using OGC Schemas with Browserify

  • Require jsonix,
  • Require w3c-schemas/lib/<Mapping>
  • Require ogc-schemas/lib/<Mapping>
  • Build browserify app.js -o bundle.js

Example - Parsing a WMS GetCapabilities Response

Clone this wiki locally