Skip to content

emptySet: NOT DEFINED #1026

@kunlinyu

Description

@kunlinyu

linearRingText = emptySet | "(" point "," point "," point "," point {"," point } ")";

According to the comment in cql2.bnf, this file should pass this validator: https://www.icosaedro.it/bnf_chk/bnf_chk-on-line.html
But if we paste the whole file to bnf_chk-on-line.html, there is one error:

'''bash
emptySet: NOT DEFINED, used 1 times
'''

I think we should just remove the "emptySet |", because the polygonText should have at least one linearRingText.
Am I correct?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

To be drafted

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions