View Single Post
Posts: 968 | Thanked: 974 times | Joined on Nov 2008 @ Ohio
#219
dwould-

Reading your blog, I adjusted my layout to include your skinny blue line on top of the road for routing. Very nice.

I do have one change for you to consider. Looking through the layout, the last one "T@H" I saw a section that appeared to increase the text size of the road names. I had modified the last several items of the streets section for bigger text. I inserted your routing changes just above this and the names show up on top of the route (as suggested based on drawing order). Here are the modified lines I added (I don't think values above 15 for text size worked for me):

<itemgra item_types="highway_exit_label" order="10-">
<circle color="#000000" radius="3" text_size="14"/>
</itemgra>
<itemgra item_types="highway_city,highway_land,street_4_cit y,street_4_land,street_n_lanes" order="10-18" zoom="0">
<text text_size="15"/>
</itemgra>
<itemgra item_types="street_2_city,street_2_land,street_3_c ity,street_3_land,ramp" order="11-18" zoom="0">
<text text_size="15"/>
</itemgra>
<itemgra item_types="street_nopass,street_0,street_1_city,s treet_1_land" order="12-18" zoom="0">
<text text_size="15"/>
</itemgra>


I don't know if zoom="0" is necessary. From what I read, it *should* make the road names visible at *all* zoom levels.

Last edited by lemmyslender; 2009-02-04 at 20:12. Reason: added zoom info