|
|
 |
Re: FN-FORUM: Image maps from layers
date posted 29th May 2007 20:14
what are you trying to do?
----from your site-------------
Although this should be easy, the choice of doing this without any backend
code is proving diffecult. My plan was to build a Google Maps mashup with
live travel information.
Using XMLHttpRequest against the TPEG data (tpeg because this gives
Longitude and Latitude coordinates) proved diffecult. The requestXML
validation process fails to load the DTD, and as the TPEG file contains non
standard data the DTD is required. Using "validateOnParse=true" didn't
solve the problem.
Reverting to "Microsoft.XMLDOM" solved the problem, allowing navigation of
the DOM Tree.
Problem 1. Although we now have the problem of accessing a remote xml file
http://www.bbc.co.uk/travelnews/tpeg/en/local/rtm/devon_tpeg.xml which meant
the Firefox, and most Mozilla browsers, woldn't work. IE to the rescue this
allows you to accept the parseing of a remote file.
Problem 2. "Microsoft.XMLDOM" load wouldn't work async. (i need to solve
this)
Here we are so far, a few hours work and a travel mashup.
----- Original Message -----
From: "Peter Agambar" [EMAIL REMOVED]
To: [EMAIL REMOVED]
Sent: Tuesday, May 29, 2007 7:22 PM
Subject: RE: FN-FORUM: Image maps from layers
>
> Doh!
>
> Peter Agambar BSc(Hons) MBCS
> ________________________________
>
> Website:
> www.agambar.co.uk
> Tel:
> +44(0)1752 750054
> Mob:
> +44(0)7912966251
> ________________________________
>
>
> -----Original Message-----
> From: [EMAIL REMOVED] [EMAIL REMOVED] On Behalf Of Steven
> Lavine
> Sent: 29 May 2007 18:12
> To: FN-FORUM / [EMAIL REMOVED]
> Subject: Re: FN-FORUM: Image maps from layers
>
>
> Peter Agambar wrote:
>> No sure but is that a psd file from ArcSDE?
> Photoshop
>> Late in the day so forgive me if
>> I'm mixing up my extensions. If it is then Esri may be of help but there
>> are a couple of free tools that may also be able to do it. Geoserver or
>> Grass. But then again I've been working on a JBoss OpenSSL Voiceobject
>> problem all day so I could just be talking out my arse.
>>
>> Peter
>>
>>
>
> --
> Freelancers, contractors earn more with Prosperity4
> Call 0870 870 4414 or visit www.prosperity4.com
> and benefit from Inland Revenue approved expenses today.
>
> To advertise here: http://www.freelancers.net/advertising.html
>
>
> --
> Freelancers, contractors earn more with Prosperity4
> Call 0870 870 4414 or visit www.prosperity4.com
> and benefit from Inland Revenue approved expenses today.
>
> To advertise here: http://www.freelancers.net/advertising.html
>
> |
 |
|