Hi Ramesh, You map looks very nice. Here are some suggestions:
The base map is also 1.6 MB. Very large. You might consider gzipping it to svgz format (use gzip to make file.svg.gz file, then rename it to file.svgz) I also suggest that you load data in steps. First show the map, then next show the content. This way your large file will not appear to be so big. Do not forget to put a loading feedback system to tell the user that everything is happening. This should be easy if you are using Ajax. I do not use ASV for daily svg work, and have not used it for over a year. 100% of my work is done with Batik and Firefox. I can not use it on my system because it seesm to be filled with broken ecmascript. Luckily, I do have an IE6 running on wine on my linux box, and your system does work there. I suspect that this is because you tested it on Adobe SVG Viewer only and did not test it on Firefox or on Apache's Batik Squiggle. >From my ecmascript debugger in Firefox, I can see that you have several dozen ecmascript errors which are probably quite minor. When making the decision to make your map available only on windows machines running IE6 and the Adobe SVG plugin, you may consider that the last major upgrade to the Adobe SVG plugin was in 2001. All the evidence I see indicates to me that the percentage of users of ASV is shrinking. I would not use an html page with an embed tag if I were you. It works on neither my IE6/ASV3.03/SUSE-Linux or Firefox1.5/SUSE-Linux. I would use the svg url directly or use an iframe html element which works with all browsers that support svg. Finally, consider level of detail At max zoom, you shuold show different LOD than at min zoom That would clean things up and make the map more meaningful. For a student project, this is not important, but for professional or commercial work, it would be critical. Ronan On Wednesday 12 April 2006 02:03, marikhu wrote: > Dear All, > I would like you to just visit this site to check out the time taken > to load the file > > http://www.cs.ait.ac.th/~t103824/XML/SVG/newSVG_Kathmandu/Index_MAIN.HT > ML > > This is AJAX, using thematic layers mainly for user interactions with > individual or a set of themes. > > Any comments would be welcome. > > [ I would very much like to thank Andre M. Winter for helping me out > with motivation to get myself deeper into SVG and , and for informing > me about loads of resources easily obtainable from carto.net. It seems > to me now that its only a matter of time that constraints me from > developing applications in SVG as everything is so well organized and > tutored in carto.net ] > > Regards, > Ramesh Marikhu > AIT > > > > > > > ----- > 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 > > > -- Ronan Oger Director RO IT Systems GmbH ...Building Web2.0 with SVG since 2001 http://www.roitsystems.com ----- 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/

