I am trying to place proposed Geopak Drainage data on to existing cross sections and on certain sections it will work (but the text is very large) and certain sections it will not. Data that I have - Geopak tin file, Geopak gdf file, Geopak pattern lines generated from the FDOT tool Drainage Pattern Lines in the Drainage file, existing cross sections, stub out report, and gpk file.
I have gone thru the process of isolating the sections that do not work and tried to process them individually. On the sections that do not work I am not prompted for the stub out report, on the ones that do work I am prompted for the stub out report.
Any suggestions?
Thanks
Sean
Window 10 1909 Build
Office 365
Geopak 08.11.09.878
FDOT SS4 MR12
Anyone?
I ran into the same problems and modified some of the drainage criteria to get it to run the text to scale. Also, I had the problem of it not running if some of the drainage structures were on the same alignment but the alignment is in a different region.
Keith, thanks for the response. Do you remember the change you made to the criteria file?
One of the changes was to the label_structure.x file in multiple locations (line numbers on the left). FDOT changed the scale by a factor of 10 such as the 40:10 is now 4:1. I also made changes to the bar_wall_inlet.x, bottom.x, declarations.x, drawstublabels.x, levelsym.x & pipe.x files.
83. 84. /* "~Move" dx = _d_hor_scale*0.1375 dy = 0 original code */ 85. 86. "~Move" dx = _d_hor_scale*0.1375*10 dy = 0 /* modified KBK 2015-08-19 */87.
I also made the main change in the declarations.x file below which trickled through to the other criteria files.
11. 12. if _d_hor_scale=1 then13. 14. {15. _d_hor_scale=2016. }17. 18. _d_hor_scale=_d_hor_scale/10 /* KBK added 2015-08-19 */19.