Skip to content

Commit

Permalink
add missing pointcloud schema location
Browse files Browse the repository at this point in the history
  • Loading branch information
hlg committed Dec 21, 2018
1 parent 609af9f commit 7ec6003
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CityGML/Schema/cityGMLBase.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<import namespace="http://www.opengis.net/citygml/appearance/3.0" schemaLocation="./appearance.xsd"/>
<import namespace="http://www.opengis.net/citygml/dynamizer/3.0" schemaLocation="./dynamizer.xsd"/>
<import namespace="http://www.opengis.net/citygml/generics/3.0" schemaLocation="./generics.xsd"/>
<import namespace="http://www.opengis.net/citygml/pointcloud/3.0"/>
<import namespace="http://www.opengis.net/citygml/pointcloud/3.0" schemaLocation="./pointcloud.xsd"/>
<import namespace="http://www.opengis.net/citygml/versioning/3.0" schemaLocation="./versioning.xsd"/>
<import namespace="http://www.opengis.net/gml/3.2" schemaLocation="http://schemas.opengis.net/gml/3.2.1/gml.xsd"/>
<import namespace="urn:oasis:names:tc:ciq:xsdschema:xAL:2.0" schemaLocation="http://schemas.opengis.net/citygml/xAL/xAL.xsd"/>
Expand Down
1 change: 1 addition & 0 deletions CityGML/ShapeChangeConfigurationFile_CityGML_3.0.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
<XmlNamespace nsabr="app" ns="http://www.opengis.net/citygml/appearance/3.0" location="./appearance.xsd"/>
<XmlNamespace nsabr="brid" ns="http://www.opengis.net/citygml/bridge/3.0" location="./bridge.xsd"/>
<XmlNamespace nsabr="bldg" ns="http://www.opengis.net/citygml/building/3.0" location="./building.xsd"/>
<XmlNamespace nsabr="pcl" ns="http://www.opengis.net/citygml/pointcloud/3.0" location="./pointcloud.xsd"/>
<XmlNamespace nsabr="frn" ns="http://www.opengis.net/citygml/cityfurniture/3.0" location="./cityFurniture.xsd"/>
<XmlNamespace nsabr="grp" ns="http://www.opengis.net/citygml/cityobjectgroup/3.0" location="./cityObjectGroup.xsd"/>
<XmlNamespace nsabr="con" ns="http://www.opengis.net/citygml/construction/3.0" location="./construction.xsd"/>
Expand Down

0 comments on commit 7ec6003

Please sign in to comment.