Re: [gdal-dev] Fwd: How to add labels to DEM contour lines

2024-07-18 Thread CainĂ£ K . Campos via gdal-dev
While OGR_STYLE works for setting the color I have not seen it working for setting LABEL neither with pdf nor with kml (not sure how it would appear thought) I attach a small.tif elevation raster and bellow commands used to create contour and try to set style via OGR_STYLE. Could anyone more experi

Re: [gdal-dev] Fwd: How to add labels to DEM contour lines

2024-07-18 Thread Kirk Waters - NOAA Federal via gdal-dev
KC, I looked into this a few years ago, so things may have changed. A write-up of what I did with both kmz and pdf is at https://geozoneblog.wordpress.com/2021/12/09/dav-new-products/ with the details toward the bottom. It might be that you'd need to add a layer to the kmz with a point and label wh

Re: [gdal-dev] Fwd: How to add labels to DEM contour lines

2024-07-18 Thread CainĂ£ K . Campos via gdal-dev
Hi KC, I believe it is the right place for your question, maybe no one could really check it out. While I have not relied on OGR_STYLE on the command line, I have read a lot of practical examples looking for how to create a geoPDF a few days ago. So check out this guides and try to change only th