#80 closed defect (fixed)
Changing measure parameters has no impact on demo
Reported by: | andersd | Owned by: | theduckylittle |
---|---|---|---|
Priority: | major | Milestone: | 2.6 |
Component: | Demo | Version: | 2.6 |
Keywords: | Cc: |
Description
This test occurred with a download of ms4w trunk on my machine. Verified with Chrome and IE8.
Changing the following parameters does not have an impact on the demo:
<param name="measure_tool.area_units">mi</param>
<param name="measure_tool.line_units">mi</param>
<param name="measure_tool.precision">4</param>
<param name="measure_tool.show_area_segments">true</param>
After setting these they stay with original default as on geomoose trunk...
Default Line Unit = feet
Default Area Unit = yard
Segments display = false/true does not impact anything
Precision = (works for linear measurements - precision on area always stays to 2)
Change History (6)
comment:1 by , 13 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:2 by , 13 years ago
Status: | assigned → testing |
---|
comment:4 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | testing → closed |
This works now. Copied the parameters to my local machine. Changed parameters for length and area and everything appears to be working.
comment:5 by , 12 years ago
Does <param name="measure_tool.show_area_segments">false</param> hide the area segments?
r786