ASPRSorg / LAS

LAS Specification
https://www.asprs.org/committee-general/laser-las-file-format-exchange-activities.html
152 stars 17 forks source link

Fix typos in WKT explanation #2

Closed esilvia closed 7 years ago

esilvia commented 7 years ago

From Martin:

We should also fix these copy and paste errors (and whichever fixes Lewis and others have suggested since rev 13).

OGC COORDINATE SYSTEM WKT: User ID: LASF_Projection Record ID: 2112 This record contains the textual data representing a Coordinate System WKT as defined in section 7 of the Coordinate Transformation Services Spec, with the following notes: ● The OGC Math Transform WKT VLR data shall be a null-terminated string. ● The OGC Math Transform WKT VLR data shall be considered UTF-8. ● The OGC Math Transform WKT VLR data shall be considered C locale-based, and no localization of the numeric strings within the WKT should be performed.

HKHeidemann commented 7 years ago

indeed.

esilvia commented 7 years ago

Looks like Howard fixed this during his port over to GitHub.

Link: https://github.com/ASPRSorg/LAS/blob/master/source/defined_vlrs.txt#L73