[svg-developers] MySQL AText(ogc) --GeomFromText

2005-03-09 Thread Burkhard Stollenwerk
5614030.782426778,2530665 5614067)'),1,'orange') SELECT id,AsText(ogc_geom) as ogc FROM ownerpolygons 1:) ogc is given as correct text back 2.) ogc is empty? Is MySQL 4.1.7 not correct or why ist second query empty? Burkhard Stollenwerk - Original Message - From: Dale Ellis To: svg

Re: [svg-developers] SVG vector data in MySQL database

2005-03-09 Thread Burkhard Stollenwerk
Hi Jeroen , Use a spatial database like Mysql 4.1x (or other). Burkhard Stollenwerk - Original Message - From: Jeroen Dekker To: svg-developers@yahoogroups.com Sent: Wednesday, March 09, 2005 11:57 AM Subject: [svg-developers] SVG vector data in MySQL database Hi

Re: [svg-developers] MySQL AText(ogc) --GeomFromText

2005-03-09 Thread Burkhard Stollenwerk
))'),1,'orange') Randy -Original Message- From: Burkhard Stollenwerk [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 09, 2005 7:43 AM To: svg-developers@yahoogroups.com Subject: [svg-developers] MySQL AText(ogc) --GeomFromText Hello I have a problem with Mysql

Re: [svg-developers] MySQL AText(ogc) --GeomFromText

2005-03-09 Thread Burkhard Stollenwerk
) --GeomFromText Hi Burkhard Does your code make sure that the first point and last point are identical? Otherwise you should use linestring instead of polygon. randy -Original Message- From: Burkhard Stollenwerk [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 09

[svg-developers] Exlploring Metadata Tree

2005-03-07 Thread Burkhard Stollenwerk
Hello, I am working at a map. If you click it should display a clickable tree like windows explorer who deliver themes. These branches should be opend , closed and modified (add, update, del). Anyone who can help. ARe there examples of these given? Burkhard Stollenwerk [Non-text portions

[svg-developers] DOM Tree like Explorer

2005-03-07 Thread Burkhard Stollenwerk
hello, how can I make dom visible like explorer? Burkhard Stollenwerk - 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

Re: [svg-developers] DOM Tree like Explorer

2005-03-07 Thread Burkhard Stollenwerk
Hello , Thanks, both examples are great. But I can´t open source. It should that both are not free. Are there free examples ? Burkhard Stollenwerk - Original Message - From: André M. Winter - Carto.net To: svg-developers@yahoogroups.com Sent: Monday, March 07, 2005 4:58 PM

[svg-developers] Node_Builder

2005-03-07 Thread Burkhard Stollenwerk
Hello I use Kevin Lindsey´s Node_Builder. How can I use it for text objects? Burkhard Stollenwerk [Non-text portions of this message have been removed] - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click edit my

[svg-developers] dynamic Metadata-DOMTree

2005-03-03 Thread Burkhard Stollenwerk
Good Morning, I wish to create a DOMTree Explorer liked form. Metadata should be included and excluded and can be save and load from database or file. Anyone who could help ? Friendly greeting Burkhard Stollenwerk - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http

Re: [svg-developers] ASV6

2005-02-25 Thread Burkhard Stollenwerk
I think it work stable, but callback functions are critical Burkhard - Original Message - From: Jan [EMAIL PROTECTED] To: svg-developers@yahoogroups.com Sent: Thursday, February 24, 2005 7:50 PM Subject: [svg-developers] ASV6 Is anyone using ASV6 in a production web site? If so,

[svg-developers] textdata (simple)

2005-02-12 Thread Burkhard Stollenwerk
Hello, a simple problem. How could I get the text? The code : alert(pn(targetElement.parentNode.lastChild.lastChild)); deliver : textDen Text den ich abfragen will/text I ´ve tried it with targetElement.parentNode.lastChild.lastChild.data, but it ´s wrong. Could any tell me , how? Burkhard

Re: [svg-developers] textdata (simple)

2005-02-12 Thread Burkhard Stollenwerk
I have it targetElement.parentNode.lastChild.lastChild.lastChild Burkhard - Original Message - From: Burkhard Stollenwerk [EMAIL PROTECTED] To: svg-developers@yahoogroups.com Sent: Saturday, February 12, 2005 1:51 PM Subject: [svg-developers] textdata (simple) Hello, a simple

Re: [svg-developers] Drag and Drop for groups

2005-02-06 Thread Burkhard Stollenwerk
Hello Doug, it looks pretty fine. But I have two problems. 1.)Not any group should be moved. 2.)I take the svg document by using PHP callback function. then SVG Document is undefined. The Onload function wouldn´t called. Any solution about this? Burkhard Stollenwerk - Original Message

Re: [svg-developers] Drag and Drop for groups

2005-02-06 Thread Burkhard Stollenwerk
(new_node); } -- stallp.php: print ('g id=Tier'.$i.' onmousedown=ClickDown(evt) onclick=ClickObj(evt) onmousemove=MoveObj(evt) onmouseup=OutOfObj(evt) onmouseout=OutOfObj(evt) '); Why could the functions in scriptfile not found? Burkhard Stollenwerk function

[svg-developers] callback PHP and javascript

2005-02-06 Thread Burkhard Stollenwerk
(evt) onmouseup=OutOfObj(evt) onmouseout=OutOfObj(evt) '); ? /g /svg Why could the functions in scriptfile not found? Canj anybody help me? Burkhard Stollenwerk [Non-text portions of this message have been removed] - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit

Re: [svg-developers] Drag and Drop for groups

2005-02-06 Thread Burkhard Stollenwerk
the onload event... You just need to initialize the variables once. Regards- Doug doug . schepers @ vectoreal.com www.vectoreal.com ...for scalable solutions. Burkhard Stollenwerk wrote: | | Hello Doug, | | it looks pretty fine. | But I have two problems. | 1.)Not any group should

[svg-developers] Drag and Drop for groups

2005-02-03 Thread Burkhard Stollenwerk
Hello, how could I move a group of elements like g rect.../ text...test/text /g and an other problem is the slowly accorat moveing, if I was out of element. Any solution , please told me friendly greeting Burkhard Stollenwerk - To unsubscribe send a message to: [EMAIL PROTECTED

Re: [svg-developers] Drag and Drop for groups

2005-02-03 Thread Burkhard Stollenwerk
you could see application at www.futurefarm.de/kuh2005/stallp.php Burkhard - 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:

Re: [svg-developers] Drag and Drop for groups

2005-02-03 Thread Burkhard Stollenwerk
Burkhard Stollenwerk wrote: Hello, how could I move a group of elements like g rect.../ text...test/text /g and an other problem is the slowly accorat moveing, if I was out of element. Any solution , please told me friendly greeting Burkhard Stollenwerk

Re: [svg-developers] Save Drawing in mysql 4.1x database

2005-02-03 Thread Burkhard Stollenwerk
Thank Barend, thats the same way I will go. Only serversidelanguage is different. I ´ll use the function in 2 projects for farmers. dynamicly Mapping of agriculture-fields and cow-manageing project. Burkhard Stollenwerk Skype:nicefarmer [EMAIL PROTECTED] - Original Message - From

[svg-developers] Save Drawing in mysql 4.1x database

2005-02-02 Thread Burkhard Stollenwerk
Hello, I wish to save my drawing (only polygons) to mysql-database. Could anyone help me? Friendly greeting Burkhard Stollenwerk [Non-text portions of this message have been removed] - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg

[svg-developers] Why rastered?

2005-01-10 Thread Burkhard Stollenwerk
? Burkhard Stollenwerk echo /svg; - Original Message - From: Peter Thompson [EMAIL PROTECTED] To: svg-developers@yahoogroups.com Sent: Monday, January 10, 2005 8:21 PM Subject: [svg-developers] overlapped getURL() calls Can you have overlapped getURL() calls to different URLS

[svg-developers] Position at viewport

2004-12-22 Thread Burkhard Stollenwerk
Hello , a simple question. How could I get clickposition if I use viewports. GetClientX() gives me the position at screen. But how could I get position according viewports? e.g viewport(100 -100 1000 -1000) or other Burkhard Stollenwerk Yahoo! Groups Sponsor