Skip to content

Support of 3D Polygon and LineString #111

@nnvvijay

Description

@nnvvijay

Hi,
Looks like I am not able to convert 3D polygon and LineString to shp file.

const coordinates = [
[
[0, 0, 0], // Vertex 1: x, y, z
[0, 10, 0], // Vertex 2: x, y, z
[10, 10, 0],// Vertex 3: x, y, z
[10, 0, 0], // Vertex 4: x, y, z
[0, 0, 0] // Closing vertex to complete the polygon
]
];

After conversion, I am getting only X and Y values, not Z values. Is this supported?

--Vijay

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions