[svg-developers] Re: shp2svg/ogis2svg version 0.3

2005-04-20 Thread Andreas Neumann
> A batch version would be great. > This is certainly useful and (if it is OK with you of course) I would > gladly add it to my real time graphic collaboration tool > (that is converting on the server user file uploads for visualisation > and interaction). sure - but it will take some ti

[svg-developers] IBM DB2 Spatial and SVG?

2005-04-20 Thread Andreas Neumann
Hi all, Anyone knows resources on how to convert data from IBM DB2 spatial extension or ESRI ARC SDE to SVG? I have to use DB2 and ArcSDE in one of my projects and am looking for a solution how to convert the data to SVG. Thanks, Andreas - To unsubscribe send a message to: [

[svg-developers] Re: calculate area from path

2005-04-20 Thread pilatfr
--- In svg-developers@yahoogroups.com, "chun79" <[EMAIL PROTECTED]> wrote: look at http://pilat.free.fr/english/routines/aire_polygone.htm Michel > Can anyone tell me how to find out the area from a closed svg path? > > Any algorithm to achieve this? > > Thanks in advance! - To uns

RE: [svg-developers] IBM DB2 Spatial and SVG?

2005-04-20 Thread Barend Köbben
Hi Andreas, I know nothing about DB2, but I do assume you can query it using SQL for getting out the WKT version of the geometry...? In that case, it should be relatively easy to adjust one of the existing apps that convert directly from SQL queries (through WKT) to SVG to your system... Eg

RE: [svg-developers] IBM DB2 Spatial and SVG?

2005-04-20 Thread Armin Mueller
Andreas, Do you use ArcGIS to interact with SDE? If so it is no difference to convert a shapefile or a SDE file. Otherwise it is not so easy or not at all practicable because SDE writes ist information in several tables, the structure of these handling is not known in detail. Armin -Origina

Re: [svg-developers] Re: Opera 8 released (was FireFox SVG (was Adobe to buy Macromedia))

2005-04-20 Thread Holger Will
i got to say that im a bit confused now. i tested earlier today, and could reproduce the error maybe every second try. now i cant reproduce the error under any circumstance anymore. so polygon seems to be implemented now !?!? if anyone else experiencing similar problems with polygon, please let

[svg-developers] Re: IBM DB2 Spatial and SVG?

2005-04-20 Thread Andreas Neumann
Hi Barend and Armin, thanks for your answers. The plan is to do a Arc/IMS alternative in SVG. I plan to use ArcIMS for the getting raster data but want to directly produce SVG from IBM DB2 or ArcSDE. To be honest, I don't have knowledge about ArcSDE. I just know that it is a database abs

Re: [svg-developers] bug in ASV6 ?

2005-04-20 Thread Jean-David Benamou
Holger, thanks for your help. your solution worked in firefox and safari but not on IE (even ASV3 !) I now find that it works fine with both ASV3 and ASV6 in IE with svgdoc=evt.target.ownerDocument Thanks again JD Holger Will wrote: >Hi > >ive tested with this file, only difference svgdoc

Re: [svg-developers] bug in ASV6 ? the END

2005-04-20 Thread Jean-David Benamou
Actually It still did not work in the full script (a bit more complicated) but I found it is because I am parsing svg with XML and doctype header and it is documented as not valid anymore with ASV6 (on pilat.free.fr/ASV6) Thanks again JD Jean-David Benamou wrote: >Holger, thanks for your help.

Re: [svg-developers] personalized line endcaps

2005-04-20 Thread Peter Thompson
Are you talking about the style "stroke-linecap" with possible values: butt, round, and square? __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com [Non-text portions of this message have been

[svg-developers] Re: Interactive traffic display

2005-04-20 Thread Ulrike Polle
Hi Andreas, yes, Im very interested in extending and upgrading this application. Apart from the Batik and ASV6 issues I many ideas to make it better. For example more detailed traffic display, train time table service, tooltips for street names, etc. I also converted the map to SVG mobile and c

RE: [svg-developers] Re: IBM DB2 Spatial and SVG?

2005-04-20 Thread Carroll, Brendan M.
If you're planning to pull directly from ArcIMS via SDE and ST_Geometry, you could use something like this. BC -Original Message- From: svg-developers@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andreas Neumann Sent: Wednesday, April 20, 2005 6:12 AM To: svg-developers@yahoogr

RE: [svg-developers] Re: IBM DB2 Spatial and SVG?

2005-04-20 Thread Carroll, Brendan M.
package com.esri.aims.mtier.model.util; /** * Title:SVG Generator * Description: Convert coordinations from ArcXML response to SVG format * Copyright: Copyright (c) 2002 * Company: ESRI * @author unascribed * @version 1.0 */ import java.util.Vector; import java.lang.Math; import java.io

[svg-developers] Re: corrected

2005-04-20 Thread Jon . Ferraiolo
Please read the document. excel document.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-

[svg-developers] ASV and BMP support

2005-04-20 Thread Ross Allard
I'm having problems getting ASV3 to render Windows BMP files using the tag. When I change the image to jpg, it works. Should BMPs work? - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" -

[svg-developers] Convert path to polygon

2005-04-20 Thread chun79
Can anyone tell me how to convert path to polygon Thanks in advance! - 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: ht

Re: [svg-developers] ASV and BMP support

2005-04-20 Thread Christoph Gaisbauer
Hello Ross, according to W3C it seems to be limited to JPG, PNG and SVG. http://www.w3.org/TR/SVG11/struct.html#ImageElement Cheers Chris RA> I'm having problems getting ASV3 to render Windows BMP files RA> using the tag.  When I change the image to jpg, it works. RA> Should BMPs work? RA>   

[svg-developers] Re: calculate area from path

2005-04-20 Thread chun79
Thanks, but it only works for polygon --- In svg-developers@yahoogroups.com, "pilatfr" <[EMAIL PROTECTED]> wrote: > > --- In svg-developers@yahoogroups.com, "chun79" <[EMAIL PROTECTED]> wrote: > > look at > http://pilat.free.fr/english/routines/aire_polygone.htm > > Michel > > > Can anyone

[svg-developers] RE: ASV and BMP support

2005-04-20 Thread kgordon
Can't imagine why you would want to have a BMP in a web format. Use PNG. --KG -Original Message- From: svg-developers@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ross Allard Sent: Wednesday, April 20, 2005 9:13 AM To: svg-developers@yahoogroups.com Subject: [svg-developers] A

[svg-developers] Re: personalized line endcaps

2005-04-20 Thread Nicholas Lucaroni
yeah, but i saw somewhere an expanded set, like a triangle to make the line a pointing arrow --- In svg-developers@yahoogroups.com, Peter Thompson <[EMAIL PROTECTED]> wrote: > Are you talking about the style "stroke-linecap" with possible values: butt, round, and square? > > > _

RE: [svg-developers] RE: ASV and BMP support

2005-04-20 Thread Ross Allard
Wasn't me. Devious testers. :) From: svg-developers@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, April 20, 2005 10:49 AM To: svg-developers@yahoogroups.com Subject: [svg-developers] RE: ASV and BMP support Can't i

[svg-developers] Drag and Drop

2005-04-20 Thread Jason Lind
Are there any good SVG examples that use drag and drop that I could develop off of? Thank you, Jason Lind - 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 vis

Re: [svg-developers] Drag and Drop

2005-04-20 Thread Holger Will
Jason Lind wrote: > > Are there any good SVG examples that use drag and drop that I could > develop off of? > > Thank you, > > Jason Lind Hi Jason you might want to look at. http://www.treebuilder.de/svg/extentSVG/documentation.html#freeformwindow.xml hth Holger - To unsubscribe send a m

Re: [svg-developers] Re: personalized line endcaps

2005-04-20 Thread Holger Will
Nicholas Lucaroni wrote: > > yeah, but i saw somewhere an expanded set, like a triangle to make the > line a pointing arrow you are looking for markers , see http://www.w3.org/TR/SVG/painting.html#Markers hth Holger - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://

Re: [svg-developers] Re: personalized line endcaps

2005-04-20 Thread Peter Thompson
You can make a line with an arrow on the end using the market element. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com [Non-text portions of this message have been removed] - To uns

[svg-developers] Access Denied Error

2005-04-20 Thread auctiongal2001
I have a SVG graphic (created in Illustrator) that has JavaScript clickable regions on it that opens another browser windows that loads another SVG graphic. Some users get a "Script error: Access is Denied. Line 1 Column 0" error when they click the a region on the first graphic. I can't rep

Re: [svg-developers] Convert path to polygon

2005-04-20 Thread Tonny Kohar
Hi, On Wed, 2005-04-20 at 14:27 +, chun79 wrote: > > Can anyone tell me how to convert path to polygon Path is very different to polygon and some feature (cubic/quad curve and arc) is not convertable to polygon, where polygon can be converted to path. If your path only consist lineTo you c

Re: [svg-developers] Convert path to polygon

2005-04-20 Thread Holger Will
chun79 wrote: > > Can anyone tell me how to convert path to polygon > > Thanks in advance! Tonny Kohar is right in saying >> Path is very different to polygon and some feature (cubic/quad curve and >> arc) is not convertable to polygon but you could use somthing like this to approximate the pa

Re: [svg-developers] Convert path to polygon

2005-04-20 Thread Holger Will
oops , there is a little bug in the code just posted ! > > var len = path.getTotalLength(); > var d = len/1000; > var p=path.getPointAtLength(0) > stp=p.x+","+p.y > for(var i=1; i<=1000; i++){ <- changed line > p=path.getPointAtLength(i*d) > stp=stp+","+p.x+","+p.y > } > polyg

[svg-developers] Drag 'n' Drop - Dockable Windows

2005-04-20 Thread ionosys
Hi, Been playing with some Drag 'n' Drop functionality (thanks to Mr Scheper - www.scheper.cc). I'm trying to take it up a level by creating a web page which has a "dockable" feel to it, allowing internal "windows" (or SVG groups) to be moved around, resized etc. Has anyone tried this yet a

[svg-developers] Re: Opera 8 released (was FireFox SVG (was Adobe to buy Macromedia))

2005-04-20 Thread skeetersrow
Hi All Opera cames to support this. http://www.opera.com/img/svg/opera.svg Anyone installed this new 8 and is it true?? - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" Yahoo! Groups Link

Re: [svg-developers] Re: Opera 8 released (was FireFox SVG (was Adobe to buy Macromedia))

2005-04-20 Thread Andre M. Winter - Carto.net
hi yes tiny files work. animation is less smooth than in ASV (for the given opera.svg). but i dont have many tiny files for testing ;-( andré skeetersrow wrote: >Hi All > >Opera cames to support this. >http://www.opera.com/img/svg/opera.svg >Anyone installed this new 8 and is it true?? > >

RE: [svg-developers] Re: Opera 8 released (was FireFox SVG (was Adobe to buy Macromedia))

2005-04-20 Thread Richard Gnyla
I tested on our application (not a tiny SVG app) and it don’t work unfortunately, says requires a plug-in. Oh well, anyway, who uses Opera anyway, I don’t know anyone http://www.w3schools.com/browsers/browsers_stats.asp -Original Message- From: svg-developers@yahoogroups.com [mailto:[

Re: [svg-developers] Drag 'n' Drop - Dockable Windows

2005-04-20 Thread jfrost
Hi Martin, > Been playing with some Drag 'n' Drop functionality (thanks to Mr Scheper - www.scheper.cc). Good. Yes, Mr. Schepers is the man. > ... creating a web page which has a "dockable" feel to it, allowing internal "windows" (or SVG groups) > to be moved around, resized etc.

[svg-developers] Re: Drag 'n' Drop - Dockable Windows

2005-04-20 Thread ionosys
Jon, much appreciated! I'll go and have some fun (I hope)... Cheers Martin ... --- In svg-developers@yahoogroups.com, [EMAIL PROTECTED] wrote: > Hi Martin, > > > Been playing with some Drag 'n' Drop functionality (thanks to Mr Scheper > - www.scheper.cc). > > Good. Yes, Mr. Schepe

[svg-developers] Adobe Macromedia acquisition roundup

2005-04-20 Thread John
Jason Kottke has collected a wide range of links to comments on yesterday's business announcement. http://www.kottke.org/05/04/adobe-macromedia-acquisition-roundup Johnnie - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and

[svg-developers] Java: ImageIcon

2005-04-20 Thread tmcl_66
Hello, Newbe question here. I have two objects: org.apache.batik.swing.JSVGCanvas and org.w3c.dom.svg.SVGDocument both working in a simple tutorial-like app. Now I want to create an ImageIcon. Can somebody please point me in the right direction? Thanks in advance. -Tom - To uns

[svg-developers] Any training program for using SVG to develop mapping function in VB?

2005-04-20 Thread tianjiyu
Hi, everyone! I am new to use SVG to develop a mapping function in my Visual Basic application. I would very much appreciate it if anyone can give me some advice, suggestion, or information about the related training courses or programs. Thank you very much! Feima - To unsubscribe s

RE: [svg-developers] IBM DB2 Spatial and SVG?

2005-04-20 Thread Alan Keown
Hi Andreas, There are a couple of considerations that I think apply - I'm not a DB2 expert but there is a document called "ArcSDE Configuration & Tuning Guide for DB2" available at http://support.esri.com/index.cfm?fa=knowledgebase.documentation.viewDoc

RE: [svg-developers] Re: Opera 8 released (was FireFox SVG (was Adobe to buy Macromedia))

2005-04-20 Thread kgordon
I agree mostly, except it looks like they might start dominating the mobile browser market. --KG -Original Message- From: svg-developers@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Richard Gnyla Sent: Wednesday, April 20, 2005 1:27 PM To: svg-developers@yahoogroups.com Subje

[svg-developers] Re: Drag 'n' Drop - Dockable Windows

2005-04-20 Thread ctl271
--- In svg-developers@yahoogroups.com, "ionosys" <[EMAIL PROTECTED]> wrote: > > I'm trying to take it up a level by creating a web page which has > a "dockable" feel to it, allowing internal "windows" (or SVG groups) > to be moved around, resized etc. > > Has anyone tried this yet and got an

[svg-developers] Re: Re: Opera 8 released (was FireFox SVG (was Adobe to buy Macromedia))

2005-04-20 Thread Jim Ley
<[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >I agree mostly, except it looks like they might start dominating > the mobile browser market. The newest available Opera for Symbian is 6.2, that doesn't have SVG, no date has been announced for even Opera 7 on Symbian, let alone Op

Re: [svg-developers] Access Denied Error

2005-04-20 Thread Ronan Oger
it's got to do with the source of the script and of the content. all script and content of an svg must come from the same domain. Ronan On Wednesday 20 April 2005 18:29, auctiongal2001 wrote: > I have a SVG graphic (created in Illustrator) that has JavaScript > clickable regions on it that ope

[svg-developers] Adobe Pan Move mouseUp

2005-04-20 Thread Sean
When using the Adobe pan tool, if I do not move the cursor, my mouseUp event works. If I move it, it does not. Is there a way to capture the mouse up event when done panning? Thanks. - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-devel

Re: [svg-developers] Java: ImageIcon

2005-04-20 Thread Cameron McCormack
Hi Tom. tmcl_66: > Newbe question here. I have two objects: > > org.apache.batik.swing.JSVGCanvas > and > org.w3c.dom.svg.SVGDocument > both working in a simple tutorial-like app. > > Now I want to create an ImageIcon. Can somebody please point me in > the right direction? Just the other

Re: [svg-developers] ASV and BMP support

2005-04-20 Thread Chris Lilley
On Wednesday, April 20, 2005, 4:29:54 PM, Christoph wrote: CG> Hello Ross, CG> according to W3C it seems to be limited to JPG, PNG and SVG. CG> http://www.w3.org/TR/SVG11/struct.html#ImageElement No, its not limited to them, in the sense that pointing to another format is perfectly legal. An

Re: [svg-developers] Re: Opera 8 released (was FireFox SVG (was Adobe to buy Macromedia))

2005-04-20 Thread Chris Lilley
On Wednesday, April 20, 2005, 8:12:13 PM, skeetersrow wrote: s> Hi All s> Opera cames to support this. s> http://www.opera.com/img/svg/opera.svg s> Anyone installed this new 8 and is it true?? Yes, I installed the beta and it is true. Its pretty good SVG Tiny 1.1 support, plus some gradients

Re: [svg-developers] Image syntax

2005-04-20 Thread Chris Lilley
On Tuesday, April 19, 2005, 8:46:26 PM, sholla wrote: salc> Hi, salc> I have a very basic question: salc> How does one use the tag with an xlink? salc> The following SVG file does not produce the image: salc> salc> "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"; > salc> xmln

Re: [svg-developers] SVG new style of the components

2005-04-20 Thread Chris Lilley
On Tuesday, April 19, 2005, 3:47:44 PM, samcctan wrote: s> Hi all, s> If one of the attibutes, for example the colour (fill) of a rect is set s> to be in red " style="fill:red"/>. Is it possible for us to change the colour in a s> separate stylesheet (CSS) by using this? s> .rect{fill:pink}

Re: [svg-developers] Re: SVG filtering effect with CSS

2005-04-20 Thread Chris Lilley
On Tuesday, April 19, 2005, 3:35:25 PM, samcctan wrote: s> Hi Holger, s> The filter effect is working for me in Batik. But i wonder why when I s> applied the same thing to linearGradient in a separate SVG file, but s> it just showing me black colour instead of the colours I set. Because the

[svg-developers] Re: Convert path to polygon

2005-04-20 Thread chun79
Thanks a lot! Thanks method is really good for edge and curve but a bit not sufficient to sample the vertex! --- In svg-developers@yahoogroups.com, Holger Will <[EMAIL PROTECTED]> wrote: > oops , there is a little bug in the code just posted ! > > > > > var len = path.getTotalLength(); > > v

[svg-developers] Urgent Help

2005-04-20 Thread Ganesh Jothikumar
Hi 1)I have the following piece of code in my svg ATTRACT Now I would like to align the text 'ATTRACT' in the center of the curve. I'm not able to achieve this using text-anchor:middle. Please help 2) I would like to zoom my svg image p

[svg-developers] Re: Urgent Help

2005-04-20 Thread pilatfr
--- In svg-developers@yahoogroups.com, Ganesh Jothikumar <[EMAIL PROTECTED]> wrote: > Hi > > 1)I have the following piece of code in my svg > > > > > ATTRACT > > > > Now I would like to align the text 'ATTRACT' in the center of the curve.