-
Notifications
You must be signed in to change notification settings - Fork 40
Idea improvement Message Error Report
Luis Bermudez edited this page Jan 8, 2016
·
2 revisions
Current KML message:
Message d1e223_1:
Test method verifyLookAt:
Severity: ERROR
Message: kml:LookAt is missing required kml:altitude element when kml:altitudeMode != "clampToGround".
Location: pointer=xmlns(tns=http://www.opengis.net/kml/2.2)xpointer((//tns:LookAt)[14]) expected [false]
but found [true]
Conformance Class: XYZ
Test: verifyLookAt
Description: The test verifies that xyz
Result: Fail
Reason: The kml:LookAt is missing required kml:altitude element in line XYZ:
...
<LookAt>
<longitude>-112.2580438551384</longitude>
<latitude>36.1072674824385</latitude>
<heading>4.947421249553717</heading>
<tilt>44.61324882043339</tilt>
<range>2927.61105910266</range>
</LookAt>