Re: [gdal-dev] KML polygons with a label

2023-04-21 Thread Even Rouault
How do I get the LabelStyle correct? What do you mean by "correct" ? Are you wishing to see the font, size and text attributes translated in LabelStyle ? As far as I can see in the KML spec, there is no direct equivalence for them. There is a element that could perhaps emulate some sort of

[gdal-dev] GDAL 3.6.4 is released

2023-04-21 Thread Even Rouault
Hi, On behalf of the GDAL/OGR development team, I am pleased to announce the release of the GDAL/OGR 3.6.4 bug fix version, the last one in the 3.6 series Consult the release notes for the list of issues addressed:     https://github.com/OSGeo/gdal/blob/v3.6.4/NEWS.md The sources are availa

Re: [gdal-dev] Motion: Adopt GDAL 3.6.4RC1 as 3.6.4 release

2023-04-21 Thread Even Rouault
Hi, motion passed with +1 from PSC members JukkaR, HowardB and me. Even Le 19/04/2023 à 11:14, Even Rouault a écrit : Hi, Motion: Adopt GDAL 3.6.4RC1 as 3.6.4 release Starting with my +1 Even -- http://www.spatialys.com My software is free, but my time generally not. ___

[gdal-dev] KML polygons with a label

2023-04-21 Thread paul.malm
I'm trying to export a table from PostgreSQL to a KML file, using: ogr2ogr -a_srs epsg:4326 -f "LIBKML" C:\Temp\kml\obst.kml PG:"dbname='aaa' host='localhost' port='5434' user='postgres' password='postgres'" "obstaclepolygon1" -progress The table (Polygons) has a column: OGR_STYLE=BRUSH(fc:#AABBC