RE: [svg-developers] How to import .js files into SVG

2006-03-02 Thread Neiderer, Andrew \(Civ, ARL/CISD\)
How does one handle multiple external JavaScript ? For example, is it as straightforward as svg height=200 width=200 xmlns=http://www.w3.org/2000/svg; xmlns:xlink=http://www.w3.org/1999/xlink; script type=text/ecmascript xlink:href=file1.js/script script type=text/ecmascript

RE: [svg-developers] GUI Widgets to build online applications.

2006-03-02 Thread Barend Köbben
Hi there, I appreciate the pitch you've put in Please review brief summary: http://www.cbsdf.com/elevator-pitch.htm and would suspect that what you guyd are building might be very useful. I am not a software engineer, so I cannot see past the techno-talk and other claims, but I did get VERY

RE: [svg-developers] How to import .js files into SVG

2006-03-02 Thread Jonathan mayer
Place within defs section script xlink:href=./math.js type=text/javascript/ Jonathan --- Neiderer, Andrew (Civ, ARL/CISD) [EMAIL PROTECTED] wrote: How does one handle multiple external JavaScript ? For example, is it as straightforward as svg height=200 width=200

Re: [svg-developers] How to import .js files into SVG

2006-03-02 Thread Omar Abo-Namous
Hi, does one have to place it into defs-section?? I think it works without!? thnx anyway. Omar Jonathan mayer wrote: Place within defs section script xlink:href=./math.js type=text/javascript/ Jonathan --- Neiderer, Andrew (Civ, ARL/CISD) [EMAIL PROTECTED] wrote: How does one

Re: [svg-developers] How to import .js files into SVG

2006-03-02 Thread Jeroen Vanattenhoven
Is it possible to load .js files via js-code? With this I mean: is it possible to create packages like in Java and use them with something like import io.gis.something? If not, is there an alternative for JavaScript? Because if you create a whole application (OO) with a lot of .js-files, it

Re: [svg-developers] How to import .js files into SVG

2006-03-02 Thread Peter Thompson
The xlinks don't have to be in the defs section. I don't know if they belong there. This is what works for me: svg width=200 height=200 xmlns=http://www.w3.org/2000/svg; xmlns:xlink=http://www.w3.org/1999/xlink; script type=text/ecmascript xlink:href=whatever.js/ ... /svg

Re: [svg-developers] How to import .js files into SVG

2006-03-02 Thread Andre M. Winter - Carto.net
Jeroen Vanattenhoven wrote: Is it possible to load .js files via js-code? when you mean in an asynchrony way - no. you can load them but they will not be interpreted as the script-interpreter reads them unload of the main file. that is not an SVG issue, it is the same in HTML, hence it is a

RE: [svg-developers] map data structure question

2006-03-02 Thread Peter Thompson
Right now, I read coastline data (lat/long) from flat files and store it in a series of arrays in a program. Each array is many points, representing line segments. When I draw the vectors on the screen, I check each array (which represents many line segments) to see if the vectors should be

[svg-developers] viewbox et firefox

2006-03-02 Thread Erwan TROEL
in an html page i embed an svg in this svg i have a viewbox containing polygons that represents a geographic map each polygon have a mouse event onmouseover with IE when the mouse is on the viewbox the event onmouseover runs when the mouse is out of the viewbox nothing happens but with

Re: [svg-developers] map data structure question

2006-03-02 Thread Walter Simonazzi
go to www.opengeospatial.org, download OGC_SFSv1.1 paper, maybe you can find the answer there. cheers, On 02/03/06, Peter Thompson [EMAIL PROTECTED] wrote: Right now, I read coastline data (lat/long) from flat files and store it in a series of arrays in a program. Each array is many points,

[svg-developers] The Prototype javascript library

2006-03-02 Thread Henrique G. Testa
Hi, First, thanks for the responses about importing a .js file in SVG! It worked well! Another question, there is a very good javascript library called Prototype ( http://prototype.conio.net/ ), with utils and ajax functions. Altought it was designed to work with HTML, I was wondering if it

RE: [svg-developers] map data structure question

2006-03-02 Thread Barend Köbben
There are indeed many ways to have spatial indexing of vector data. Quadtree have been used, but I understand they are more appropriate fro raster data. Most spatial databases out there seem to use R-tree indexes or variations thereof. Eg PostGIS uses a GIST index, which was (I think)

[svg-developers] Re: How to import .js files into SVG

2006-03-02 Thread Martin Honnen
--- In svg-developers@yahoogroups.com, Jeroen Vanattenhoven [EMAIL PROTECTED] wrote: Is it possible to load .js files via js-code? With this I mean: is it possible to create packages like in Java and use them with something like import io.gis.something? If not, is there an alternative for

[svg-developers] animated SVG to animated GIF

2006-03-02 Thread Holger Will
Hi All ive started to implement SMIL in XSLT. the purpose of this is to provide a tool to convert animated SVGs to animated GIFs. http://www.treebuilder.de/default.asp?file=43071.xml if you think this is a usefull tool, please let me know. please report bugs or tell me your ideas. cheers

[svg-developers] SVG# and transparent background

2006-03-02 Thread luchttd
Hi ... first I want to say SVG# is a great tool that I'm using to create different images (gifs, etc) off of SVG's in real time image uploads to my server. I have downloaded 0.4 alpha and per the notes, it states that it can support transparency (unsafe). I'm needing to make the background

[svg-developers] How to animate display...

2006-03-02 Thread Joshua Woodward
I am making a virtual MAC OS in SVG. Nothing revolutionary or anything, but I just want to make it appear that you are using a MAC. I currently have it where, when you click on File at the top it opens. Then when you click on View, Edit, or any of the other menu options the file menu goes

[svg-developers] Re: viewbox et firefox

2006-03-02 Thread Robert Russell
I noticed the same behaviour a few days ago. I assumed that it had something to do with the contents of my viewBox. That is, I have a very wide image partially visible in a viewBox. I think what was happening is that mouse events were acted on even when the mouse was over parts of the contained