Re: [gdal-dev] DGN File with 10 layers recognized in OGR only 1 layer + DGN to SVG converter

2012-11-02 Thread Miro Karpis
found it: OGRFieldDefn::GetNameRef excellent ;-) On Fri, Nov 2, 2012 at 9:33 AM, Miro Karpis wrote: > Thanks for the info Frank.So if I understand it correctly than class > OGRFeature should have one method that should give me value of attribute > called 'LAYER' (or simil

Re: [gdal-dev] DGN File with 10 layers recognized in OGR only 1 layer + DGN to SVG converter

2012-11-02 Thread Miro Karpis
Thanks for the info Frank.So if I understand it correctly than class OGRFeature should have one method that should give me value of attribute called 'LAYER' (or similar). Please what is the method called - I can not see it in the documentation? thanks again. On Thu, Nov 1, 2012 at 11:18 PM, Fra

Re: [gdal-dev] convert dwg/dgn to raster/vector files (windows)

2012-10-05 Thread Miro Karpis
convert it to for example svg/png format. Am I right? Once again, thanks for the help. Regards, Miro On Saturday, January 10, 1970, Even Rouault wrote: > Selon Miro Karpis : > >> Hi, >> >> please can you help me with following? I'm trying to find the best way t

[gdal-dev] convert dwg/dgn to raster/vector files (windows)

2012-10-05 Thread Miro Karpis
Hi, please can you help me with following? I'm trying to find the best way to convert dgn/dwg files to vector(svg) and raster(png) formats. In the OGR Vector formats table is stated that dwg and dgn formats are compiled by default. On another side I see i