[svg-developers] Re: SVG Optimization

2005-05-30 Thread Francis Hemsher
"Joseph" wrote: I think, XSLT will have some limitation > when it comes to optimization of the whole SVG file which made me > think about Java too. Do you think I would be a good idea to use Java > with XSLT to do the job I am aiming at? If not, what alternatives do > you think are appropriate?

[svg-developers] Re: Re: corrected

2005-05-30 Thread Jon . Ferraiolo
Your file is attached. screensaver.zip: No virus found Powered by the new Norton OnlineScan Get protected: www.symantec.com [Non-text portions of this message have been removed] - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit

Re: [svg-developers] pb accents

2005-05-30 Thread Jérôme Tricand de la Goutte
Hi Erwan, could you show us a bit of your code; It will be easier for us to give you convenient advices Jérôme Erwan TROEL a écrit : >I've already this line before element !!! >but it doesn't red accents > > >- Original Message - > From: Jérôme Tricand de la Goutte > To: svg-deve

[svg-developers] Re: SVG Optimization

2005-05-30 Thread Joseph
First, I would like to thank you for the links you provided me. :) --- In svg-developers@yahoogroups.com, "Andreas Neumann" <[EMAIL PROTECTED]> wrote: > Hi Joseph, > > http://www.carto.net/papers/svg/postgis_geturl/ has a listing of > possible optimizations at the bottom of the tutorial. > h

Re: [svg-developers] pb accents

2005-05-30 Thread Erwan TROEL
I've already this line before element !!! but it doesn't red accents - Original Message - From: Jérôme Tricand de la Goutte To: svg-developers@yahoogroups.com Sent: Thursday, May 26, 2005 11:38 AM Subject: Re: [svg-developers] pb accents Hi Erwan, This is a english spea

[svg-developers] Re: SVG Optimization

2005-05-30 Thread Joseph
Hi Francis, Thanks for your reply! My decision was based on the fact that there is no such software that does the SVG optimisation! I came by few but all of those failed to do the optimisation. I have talked with my Prof. at Oxford university who was really interested in this dissertation and a

[svg-developers] Re: PostGIS 2 SVG

2005-05-30 Thread Andreas Neumann
http://www.carto.net/papers/svg/postgis_geturl/ might be useful for you if you want to dynamically load data after zooming and panning. Andreas --- In svg-developers@yahoogroups.com, "igorpsc" <[EMAIL PROTECTED]> wrote: > Hi, > someone knows how can I convert data from PostGIS

[svg-developers] Re: How to create javascript events?

2005-05-30 Thread Alastair Fettes
Well proved me wrong! I was always told you couldn't but from this tutorial I am obviously mistaken. http://www.kevlindev.com/tutorials/basics/animation/js_dom_smil/ Got me there Holger. :) Alastair --- In svg-developers@yahoogroups.com, Holger Will <[EMAIL PROTECTED]> wrote: > Hi Peter > Real

Re: [svg-developers] PostGIS 2 SVG

2005-05-30 Thread Jérôme Tricand de la Goutte
Hi Igor, just use asSSVG() function by select asSVG(geom_column), id from areas where name like "..." for example if area is a table with a geographical column geom_column. Then, use serverside script to create the element containing all the results from the SQL request. Hope it helps -- Jé

RE: [svg-developers] Re: Purpose of the list.

2005-05-30 Thread Peter Schonefeld
Hi Francis, >>SVG's capabilities have been diluted. Dammit, why has this happened?<< Well for my 2c, i think we have well and truly passed the hype stage for SVG and now everyone is bunkering down ready for mass adoption which will probably (hopefully) hit us all like a steam train. We might act

[svg-developers] PostGIS 2 SVG

2005-05-30 Thread igorpsc
Hi, someone knows how can I convert data from PostGIS to SVG? thanks, Igor - 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, g

[svg-developers] svg code directly in html page with IE: how to use javascript

2005-05-30 Thread tamsvg
Hi! How to use javascript functions for the svg when the code is written directly into a html page? Here are different ways to use javascript: script tag in the html header (nothing happens): http://www.w3.org/2000/svg";> function markEleme

[svg-developers] Re: Strange Line in SVG

2005-05-30 Thread welkerpaul
Raghu, you ran into a well know asv limitation concerning 'tiny' arcs and ellipses. Andrew is right if he points at your most inappropriate coordinate representation. Subjects among others to consider: -overall coordinates range should get closer to your viewbox range. Employ a sort of smart o

[svg-developers] Re: SVG Optimization

2005-05-30 Thread Andreas Neumann
Hi Joseph, http://www.carto.net/papers/svg/postgis_geturl/ has a listing of possible optimizations at the bottom of the tutorial. http://www.svgopen.org/2002/papers/isakowski_neumann__svg_for_interactive_topographic_maps/index.html has a section on "code optimization". As you mentioned yo

[svg-developers] Re: panning svg map

2005-05-30 Thread Andreas Neumann
hi, the navigation script overwrites the transform attribute of the group with the id "mainMapGroup" while panning. It might work if you nest another group within mainMapGroup and put your matrix transform and at that inner/nested group so it does not get overwritten. thus the structure wo

[svg-developers] Re: Strange Line in SVG

2005-05-30 Thread andrewgirow
Hi, I an not an Adobe SVG Plugin expert, but when I saw your SVG file I thought that may be your numbers are too big? Because at the end of the rendering those numbers are mapped into something like screen size ... If you generated your file with some program try to make a new file with a le