8000 Cannot parse EMPTY token with white space · Issue #1013 · libgeos/geos · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Cannot parse EMPTY token with white space #1013
Closed
@pramsey

Description

@pramsey

This does not parse

MULTIPOINT( EMPTY, (10 10), (20 20))

this does

MULTIPOINT(EMPTY, (10 10), (20 20))

Here's a test case

// EMPTY token with some white space
template<>
template<>
void object::test<24>
()
{
    GeomPtr geom(wktreader.read("MULTIPOINT( EMPTY, (10 10), (20 20))"));
    auto ngeoms = geom->getNumGeometries();

    ensure(ngeoms == 3);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugGood First IssueNew developers consider for experience.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0