GML 📜

GML (Geography Markup Language)

Open Beta
.gml · application/gml+xml

GMLは、地理オブジェクトをXMLでエンコードするためのOGC標準です。INSPIRE、WFSサービス、エンタープライズGISインフラで広く使われています。バージョン3.2.1(ISO 19136:2007)。

今すぐGMLをエクスポート ✨ オープンベータ — 無料、制限なし

主な機能

OGC / ISO標準
XML形式
INSPIREに対応
XSDスキーマを同梱
Example GML export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

GMLフォーマットについて

GML is an OGC standard and ISO 19136, in which geographic features are described in plain XML: every feature has its own geometry and set of properties. GML underpins the European INSPIRE infrastructure, WFS service responses and exchange between agency GIS systems — wherever a textual, readable and verifiable format is required.

OpenStreetMap maps are exported to GML when the receiving side works by regulation rather than by convenience: the GIS department accepts XML, the exchange bus validates the document, the corporate system only knows OGC formats. For your own internal work GeoJSON or GeoPackage are handier, while GML is the language of inter-agency conversation.

The output is a single .gml: one wfs:FeatureCollection gathering all the layers of the area. The feature element name repeats the name of the source layer (roads, buildings, water and so on), each feature has its own gml:id, and OSM tags are laid out as child properties. Coordinates are WGS84 (EPSG:4326) with eight decimal places.

The limitations are stated honestly. The document follows the GML 3.2.1 structure with the GML and WFS namespaces, but an application schema (.xsd) of its own is not shipped alongside — conforming to a particular customer schema is done on the receiving side. Each layer is capped at 200,000 features: XML is heavy, and this keeps the file at a workable size.

GMLファイルを開けるプログラム

次のプログラムおよびアプリケーションは、OSM2CDRからエクスポートしたGML (Geography Markup Language)(.gml)ファイルを開き、編集し、利用できます:

🌎QGIS 🌎ArcGIS 💻GeoServer 💻MapServer 💻FME 💻GDAL/OGR

Format specifications

GML地図を利用するユーザー

🏗
INSPIRE
The source XML for conforming data to the application schemas of the European spatial data infrastructure.
💻
エンタープライズ GIS
Loading a city base map into an agency GIS that only accepts OGC formats.
📊
WFS サービス
Data in exactly the shape a WFS serves it: handy for testing clients and populating GeoServer.
🎨
行政の地籍情報
A textual, verifiable document for handing geometry over to cadastral and records systems.
🗺
機関間のデータ交換
A neutral XML exchange format between organizations running different software.

GMLのエクスポート方法

1
範囲を選択
osm2cdr.ruのインタラクティブ地図上で長方形またはポリゴンを描画します
2
GMLを選択
利用可能な127種類のエクスポートフォーマットの一覧からGML (Geography Markup Language)を選択します
3
エクスポート
「エクスポート」をクリックすると、1〜5分で.gmlファイルを受け取れます
4
ダウンロード
完成したGMLファイルをダウンロードし、QGISで開きます

エクスポート後の開き方

GMLの人気地図

フリー

GML (Geography Markup Language)の地図エクスポートを入手

OpenStreetMapからプロフェッショナルなGML地図をダウンロード。即時生成、任意の範囲に対応。

無料 /エクスポート
今すぐGMLをエクスポート →

よくある質問

GML とは何ですか?
GML はどこで使われますか?
What exactly arrives in the file?
Is an XSD schema included?
Which coordinate system does the GML arrive in?

他のフォーマットと比較

関連フォーマット

よく一緒にエクスポートされるフォーマット

Related Articles