Skip to content

Commit 13991da

Browse files
committed
move lat, long to COLLADA
1 parent bd38a2b commit 13991da

File tree

2 files changed

+5
-18
lines changed

2 files changed

+5
-18
lines changed

Examples/05 - VerySimpleFixedPVC2_with_electrical_layout_v3.pvc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
<modified>2024-06-06T13:32:31Z</modified>
1313
<unit meter="0.01" name="cm" />
1414
<up_axis>Z_UP</up_axis>
15+
<geographic_location>
16+
<latitude>46.2044</pv:latitude>
17+
<longitude>6.1432</pv:longitude>
18+
<altitude mode="absolute">375</pv:elevation>
19+
</geographic_location>
1520
<extra>
1621
<technique profile="PVCollada-2.0">
1722
<!-- software tag -->
@@ -25,9 +30,6 @@
2530
<pv:drawing>Project drawing</pv:drawing>
2631
<pv:company>Test company</pv:company>
2732
<pv:country>CH</pv:country>
28-
<pv:latitude>46.2044</pv:latitude>
29-
<pv:longitude>6.1432</pv:longitude>
30-
<pv:elevation>375</pv:elevation>
3133
<pv:timezone>Europe/Zurich</pv:timezone>
3234
<pv:timezone_offset>2</pv:timezone_offset>
3335
<pv:geocoordinate_system>EPSG:4326</pv:geocoordinate_system>

schema/pvcollada_schema_0.1.xsd

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -651,21 +651,6 @@ xmlns:collada="http://www.collada.org/2008/03/COLLADASchema">
651651
<xs:documentation xml:lang="en">ISO 3166 country code.</xs:documentation>
652652
</xs:annotation>
653653
</xs:element>
654-
<xs:element name="latitude" type="xs:float">
655-
<xs:annotation>
656-
<xs:documentation xml:lang="en">Degrees, positive for north of the equator. Geolocation of the origin of the PV system coordinates</xs:documentation>
657-
</xs:annotation>
658-
</xs:element>
659-
<xs:element name="longitude" type="xs:float">
660-
<xs:annotation>
661-
<xs:documentation xml:lang="en">Degrees, positive for east of the prime meridian. Geolocation of the origin of the PV system coordinates</xs:documentation>
662-
</xs:annotation>
663-
</xs:element>
664-
<xs:element name="elevation" type="xs:float">
665-
<xs:annotation>
666-
<xs:documentation xml:lang="en">Meters above mean sea level (MSL). Geolocation of the origin of the PV system coordinates</xs:documentation>
667-
</xs:annotation>
668-
</xs:element>
669654
<xs:element name="timezone" type="xs:string" minOccurs="0">
670655
<xs:annotation>
671656
<xs:documentation xml:lang="en">IANA time zone.</xs:documentation>

0 commit comments

Comments
 (0)