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] 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