Re: [gdal-dev] Adding labels / specifying styles

2013-05-03 Thread Benoît Laurent
Le 03/05/2013 13:50, Newcomb, Doug a écrit : Benoit, You can also script plotting in GRASS , http://grasswiki.osgeo.org/wiki/Ps.map_scripts I must admit that I don't know anything about GRASS... I was proposed different solutions. For the moment, the Atlas plugin does not meet my needs (but

Re: [gdal-dev] Adding labels / specifying styles

2013-05-03 Thread Benoît Laurent
Hello, It is true, but not the whole truth. GDAL does understand certain kind of attributes as drawing styles, see http://www.gdal.org/ogr/ogr_feature_style.html However, I am not sure if QGIS can utilize them automatically. I tried to use OGR but failed until now :-(. I can specify a style in my

Re: [gdal-dev] Adding labels / specifying styles

2013-05-03 Thread Newcomb, Doug
Benoit, You can also script plotting in GRASS , http://grasswiki.osgeo.org/wiki/Ps.map_scripts Doug On Fri, May 3, 2013 at 3:24 AM, Benoît Laurent wrote: > Le 02/05/2013 18:29, Jukka Rahkonen a écrit : > > Alexandre Gacon gmail.com> writes: >> >> >>> Hi, >>> The shapefile format is not a fo

Re: [gdal-dev] GDAL Raster Attribute Tables.

2013-05-03 Thread Even Rouault
Selon Sam Gillingham : > Hi Even, > > Another alternative that will have less impact on existing code and > behaviour may be to leave GetDefatultRAT and SetDefaultRAT as they are (ie > returning an in-memory representation of the attribute table - > GDALRasterAttributeTable). This means existing c

Re: [gdal-dev] Adding labels / specifying styles

2013-05-03 Thread Benoît Laurent
Le 02/05/2013 18:29, Jukka Rahkonen a écrit : Alexandre Gacon gmail.com> writes: Hi, The shapefile format is not a format who supports styles and labels. It is a data only format. So you can not associate labels to your points. You can at most add a column with a text. It is true, but not t