Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add CityFurniture_lodType.xml from AIS, fixes #151 #161

Merged
merged 1 commit into from
Aug 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions sources/001-v4/iur/codelists/3.1/CityFurniture_lodType.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<gml:Dictionary xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:gml="http://www.opengis.net/gml" xsi:schemaLocation="http://www.opengis.net/gml http://schemas.opengis.net/gml/3.1.1/profiles/SimpleDictionary/1.0.0/gmlSimpleDictionaryProfile.xsd" gml:id="cl_f49b86ae-bd3f-47eb-85e2-1cd0efac7eb8">
<gml:name>CityFurniture_lodType</gml:name>
<gml:dictionaryEntry>
<gml:Definition gml:id="CityFurniture_lodType_3_0">
<gml:description>都市設備の主要な部分同士の接続部を表現しない。</gml:description>
<gml:name>3.0</gml:name>
</gml:Definition>
</gml:dictionaryEntry>
<gml:dictionaryEntry>
<gml:Definition gml:id="CityFurniture_lodType_3_1">
<gml:description>都市設備の主要な部分同士の接続部を表現する。</gml:description>
<gml:name>3.1</gml:name>
</gml:Definition>
</gml:dictionaryEntry>
</gml:Dictionary>
16 changes: 1 addition & 15 deletions sources/001-v4/sections/section-04/section-14.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -748,21 +748,7 @@ lutaml_gml_dictionary::iur/codelists/3.1/PublicSurveyDataQualityAttribute_geomet

====== CityFurniture_lodType.xml

TODO: This file is not present.

// lutaml_gml_dictionary::iur/codelists/3.1/CityFurniture_lodType.xml[template="gml_dict_template.liquid",context=dict]

[cols="3a,22a"]
|===
| ファイル名 | CityFurniture_lodType.xml

h| ファイルURL | https://www.geospatial.jp/iur/codelists/3.1/CityFurniture_lodType.xml
h| コード h| 説明

| 3.0 | 都市設備の主要な部分同士の接続部を表現しない。
| 3.1 | 都市設備の主要な部分同士の接続部を表現する。

|===
lutaml_gml_dictionary::iur/codelists/3.1/CityFurniture_lodType.xml[template="gml_dict_template.liquid",context=dict]

====== CityFurnitureDetailAttribute_facilityType.xml

Expand Down
Loading