Development QueueChannel: geojsongml

GeoJSON to GML Converter

Convert web JSON spatial objects into XML GML formats.

Format web maps for official enterprise storage. This upcoming tool maps coordinate features from lightweight GeoJSON files into standardized GML XML schemas, ensuring compatibility with municipal database structures.

Direct Target Stream Unavailable

This direct channel is planned for an upcoming release. In the meantime, consult the technical specifications and guidelines below.

Specification Rules

  • Prepare web map designs for submission to official municipal archives
  • Format coordinate geometries to fit rigid xml structural models
  • Align vector datasets with enterprise GIS requirements
  • Produces structured XML that can be heavier to load than flat data types
  • Attribute types flat-map to basic string or numerical elements
  • Requires explicit schema definitions to match custom models

GDAL Direct Equivalent Terminal Command

sh console shell
$ogr2ogr -f GML output.gml input.geojson

Frequently Asked Queries

Which version of GML is generated?

By default, the converter uses GML 3.2.1 schemas, but you can select alternative versions using configuration tags.

Are coordinate spatial projections adjusted?

We map coordinates in WGS 84 (EPSG:4326), but we can adjust target projections during processing.

Does GML preserve custom descriptive properties?

Yes. Spatial properties translate into XML schema fields, ready for database imports.

Related Transformations Map