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

2006-06-10 Thread Edgar Valarezo
A way more flexible (and dificult) is using PostgreSQL with PostGIS. The version 8.1 is compatible with Windows, and have the shp2sql.exe program. When you run this, the result is a SQL script for PostgreSQL and then is possible introduce de shape into the database. Then is possible modify de

Re: [!! SPAM] [svg-developers] Re: What this error mean in FF?

2006-06-10 Thread Edgar Valarezo
Try this: this.nameElement.style.setProperty(fill,rgb(0,0,0),); this.nameElement.style.setProperty(font-size,14px,); That work in IE, but I'm not sure in FF. I think that must work. Edgar Nicole Ueberschär [EMAIL PROTECTED] escribió: FF doesn't like the

Re: [svg-developers] Hi all. How can I get version SVG viewer using JavaScript?

2005-11-29 Thread Edgar Valarezo
Hi. I use this code for IE/ASV and Firefox: !-- script to check SVG availability and version -- !-- MOST OF THIS IS FROM SUN and another guy I don't remember. Sorry. -- !-- Check if browsers have SVG support and record if we need to use VBScript detection method if the number of MIME

Re: [svg-developers] Hi all. How can I get version SVG viewer using JavaScript?

2005-11-29 Thread Edgar Valarezo
I hope this can be a bit more clear: !-- Script to check SVG availability and version -- !-- Detect IE/ASV and Firefox SVG support -- !-- MOST OF THIS IS FROM SUN and another guy I don't remember. Sorry. -- !-- Check if browsers have SVG support and record if we need to use VBScript

Re: [svg-developers] Re: manipulate HTML from within SVG...help please!!!

2005-05-13 Thread Edgar Valarezo
There was two errors. First, in the HTML lack the tag 'SCRIPT', and then in the SVG change the event onfiltered by onclick. That work whit Inernet Explorer and Adobe SVG Viewer. index.htm code: HTML HEAD SCRIPT function alertMe(){ alert(hello world!);

Re: [svg-developers] Re: manipulate HTML from within SVG...help please!!!

2005-05-12 Thread Edgar Valarezo
In the svg try 'top.alertMe()' . Clara [EMAIL PROTECTED] escribió: Hmm,..I tried the code,..but it doesn't work..I got an error message that says out of stack spaceI wonder why.. --- In svg-developers@yahoogroups.com, joobs_27 [EMAIL PROTECTED] wrote: --- In

[svg-developers] Frameset reference HELP!

2005-05-04 Thread Edgar Valarezo
Hi everybody I have a frameset with a svg document reference like this: html head titleMy Map/title script language=”javascript” function access(id){ var svgdoc = frames.mapFrame.document.getSVGDocument(); //error var svgdoc = frames.mapFrame.getSVGDocument(); //error var

[svg-developers] SVG speculum

2005-04-16 Thread Edgar Valarezo
Hi. Sorry for my bad english. I have a problem with the shp2pgsql.exe tool (download since Carto.net) and my PHP-MySQL application. I don’t know why my SVG is resulting how if it was reflected by a horizontal mirror. The PHP code (after de SQL spatial query) is like this: //geometry

RE: [svg-developers] SVG speculum

2005-04-16 Thread Edgar Valarezo
, 7500AA Enschede (The Netherlands) ph: +31-(0)534874253; fax: +31-(0)534874335 _ From: svg-developers@yahoogroups.com on behalf of Edgar Valarezo Sent: Sat 16-Apr-05 21:35 To: svg-developers@yahoogroups.com Subject: [svg-developers] SVG