Re: [gdal-dev] Feature style page

2014-08-03 Thread Even Rouault
Le dimanche 03 août 2014 11:51:28, Nik Sands a écrit : > There might also be some issues in the sample code, including lines such > as: > > for (i=0;iGetPartCount();i++) > > and: > > poStyleTool = GetPart(i); > > (or otherwise it's possible I'm completely misunderstanding some of th

Re: [gdal-dev] Feature style page

2014-08-03 Thread Nik Sands
There might also be some issues in the sample code, including lines such as: for (i=0;iGetPartCount();i++) and: poStyleTool = GetPart(i); (or otherwise it's possible I'm completely misunderstanding some of the code) On 3 Aug 2014, at 7:22 pm, Martin Landa wrote: > Hi, > > 2

Re: [gdal-dev] Feature style page

2014-08-03 Thread Martin Landa
Hi, 2014-08-03 11:19 GMT+02:00 Even Rouault : > Good catch. Actually the images were only on the www.gdal.org site and not in > SVN ! Luckily I had made a backup of the old doc before RFC 46 in > http://www.gdal.org/1.11, so I could fetch them back from there. During the > next refresh from SVN t

Re: [gdal-dev] Feature style page

2014-08-03 Thread Even Rouault
Le dimanche 03 août 2014 10:52:00, Martin Landa a écrit : > Hi, > > small note, the page about feature styles [1] lacks images. Good catch. Actually the images were only on the www.gdal.org site and not in SVN ! Luckily I had made a backup of the old doc before RFC 46 in http://www.gdal.org/1.1

[gdal-dev] Feature style page

2014-08-03 Thread Martin Landa
Hi, small note, the page about feature styles [1] lacks images. Martin [1] http://www.gdal.org/ogr_feature_style.html -- Martin Landa * http://geo.fsv.cvut.cz/gwiki/Landa ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailm

Re: [gdal-dev] feature style from dxf don't escape the apostrofe

2014-07-27 Thread Andrea Peri
Hi, after some tests I see that the apostrophe is not necessary to be escaped because it s not a special char. Regards, A. 2014-07-27 23:53 GMT+02:00 Andrea Peri : > Hi, reading better the featurestyle specs, > http://www.gdal.org/ogr_feature_style.html > I'm relly not sure if is necessary to

Re: [gdal-dev] feature style from dxf don't escape the apostrofe

2014-07-27 Thread Andrea Peri
Hi, reading better the featurestyle specs, http://www.gdal.org/ogr_feature_style.html I'm relly not sure if is necessary to escape the apostrophe in the texts. A. 2014-07-27 21:59 GMT+02:00 Andrea Peri : > Hi, > I'm testing the featurestyle filed loaded on a spatialite from a set of dxf. > > Whe

[gdal-dev] feature style from dxf don't escape the apostrofe

2014-07-27 Thread Andrea Peri
Hi, I'm testing the featurestyle filed loaded on a spatialite from a set of dxf. When the dxf has a apostrophe char (') it is loaded as is in the style field without an escape. As example, I have this situation: LABEL(f:"Arial",t:"'99",a:305,s:2.4g,c:#00) Instead of LABEL(f:"Arial",t:"\'99"

Re: [gdal-dev] Feature Style

2009-03-18 Thread Geo Aspects Development
Hello, If you are using OGR, because certain drivers support reading/writing of FeatureStyles, you should probably try to build on top of them (which is what I have done - linking into the Quartz API of OS X with my own style clases) OGCs web mapping standards use a format called SLD, web (

Re: [gdal-dev] Feature Style

2009-03-18 Thread Andy Tompkins
Hi Thank you for the information! At my work, we have a proprietary spatial database. We have outgrown our current structure used to describe the style of features as we want to more richly describe the style. Can you suggest a replacement for us? What do others use? Thanks, Andy. On Tue, 17

Re: [gdal-dev] Feature Style

2009-03-17 Thread Geo Aspects Development
hi, The only format I have found which supports feature styles is MapInfo tab files The spec is hardly supported at all, infact even the dataSource/layer/ feature hierarchy is not supported - everything is at feature level I would guess they are not widely used (for example, you cannot even

[gdal-dev] Feature Style

2009-03-17 Thread Andy Tompkins
Hi, I have just started to use the feature styles in ogr_featurestyle.h, documented at http://www.gdal.org/ogr/ogr_feature_style.html. I really like them. I have a few questions: How much are they supported? Are they widely used? The OGRStyleSymbol does not quite match the document. The code