Skip to content

[BUG]: unnecessary digits in property description #6

@iykekings

Description

@iykekings

Describe the bug
Using the example1.las file provided in sample files. When I run myLas.curveParams, the description entries in the object returned have "1 Property Description" instead of just "Property Description".

To Reproduce
Steps to reproduce the behavior:

  1. Import las-js
  2. RunmyLas.curveParams() with example1.las file
  3. Property field return looks "1 Property Description" instead of just "Property Description".

Expected behavior
property fields should not be like "1 Property Description" rather "Property Description".

Desktop (please complete the following information):

  • OS: MacOS
  • Version 3.1.5
  • Node Version 12.x

Suggestion
description in line 347 index.ts should be checked to see if it contains this unnecessary digit(s) and replaced with empty string.

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions