Hi Thierry,
Do you think it as a correct way to use SVG for displaying route maps. If we use jpeg then we send only a small portion of map for a specific zoom level. When the user moves right of left then the server sends a new map for the corrosponding position. But in SVG we are forced to send the whole map irrespective of which location user is watching. And its a major band-width problem for us. Also zooming feature is not so useful for us because it only magnifies the same image. But in our case when we zoom we are supposed to show extra information about that area. The biggest problem is when the user explore deeper and deeper in the map. If a user is viewing a route from one end of the germany to another end we are forced to send the whole map which covers his route. So I am doubtful whether SVG is a right choice for us or not ? Please comment on it. Regards Uttam -----Original Message----- From: Thierry Kormann [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 18, 2001 9:57 AM To: [EMAIL PROTECTED]; Uttam Rao Subject: Re: where is JSVGApplet not available in batik1.0 On Wednesday 17 October 2001 15:07, Uttam Rao wrote: > Hi Thierry, > > Thanks for your response. > > We are trying to show maps on the browser in svg format. > Our components are reading the data available in our proprietery database > and generate svg maps out of it. > we are getting StackOverflowError. > > Please find attached an svg file, java file and error file. > > Could you please help. > Also please see the jar files in the classpath which we have to include, In > case if we want to use this application as an applet then do we have to > send all this jar files to the client browser. I have just commited a bug fix. The map seems to work even though it's one of the biggest svg file I've ever seen :) Thierry. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]