<br><div class="gmail_quote">On Fri, Feb 5, 2010 at 7:06 AM, Mike Toews <span dir="ltr"><<a href="mailto:mwtoews@gmail.com">mwtoews@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">> Yes, it creates shapefile with polylines, and even a separate shapefile with<br>
> text (if you check the "Export text labels". But, it does not (can not?)<br>
> create _polygon_ shapefile, nor there is a way to associate parcel number to<br>
> the parcel shape... That was the question ;-).<br>
> As for the new GDAL/OGR: Osgeo4win installer says the highest supported<br>
> version is 1.5.4-4 (Exp setting).<br>
<br>
</div>CAD files can be really sloppy. Features don't have attributes, such<br>
as labels. (The only exception is block labels associated with points,<br>
but I'm not even sure if the FOSS offerings can do this association as<br>
I haven't checked). Furthermore, CAD polylines can be either a polygon<br>
or linestring, depending whether if it is closed or not. There is a<br>
large body of documentation on CAD-to-GIS conversion strategies, using<br>
a variety of software to accomplish a similar objective.<br>
<br>
If you want to get fancy and efficient, you could use a spatial join<br>
between the lot polygons and the the text shapefile (point?) locations<br>
to update the appropriate field for label .. then review the<br>
attributes to make sure it matches the CAD labels.<br>
<font color="#888888"><br>
-Mike<br>
</font></blockquote></div><br><div><div>Yes, the spatial join would be the solution, except that this sample DXF loads only as polylines, not as polygons: the source DXF file is all lines, not polygons... So, I have one more hurdle to overcome, before I get to the spatial join part...</div>
<div><br></div><div>BR,</div><div><br></div><div><br clear="all">--- <br>Zoran Jankovic<br>ZIS-Izrada softvera i savjetovanje / ZIS - Software Development and Consulting<br><br><a href="http://www.zisis.hr">http://www.zisis.hr</a><br>
<br>M: 00 385 98 682 902<br>T:  00 385 44 683 374<br><br>A. Senoe 4<br>44320 Kutina<br>Croatia</div></div>