Skip to content

PolylineArrowMaterial produces invalid nested structure #63

@zgpky

Description

@zgpky

In CZML spec, PolylineArrowMaterial should be nested as:

"material": {
  "polylineArrow": {
    "color": {...}
  }
}

However, czml3 currently outputs:

"material": {
  "polylineArrow": {
    "polylineArrow": {
      "color": {...}
    }
  }
}

Expected behavior: Remove the redundant polylineArrow level.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions