For the east coast the state boundaries would also be a good first approximation of the coastline if it were tagged as such.  <br><br>Should the boundaries actually be coastline where they run along the coast, or are there some subtle differences between the extent of state borders and the physical coastline?
<br><br>80n<br><br><br><div><span class="gmail_quote">On 10/24/07, <b class="gmail_sendername">Ted Mielczarek</b> <<a href="mailto:ted@mielczarek.org">ted@mielczarek.org</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On 10/24/07, Adam Schreiber <<a href="mailto:sadam@clemson.edu">sadam@clemson.edu</a>> wrote:<br>> Does the data for the counties and state borders come from a data<br>> source that could be imported into OSM?  I realize information freeway
<br>> has state boundaries at low zoom levels but they disappear as you zoom<br>> in.  County boundaries would be busy at low zoom levels, but might be<br>> more approrpate at "state" level zooms.<br><br>
Yep, they're all TIGER data, provided as shapefiles by the Census<br>bureau.  I've already imported the state boundaries for the northeast<br>of the US, you can see them in mapnik as dashed red lines.  I didn't
<br>just throw them all in willy-nilly, I split the borders into sections<br>so I could label them left:state and right:state, and I deleted<br>overlapping border sections.  Sort of time consuming, but I thought<br>that trying to do it after the fact would be a pain given the scale of
<br>the data.  I wanted to see what they looked like before I continued.<br>(Also I got busy on other things.)<br><br>The county data could probably be thrown in wholesale and fixed after<br>the fact, since it's a bit of a smaller scale.  The conversion is
<br>pretty easy, I use ogr to get GML out of the shapefiles, then a little<br>custom python script to turn that GML into OSM XML.<br><br>-Ted<br><br>_______________________________________________<br>talk mailing list<br>
<a href="mailto:talk@openstreetmap.org">talk@openstreetmap.org</a><br><a href="http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/talk">http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/talk</a><br></blockquote>
</div><br>