Hello to all,
 
I am creating a SVG based map. The user can zoom in and out of the map
with special javascript functions. The map also has a layer with Icons.
The problem is that the Icons should not be zoomed with the same factor.

At the moment I am using a separate javascript function to scale the
Icons. The function gets each of the Icons of one layer and scales it.
 
<g id="layer_restaurants">
            <use xlink:href="#rest_icon"  x="10" y="25".../>
            <use xlink:href="#rest_icon" x="32" y="23" .../>
            ...
</g> 
 
Another solution is to directly scale the symbol. Then I have to create
at least two symbols, if I want to use one in the legend. 
 
Is there another way of doing this? This should be a typical problem
with SVG maps, so I hope that one of the mapping people here knows a
good/common solution.
 
Bye,
Peter


[Non-text portions of this message have been removed]



-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to