On Sun, Jul 20, 2008 at 2:23 PM, Eric Ladner <[EMAIL PROTECTED]> wrote:
[...] > There are no secondary links (which causes issues sometimes, I think). highway=secondary_link is rendered by mapnik on the main map[1], and there are a fair few of them in the database[2] (but not as many as the others). I think the wiki could be updated to show them too. Cheers, Andy [1] http://trac.openstreetmap.org/browser/applications/rendering/mapnik/osm.xml#L1088 [2] select highway, count(*) from planet_osm_line where highway like '%_link' group by highway order by count(*) desc; motorway_link | 179990 trunk_link | 26797 primary_link | 20357 secondary_link | 738 > Eric Ladner > > _______________________________________________ > newbies mailing list > [email protected] > http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/newbies > _______________________________________________ newbies mailing list [email protected] http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/newbies

