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

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

2024-07-18 Thread Open Land LLC via gdal-dev
Hi Everyone, I just wanted to ask - Is this the right place to post questions? I put in a post several days ago, and just want to make sure I'm putting it in the right place, because I have not posted to this group before. Thank you - KC -- Forwarded message - From: Open Land LLC

Re: [gdal-dev] NEWS.md for last release

2024-07-18 Thread Even Rouault via gdal-dev
Hi Javier, Just a logical consequence of how the release process works. Bug fixes releases are done from the release/3.9 branch, so the NEWS.md file for a 3.9.x release is edited there, and not in master. And we don't forward port the changes of the NEWS.md from release/* branches to master. T

Re: [gdal-dev] Problems compiling the project

2024-07-18 Thread Even Rouault via gdal-dev
Hi Abel, the error message indicates that the build is trying to link a release version of poppler.lib, whereas your build is a debug one. For multi-config generators like Visual Studio builds, I'm not sure how -DCMAKE_BUILD_TYPE=Debug is effective. You perhaps need to do the following inste