Hi, Try to simply set the width and height attribute of the svg element with the value of your palm:
<svg width="230" height="310" viewBox="515484.72591239 - 190480.329006099 10045.121211387 8024.63129667111" ... This is a typical use of the svg element. The problem you may encounter next is that your map's ratio (width/height) is no more the same. You should read the spec of the preserveAspectRatio attribute http://www.w3.org/TR/SVG11/coords.html#PreserveAspectRatioAttribute which deals with this problem. Regards Christophe -----Original Message----- From: motheherder [mailto:[EMAIL PROTECTED] Sent: lundi 13 septembre 2004 13:47 To: [EMAIL PROTECTED] Subject: [svg-developers] Re: National grid to PDA coordinate systems Sorry Jim let me try to explain this a little better, I am still a novice in SVG so if my query is obvious any pointers to useful websites or texts would be useful, if not, any advice in the simplest format possible would be ideal and much apreciated. I have used a mapping application to generate an SVG image, the application has generated this image using the British National Grid coordinates see below. I wish to convert this into a coordinate system, that used by my palm top(compaq Ipaq)width 230 height 310 (see below) is there a simple or common way of doing this. Regards Mo <?xml version="1.0" standalone="no"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20000303 Stylable//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="230" height="310"> <?xml version="1.0" standalone="no"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="515484.72591239 - 190480.329006099 10045.121211387 8024.63129667111" enable- background="new" shape-rendering="crispEdges" onload="Init(evt);"> --- In [EMAIL PROTECTED], "Jim Ley" <[EMAIL PROTECTED]> wrote: > > "motheherder" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > Hi All > > > > Does anyone have any suggestions regarding converting between > > coordinate systems. I have an image based on the British National > > Grid coordinate system and need to convert this into a PDA compatible > > or other format. > > What do you mean by PDA compatible etc? > > Jim. ----- 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 ------------------------ Yahoo! Groups Sponsor --------------------~--> $9.95 domain names from Yahoo!. Register anything. http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/1U_rlB/TM --------------------------------------------------------------------~-> ----- 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/

