Hi.
We wanted to use linear symbol scaling in API V2. Giving the width in meters in the symbol definition, the symbol does not scale on the map. Scaling works for point symbols.
Definition symbiol:
<?xml version="1.0" standalone="yes"?>
<svg width="1in" height="1in">
<desc/>
<g class="line" style="fill:#000000;stroke-width:10.0meter">
<line class="base"/>
</g>
</svg>
Regards.
Mirek