Re: [gdal-dev] OGRGeometry::Buffer

2021-05-14 Thread Even Rouault
It can also be a multipolygon (if input is a multipolygon or a geometry collection) Le 14/05/2021 à 12:33, Momtchil Momtchev a écrit :     Hello,     Just a quick question: shouldn't /OGRGeometry::Buffer/ be of /OGRPolygon/ return type? Can I safely force a /OGRPolygon/ return type?    

[gdal-dev] OGRGeometry::Buffer

2021-05-14 Thread Momtchil Momtchev
    Hello,     Just a quick question: shouldn't /OGRGeometry::Buffer/ be of /OGRPolygon/ return type? Can I safely force a /OGRPolygon/ return type?     These are the Typescript bindings so it should be as generic as possible. -- Momtchil Momtchev __