Re: [svg-developers] http://www.svgi.org - what's up? 7th november?

2004-11-09 Thread Michael Bolger
Hi Alex, building is going well. I shall work on better time frame projections in the future. svgi.org (implementations) is nearing/close to a "preview" of 11/21/2004. thanks/cheers for patience Michael Alexander Adam wrote: >see title... >just curious... > >alex >http://www.svg-cafe.com

Re: [svg-developers] currentScale delay ???

2004-11-09 Thread "andré m. winter"
hi, not really. possibilities you have are: - checking the zoom/pan handlers. their reaction should be relative to the zoom and pan method applied (onscroll and onresize should fire different number of events depending on zoom method [script, context menu or ctrl/alt+mouse mvt]). collect them

[svg-developers] Re: deleting object created using createSVGPoint()?

2004-11-09 Thread Jim Ley
"plthompson2004" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > > Is there a function to delete an object created using createdSVGPoint > ()? In Javascript, can I just use delete on the object created using > createdSVGPoint() when I am done with it? Just set any reference to

Re: [svg-developers] currentScale delay ???

2004-11-09 Thread Jean-David Benamou
Merci Andre, is there a way/method to know or to test if currentScale can be safely modified again ?? From what you said I assume not ... Just wants to be sure ... I have been almost a full week tracking a bug ... Thanks JD andré m. winter wrote: >salut jean-david, > >yes it may be. especial

Re: [svg-developers] currentScale delay ???

2004-11-09 Thread "andré m. winter"
salut jean-david, yes it may be. especially when you do relative changes as root.currentScale = root.currentScale [*|+] some_value; also do not forget that any scale changes involves translate changes. and those (x,y,z) are applied one by one *and* they are interdependent *and* times for achi

[svg-developers] currentScale delay ???

2004-11-09 Thread Jean-David Benamou
Hi, I have a javascript code that updates twice the root.currentScale. Apparently when this is too fast the second update is ignored. Can that be because som delay is needed to allow for the scale to be adjusted and rendered ??? Thanks JD Yahoo! Groups Sponsor -

[svg-developers] deleting object created using createSVGPoint()?

2004-11-09 Thread plthompson2004
Is there a function to delete an object created using createdSVGPoint ()? In Javascript, can I just use delete on the object created using createdSVGPoint() when I am done with it? Yahoo! Groups Sponsor ~--> $9.95 domain names from Yahoo!. Reg

RE: [svg-developers] Re: Path, line, polyline for Web Maps, which one is the best ?

2004-11-09 Thread Barend Köbben
It is supported on the 4.1.5 gamma I'm running here (on a WinXP box)... There were some versions around earlier that had the Spatial Engine not compiled in the standard version, but I think they changed that back again.. I find that although not the full OpenGIS standard is implemented, what i

[svg-developers] Re: Path, line, polyline for Web Maps, which one is the best ?

2004-11-09 Thread barjakk
Hi, you say that you use MySQL database to store geographic data. I tried to use mySQL with geometry type, but it seems not be supported by versions 4.1.5 and 4.1.6 gama... (I didn't try on other version) Could you tell if you use geometry data type, and which version of mysql do you use? T

Re: [svg-developers] Path, line, polyline for Web Maps, which one is the best ?

2004-11-09 Thread "andré m. winter"
hi, don't forget that the Adobe svg viewer stops rendering when it encounters a syntax error within the code delivered to the client. that may result in the visual effect of stopping the download. speed itself is generally related to the data and its accuracy (=> meticulous decimal places, et

Re: [svg-developers] Path, line, polyline for Web Maps, which one is the best ?

2004-11-09 Thread Quang Nguyen
I'm developing it, it's not complete yet. A lot of function is not implemented. I will give the URL for you later to give me some advices about my design, OK ? Quang Institue of Information Techonoloy of Vietnam --- Jérôme Tricand de la Goutte <[EMAIL PROTECTED]> wrote: > could you give us the UR

Re: [svg-developers] urgent help needed on linking in SVG

2004-11-09 Thread Jonathan Chetwynd
Rajinder, please could you post your code, or a link to it? there are a number of way that your intention could be achieved. using style visibility: visible is one. see http:www.peepo.co.uk/launch/index.svg as one mouses over the graphics alternate text descriptions appear at the top. regards

[svg-developers] urgent help needed on linking in SVG

2004-11-09 Thread rajnagi
hello all i have SVG file containg point, line and polygon features. i want to link the some attributes (text file), pictures etc. to the SVG document. i link it using the code: but this open the link file in the same window. i have actually simulated the PDA and extent of SVG is 240 * 320 p

Re: [svg-developers] Path, line, polyline for Web Maps, which one is the best ?

2004-11-09 Thread Jérôme Tricand de la Goutte
could you give us the URL where we could test your code, if it is not too private? Quang Nguyen wrote: >Thanks for you answer, now I'm using Path element too, >but when I publish my web site on internet, I have s >"feeling" that it draw rather slow and sometimes it >stop downloading, I don't wh

Re: [svg-developers] Path, line, polyline for Web Maps, which one is the best ?

2004-11-09 Thread Quang Nguyen
Thanks for you answer, now I'm using Path element too, but when I publish my web site on internet, I have s "feeling" that it draw rather slow and sometimes it stop downloading, I don't why ! --- Jérôme Tricand de la Goutte <[EMAIL PROTECTED]> wrote: > Hi Quang > > I suggest you to use path. Wit

Re: [svg-developers] Path, line, polyline for Web Maps, which one is the best ?

2004-11-09 Thread "andré m. winter"
hi, no matter where your stuff does come from, use 'path' syntax for svg. with 'path' you can handle all other svg shapes and the syntax is the most flexible one (most important for mapping are: jump order [donuts and more than one polygon in in a path description], possibilty of use of relat

Re: [svg-developers] Path, line, polyline for Web Maps, which one is the best ?

2004-11-09 Thread Jérôme Tricand de la Goutte
Hi Quang I suggest you to use path. With this element, you can describe your polylione using relative coordonates. Your file will be smaller than the one using polyline. But you will have to compute the relative coordonate of the nth point relative to the (n-1)th. Jérôme Quang Nguyen wrote:

[svg-developers] Path, line, polyline for Web Maps, which one is the best ?

2004-11-09 Thread Quang Nguyen
Hi, everybody. I'm making a Web Map using SVG. I use php to retrieve data from MySQL and export to SVG. But I don't know which kind of lines (path, line, polyline,..) is the best, because my database is very big. This is my table structure: +---+---+--- | PathID