On mercredi 6 juin 2018 19:27:50 CEST Martin Landa wrote:
> Hi,
>
> 2018-06-05 11:16 GMT+02:00 Even Rouault :
> > For >= 19 characters, bigint cannot be used indeed. There isn't much other
> > choice than storing as a string.
>
> right. In [1] I switched at least to CPLAtoGIntBigEx(). BTW I would
Hi,
2018-06-05 11:16 GMT+02:00 Even Rouault :
> For >= 19 characters, bigint cannot be used indeed. There isn't much other
> choice than storing as a string.
right. In [1] I switched at least to CPLAtoGIntBigEx(). BTW I would
expect that a warning will be printed also on invalid character. But
*
Gane,
I assume this is with the PDF driver. Yes, size is currently ignored for
raster symbols. Could you file a ticket about that in
https://github.com/OSGeo/gdal/issues/new ?
Your workaround for now is to work with priorly resized images
Even
> Hi,
>
> I am trying to draw OGR features with s
Hi,
I am trying to draw OGR features with style in a defined by a vrt file.
I want point features to be placed with my custom icon with the OGR Feature
style.
So I tried,
The following line works when I change the size parameter s:n
SYMBOL(c:#00FF,s:50px,id:ogr-sym-3);
The following line does