[svg-developers] IE7 and svg

2006-09-18 Thread Jeroen Vanattenhoven
http://ajaxian.com/archives/audible-ajax-episode-18-the-ie7-team There is one question about svg in IE7. Haven't listened to it yet. Jeroen Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit

Re: [svg-developers] Re: Announcement: Adobe to Discontinue Adobe SVG Viewer

2006-09-09 Thread Jeroen Vanattenhoven
yeah, I'm waiting for that one ... [EMAIL PROTECTED] schreef: I spose we are now in the hands of http://www.gosvg.net/ From: Jon Ferraiolo [EMAIL PROTECTED] Reply-To: svg-developers@yahoogroups.com To: svg-developers@yahoogroups.com Subject: [svg-developers] Re: Announcement: Adobe

[svg-developers] passing events

2006-07-25 Thread Jeroen Vanattenhoven
When you have 2 graphical objects on top of each other (a rectangle and polygon f.e.), can you make the bottom one get the event when someone clicks on the top object? Purpose is for a gis client to be able to edit a selected feature (bottom one) when some other feature is still visible on

Re: [svg-developers] Establishing a coordinate system

2006-06-21 Thread Jeroen Vanattenhoven
As regard to the X-axis, you don't have to do anything with the coordinates. What you have to do is placing the viewBox attribute of the svg root element to the left so you can see the negative X coordinates. For the Y-axis there are 2 solutions. The best solution is most GIS-applications is

Re: [svg-developers] Pan and Zoom

2006-06-15 Thread Jeroen Vanattenhoven
I assume you are talking about svg images. Well, www.carto.net has many examples and tutorials. For your question you should take a look at http://www.carto.net/papers/svg/navigationTools/. Jeroen Alex schreef: Hello everyone, this is my first post here. I am looking for an advice and some

Re: [svg-developers] How to make SVGZ from a SVG file?

2006-06-12 Thread Jeroen Vanattenhoven
I think you can also do this at web server level. With Apache you can configure whether you want to use gzip if I'm not mistaken. The same probably works with IIS. Jeroen Fernando Kogik schreef: Hello all, I have an web application where we have to pass a large SVG but the bandwidth is

Re: [svg-developers] esri shapefiles to SVG?

2006-06-09 Thread Jeroen Vanattenhoven
Andreas Neumann has created a little tool which you can use for free. It is commandline with several options (including id options if I remember correctly). You can get it at http://www.carto.net/papers/svg/utils/shp2svg/. Jeroen csorba_edith schreef: Hi, I am new to the group, so if this

[svg-developers] Firefox speed

2006-06-06 Thread Jeroen Vanattenhoven
We (researchgroup Docarch) are currently working on a gis webclient. We experience a severe performance problem on Firefox. The content is about 0.5 MB and contains path information of approximately 4000 points. Zooming and panning take about 5 seconds (AMD 1700+, 1GB RAM, Win2k). Is that

[svg-developers] Google maps SVG support

2006-05-11 Thread Jeroen Vanattenhoven
According to this Ajaxian article, Google Maps will support SVG: http://ajaxian.com/archives/google-maps-svn-support. Jeroen Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm Yahoo! Groups Sponsor ~-- Protect your PC from spy ware with

Re: [svg-developers] Re: progress on svg viewers?

2006-05-10 Thread Jeroen Vanattenhoven
Yes, Renesis provided an alpha version. There was a 30MB SVG file present. Renesis was the only one able to open it. I tried with Opera, Firefox and IE + ASV: all crashed. So it seems performance is really good there. Too bad it takes really, really long with that Renesis viewer. And it's

Re: [svg-developers] Re: Vote for SVG Support in IE7

2006-05-06 Thread Jeroen Vanattenhoven
Just a question related to this: Since they have VML for vector graphics, which looks like SVG, couldn't they reuse some of its implementation for SVG? Jeroen Doug Schepers schreef: Just a note here to indicate a major obstacle/opportunity for SVG in IE. IE does not currently support DOM2

Re: [svg-developers] Firefox

2006-04-27 Thread Jeroen Vanattenhoven
The latest version of Firefox has native support for SVG (most of it, mainly animation is yet to come). For Internet Explorer you have to install the Adobe SVG Viewer 3.03, available on the website of Adobe. Jeroen Darrel Yoon schreef: Can Mozilla Firefox support SVG? How to install SVG

[svg-developers] Vote for Microsoft SVG

2006-04-27 Thread Jeroen Vanattenhoven
Hello, Could somebody explain again how to vote for this? I logged in with my msn account, registered for something. After that I got the msn screen again, after loggin in I got the register screen again. Why do they make those websites so difficult? It's the opposite of usability. Jeroen

Re: [svg-developers] (unknown)

2006-04-26 Thread Jeroen Vanattenhoven
Hello, Currently I'm working on a digital city guide which provides walks and multimedia information about the city and its history. I'm using a PocketPC device and eSVG viewer. This viewer has support for SVG 1.1 Full. Though it has lots of problems and bugs. I'm using Visual Studio 2005 to

Re: [svg-developers] Re: Polygons

2006-04-21 Thread Jeroen Vanattenhoven
Yes I meant lowercase (relative coordinates). These allow path elements to be described in a much shorter way than regular coordinates. I just wasn't sure whether this was possible with polygons. Thx. Jeroen Jeff Schiller schreef: --- In svg-developers@yahoogroups.com, Jeroen Vanattenhoven

Re: [svg-developers] Handling of the virtual pen

2006-04-20 Thread Jeroen Vanattenhoven
Do you mean: http://www.w3.org/TR/SVG/shapes.html ? Jeroen lefevrol schreef: Regarding the way lines are drawn, the java.awt.Graphics documentation says: The graphics pen hangs down and to the right from the path it traverses. [This fact] has the following implication: if you

[svg-developers] From clientX/Y or screenX/Y to map coördinates

2006-04-14 Thread Jeroen Vanattenhoven
In eSVG I can use clientX/Y, screenX/Y, getScreenCTM and getCTM (and viewbox). How can I get the map coördinates? It gets even more difficult when you know I can rotate the map. I do this by altering a transform attribute on a group element which contains all layers. Jeroen Disclaimer:

Re: [svg-developers] Re: An SVG Tutorial

2006-04-13 Thread Jeroen Vanattenhoven
Opera is the most brilliant browser there is. I've been using it from version 7. The GUI is somewhat difficult in the beginning, because you can configure practically everything about it. But after a short while it is a wonderful experience. It's also the fastest browser out there. It is

Re: [svg-developers] Another GIS problem

2006-04-12 Thread Jeroen Vanattenhoven
My icons are already SVG icons. For testing purposes I used the ones that are available on www.carto.net. Phi Tran schreef: On 4/12/06, Jeroen Vanattenhoven [EMAIL PROTECTED] wrote: Thanks for the information Bill. I know this is a generic mapping problem. Is there online material

Re: [svg-developers] Re: Firefox 2

2006-04-10 Thread Jeroen Vanattenhoven
When will FF2 approximately be released? Jeff Schiller schreef: --- In svg-developers@yahoogroups.com, Jeff Schiller [EMAIL PROTECTED] wrote: --- In svg-developers@yahoogroups.com, gnylarichard richard.gnyla@ wrote: I see the roadmap for Firefox 2 is looking to be released around

Re: [svg-developers] SVG in IE - Update

2006-04-05 Thread Jeroen Vanattenhoven
Would XLST be faster/better to do this? Jeroen David Dailey schreef: At 04:50 AM 3/20/2006, you wrote: I have posted an update to IESVG, a simple Javascript behavior that allows inline SVG to be rendered in IE 'natively' using VML to render. I added simple support for gradient fills and

Re: [svg-developers] SVG DEbug

2006-03-30 Thread Jeroen Vanattenhoven
You could try Ajax Toolkit Framework of IBM which works with Eclipse (http://www.alphaworks.ibm.com/tech/ajaxtk). I saw it in action at an AJAX seminar and it really looked promising. It also has support for some of the AJAX frameworks out there (Dojo, Zimbra, ...). They mention that you

Re: [svg-developers]GIS Using SVG

2006-03-27 Thread Jeroen Vanattenhoven
Hello, I don't know if you have taken a look at www.carto.net. There are lots of GIS SVG tutorials and sample projects available. The code they used is also open-source (corre ct me if I'm wrong). You can go a long way with the tutorials written there. Jeroen marikhu schreef: Armin Muller.

Re: [svg-developers] Using JS to Access An Embedded SVG

2006-03-07 Thread Jeroen Vanattenhoven
I don't think this is possible. Fernando Kogik schreef: I have this situation: one SVG file (embed.svg) embeds another SVG file ( test.svg) like above ?xml version=1.0 encoding=iso-8859-1 standalone='no'? !DOCTYPE svg PUBLIC -//W3C//DTD SVG 20001102//EN

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] Nested defs Event Bubbling

2006-02-24 Thread Jeroen Vanattenhoven
I think you can't read the elements and attributes in the defs section with DOM, when using use elements to display them. The defs section of an svg file is not part of the DOM tree. The only thing you can access is the toolbar use element and its xlink:href=#tbFormat attribute. Jeroen

Re: Rép. : [svg-developers] setAt tribute firefox

2006-02-20 Thread Jeroen Vanattenhoven
Hello, You had something like: var group = svgdoc.createElementNS(null, g); group.setAttribute(id, group); Well, at this moment, it does not exist yet in the DOM. You first have to append it to an element in the document: svgdoc.getElementById(groupParent).appendChild(group); You always use

Re: Rép. : [svg-developers] setAt tribute firefox

2006-02-20 Thread Jeroen Vanattenhoven
: On Mon, 20 Feb 2006 13:37:49 +0100 Jeroen Vanattenhoven [EMAIL PROTECTED] wrote: [snip] svgdoc.getElementById(group).SetAttributeNS(svgns, transform, translate(0,10)); Jeroen Also, remember that the transform attribute is in the null namespace, like most of the SVG attributes

[svg-developers] Adobe SVG ActiveX on PocketPC

2006-02-16 Thread Jeroen Vanattenhoven
Hello, I've tried the C# Wrapper for the Adobe SVG Plugin on desktop. That way you can use that viewer in development on desktop (allowed?). Has anyone been succesfull in using the Adobe SVG Plugin for development on PocketPC. I've tried but I can't get the ActiveX plugin registered on the

Re: [svg-developers] SVG/Ajax vs Flash/Ajax vs Java/Ajax or TCP/IP

2006-01-26 Thread Jeroen Vanattenhoven
Yes, that's true. I can give you a nice example of an SVG mapping application which uses a database for GIS data, PHP, XMLHttpRequest for getting the data, and JavaScript for the application itself. I will give you an idea of what you can do with it. You can find a lot of GIS applications at

[svg-developers] JavaScript Array casting

2005-12-13 Thread Jeroen Vanattenhoven
I've put Label objects in an Array. When I get them out, I can't access the methods. I assume that the an Array contains 'Object's. How can I cast from Object to Label? This is the code which currently won't work: this.mapLabels[count].Remove(); Another question: I currently have an

Re: [svg-developers] Has the W3G given up on SVG

2005-12-13 Thread Jeroen Vanattenhoven
Only recently they announced that SVG Tiny 1.2 was going to Last Call: http://svg.org/story/2005/12/8/25052/6825 Jeroen David Nimmons schreef: Have not heard anything in a long time. What is the status of 1.2? - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit

[svg-developers] Renesis asks us what to do

2005-12-12 Thread Jeroen Vanattenhoven
On their website, the people working on Renesis are asking us for our opinion about what to to with the viewer at this moment. As some of you know, the developers team working on the ecmascript engine left the company. They have had a lot of comments/questions about their viewer. At this

Re: [svg-developers] Zoom Pan

2005-12-12 Thread Jeroen Vanattenhoven
Andre, take a map and let users (or yourself) zoom in. once you know there is a ctrl+drag, you never touch the archaic + and - buttons anymore. it really makes a difference in usablility. Is this impossible when disabling zoom and pan? Is it possible to work this out using JavaScript and

Re: [svg-developers] Zoom Pan

2005-12-12 Thread Jeroen Vanattenhoven
Andre, take a map and let users (or yourself) zoom in. once you know there is a ctrl+drag, you never touch the archaic + and - buttons anymore. it really makes a difference in usablility. Is this impossible when disabling zoom and pan? Is it possible to work it out using JavaScript and event

[svg-developers] JavaScript Events

2005-12-12 Thread Jeroen Vanattenhoven
I have 2 objects: one for the map (zoom/pan, ...), one for displaying labels (more objects to come :)). The purpose of the labels class is displaying a label of a map element like icons for restaurants, streetnames, rivers, ... . In the SVG map I use onclick=ShowLabel(evt). How do I get this

[svg-developers] Zoom Pan

2005-12-08 Thread Jeroen Vanattenhoven
Zoom Pan operations on SVG maps are quite common. Mostly those operations are implemented changing the viewBox attributes. Is it possible to achieve the same effect using currentScale and currentTranslate? Not for example on the root svg element, which mostly represents a user interface, but

Re: [svg-developers] Zoom Pan

2005-12-08 Thread Jeroen Vanattenhoven
Andre M. Winter - Carto.net schreef: First of all, thanks for the elaborate answer. hi Jeroen, Zoom Pan operations on SVG maps are quite common. Mostly those operations are implemented changing the viewBox attributes. the problem is that viewBox manipulations are incompatible with

Re: [svg-developers] Zoom Pan

2005-12-08 Thread Jeroen Vanattenhoven
hello andre, Andre M. Winter - Carto.net schreef: hi Jeroen the main differences are: 1) when you set zoompan with the viewBox, you have to forbid zoomAndPan through the viewer's functionality (ctrl+something for ASV and Squiggle). as a cartographer this is the biggest drawback. it is

Re: [svg-developers] Adobe/Macromedia

2005-12-06 Thread Jeroen Vanattenhoven
There is an email adres on http://www.adobe.com/aboutadobe/acquisition.html for questions regarding the acquisition. I've send an email with a question for more detailed information about the future of SVG in Adobe. It's not very likely they will respond in detail, but it's worth trying I

[svg-developers] Good JavaScript book

2005-11-28 Thread Jeroen Vanattenhoven
I'm looking for a good, up-to-date JavaScript/EcmaScript book. One topic I'd certainly like to be covered is OO with JavaScript (and DOM). If there are any extra's like SVG, or E4X (probably a bit soon), that would be nice too. Can someone recommend a book? Thx. Jeroen Disclaimer:

Re: [svg-developers] Anyone know how to deny a text selection?

2005-11-17 Thread Jeroen Vanattenhoven
If you mean when you drag to select text, and you want to disable this: set pointer-events attribute to value none on the text element That should work. Jeroen Vanattenhoven Nikolya Patskov schreef: How to deny a text object selection when I move cursor above it? Thanks. Nikolya

Re: [svg-developers] does SVG have problem with big coordinates assigned to viewbox?

2005-11-17 Thread Jeroen Vanattenhoven
I've used SVG maps for Belgium which uses Lambert 72 coördinates. This gives you coördinates of for example 172000 189000. Also pretty large. I don't have any problems with that. I did remove all decimal numbers. sent1729 schreef: Hi all, This is the problem that I face. I am using SVG

Re: protecting SVG is pointless - was Re: [svg-developers] Protect SVG - Was Re: Today's Joke: Printing SVG in IE

2005-11-14 Thread Jeroen Vanattenhoven
Ronan Oger schreef: More protection musings, For most of us, there is no point in protecting the SVG markup. The only value of the markup is that it generates a recognizable design and a behaviour, and that can be stolen by copying the results, rather than going through the huge

Re: protecting SVG is pointless - was Re: [svg-developers] Protect SVG - Was Re: Today's Joke: Printing SVG in IE

2005-11-14 Thread Jeroen Vanattenhoven
In projects our research group is working on, there are GIS companies involved. So when we get there data (in Shape format), there is already a watermark present? Robin Berjon schreef: On Nov 14, 2005, at 10:31, Jeroen Vanattenhoven wrote: What about GIS data? Currently there are a lot

Re: protecting SVG is pointless - was Re: [svg-developers] Protect SVG - Was Re: Today's Joke: Printing SVG in IE

2005-11-14 Thread Jeroen Vanattenhoven
Doug Schepers schreef: You should ask your data providers about that. Even so, you should put your own in there, so that you can protect your own investment and liability. This is a paper which was presented at Enschede (I saw the presentation): http://www.svgopen.org/2005/papers/firemark/. Is

Re: protecting SVG is pointless - was Re: [svg-developers] Protect SVG - Was Re: Today's Joke: Printing SVG in IE

2005-11-14 Thread Jeroen Vanattenhoven
Ronan Oger schreef: Are you using GIS data or SVG pictures of the GIS model? We use SVG conversions of Shape files. We altered the layers of the map, and will add additional information to the map (and interactivity). SVG is a model of a picture, whereas GIS is a model of geographic data. A

Re: [svg-developers] Borders for Path

2005-11-09 Thread Jeroen Vanattenhoven
Do you mean you want to give your path lines a different colour for the inside and the outside (edge)? In this case, I have already posted this question to the svg mailing list and the answer was no. Current SVG standard doesn't allow that. Next SVG standard will make that possible through

Re: [svg-developers] Please subscribe me

2005-10-19 Thread Jeroen Vanattenhoven
To subscribe to this newsgroup, send a mail to: [EMAIL PROTECTED] Jeroen Vanattenhoven Ashok Kumar G schreef: please subcribe me Thanks - Yahoo! Music Unlimited - Access over 1 million songs. Try it free. [Non-text portions of this message

Re: [svg-developers] setAttributeNS is dumb,dumb,dumb!

2005-10-06 Thread Jeroen Vanattenhoven
I agree. I really don't know what the fuss is all about. instead of: setAttribute(myAttr,myAttrValue) you get: setAttributeNS(ns,myAttr,myAttrValue) = 5 extra characters Is that so much to ask? There really worse things happening in the world I believe. And

[svg-developers] Change map styles

2005-10-06 Thread Jeroen Vanattenhoven
Hello, I currently have a few mapstyles in seperate css-files (f.e. map1.css map2.css ...). On top of my svg document I have: ?xml version=1.0 encoding=UTF-8 standalone=no? ?xml-stylesheet href=map1.css type=text/css? Is there a way to change the href value via DOM? By the way, the second row

Re: [svg-developers] SVG animation

2005-10-05 Thread Jeroen Vanattenhoven
authoring guidelines: http://jwatt.org/svg/authoring/ Jeroen Vanattenhoven reindeer21005 schreef: I am just a beginner to SVG. I am trying to get animation working. Can someone tell me the right combination of browser and plugin I need ? I have Netscape 8 and installed ASVG 3, and have tried

[svg-developers] Streetnames text problem

2005-10-04 Thread Jeroen Vanattenhoven
Hello, I've included streetnames for my map. I just put them on the path of the street which work very nicely. The problem is that with real coördinates the Y-axis points up and for SVG points down. My whole map has a transform=scale(1,-1) attribute which makes my map look correct and not upside

[svg-developers] Path and brush

2005-10-03 Thread Jeroen Vanattenhoven
more complex lines easily without having to do that twice? Are there plans in that direction? Or am I talking nonsense here :)? Jeroen Vanattenhoven Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm Yahoo! Groups Sponsor ~-- Get Bzzzy

Re: [svg-developers] Path and brush

2005-10-03 Thread Jeroen Vanattenhoven
Photoshop) in SVG, with which you can draw more complex lines easily without having to do that twice? Are there plans in that direction? Or am I talking nonsense here :)? Jeroen Vanattenhoven Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm - To unsubscribe send a message

Re: [svg-developers] Re: DOM Nodelist whitespace

2005-09-21 Thread Jeroen Vanattenhoven
OK, thanks. Another related question: there are 2 (?) ways of going through the nodes: 1: childNodes[i] 2: childNodes.item(i) Is there one method we should use (why then?) or is that not important? Jeroen Jonathan Watt schreef: On 9/20/05, Martin Honnen [EMAIL PROTECTED] wrote: var

Re: [svg-developers] Re: DOM Nodelist whitespace

2005-09-21 Thread Jeroen Vanattenhoven
Yes it should, but it doesn't :(. I tried this with ASV + IE and they only provide the numbers. Cameron McCormack schreef: Martin Honnen: What you suggest, childNode.ELEMENT_NODE, is not supported in Adobe SVG viewer either. Nor in other DOM implementations I know, beside Mozilla's DOM

[svg-developers] DOM Nodelist whitespace

2005-09-20 Thread Jeroen Vanattenhoven
Hello, The next example http://www.zvon.org/xxl/DOM2reference/Output/ shows that .childNodes.length depends on the presence of whitespace in the xml-document. For certain things in my application I need to work with the childNodes. But for editing that whitespace is present. I don't want to write