[ggl2-users] [ggl2, Milestone 5] strange behavior with MULTIPOINT

  • From: Guillaume Chauvat <guillaume.chauvat@xxxxxxxxxxxxxx>
  • To: ggl2-users@xxxxxxxxxxxxx
  • Date: Tue, 19 Jun 2012 15:45:03 +0200

Dear ggl2 users and developpers,

Geometry declaration is not clear to me. As an example, ggl2 seems not to
be fully compliant with WKT standard. If I try:
  r = MULTIPOINT (0 0, 1 1);
  show r;

it compiles and produces at runtime:
  MULTIPOINT ((0 0), (1 1))
which is a bit different.

What's the right way to declare a MULTIPOLYGON?

Other related posts: