I was testing it in IE6. Haven't tried FF or IE7 yet. I have raised the bug
in JIRA.
One more thing I just remembered -> the East/West markings are reversed too.
That is a very simple fix in /mapbuilder/lib/widget/graticule.js - lines
288-295
else if(lo<0)
{ d.title = mbGetMessage("westWgs84");
d.innerHTML =
(Math.abs(lo)).toFixed(lonDecs)+" E"; // <- " W"
}
else
{ d.title = mbGetMessage("eastWgs84");
d.innerHTML =
(Math.abs(lo)).toFixed(lonDecs)+" W"; // <- " E"
}
Darren Graham
Information Analyst
EDS
1-3 Bartley Way
Bartley Way Industrial Park
Hook, RG279XA
UK
Phone: +44 01256 74 2579
+ mailto: [EMAIL PROTECTED]
This email contains information which is confidential and may be privileged.
Unless you are the intended addressee (or authorised to receive for the
addressee) you may not use, forward, copy or disclose to anyone this email or
any information contained in this email. If you have received this email in
error, please advise the sender by reply email immediately and delete this
email.
EDS Defence Ltd
Registered Office: 4 Roundwood Avenue, Stockley Park, Uxbridge, Middlesex, UB11
1BQ.
Registered in England no: 936751
VAT number: 432 99 5915
-----Original Message-----
From: Cameron Shorter [mailto:[EMAIL PROTECTED]
Sent: 07 January 2008 20:19
To: Graham, Darren F
Cc: [EMAIL PROTECTED]; mapbuilder-devel
Subject: Re: [Mapbuilder-users] 1.5 RC1 lat/long grid misaligned
Darren,
That sounds like a bug.
Are you testing in Firefox or IE6 or IE7? (I suspect it may be a CSS issue,
usually due to differences between IE and Firefox)
Could you please raise an issue in the Mapbuilder issue tracker and assign it
to release 1.5rc2 to be fixed. Be very descriptive about how to reproduce the
problem and what browsers work/don't work.
http://jira.codehaus.org/browse/MAP
Graham, Darren F wrote:
> Just downloaded 1.5 RC1 and in the examples->"enhanced map viewer"
> (mapbuilder\examples\mapViewer\index.html), the lat/long grid doesn't line up
> with the lat/long provided by the cursor track.
>
> Darren
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> olivier.terral
> Sent: 04 January 2008 15:24
> To: Gertjan van Oosten
> Cc: [EMAIL PROTECTED]
> Subject: Re: [Mapbuilder-users] Real time
>
> Hi all,
>
> There is a refreshLayer function to refresh just one layer in
> MapPaneOL.js file.
>
> With a little hack you can probably use it with timer tool.
>
> Gertjan van Oosten a écrit :
>
>> Hi Marcos,
>>
>> As quoted from Marcos Sánchez Provencio <[EMAIL PROTECTED]>:
>>
>>
>>> I have a 'rays' layer that displays rays in real time. How can I
>>> force a layer redraw every 10 minutes or so?
>>>
>>> Any pointers appreciated :-)
>>>
>>>
>> Add a Timer tool to your Context like this:
>>
>> <Context id="mainMap">
>> //...
>> <tools>
>> //...
>> <Timer>
>> <autoStart>true</autoStart>
>> <eventName>refreshWmsLayers</eventName>
>> <every>600</every> <!-- time is in seconds -->
>> </Timer>
>> </tools>
>> </Context>
>>
>> This will send the refreshWmsLayers event every 600 seconds.
>> [Note that MapBuilder currently has no way of refreshing just a
>> single layer, so this is your best shot.]
>>
>> Kind regards,
>>
>>
>
>
> ----------------------------------------------------------------------
> --- This SF.net email is sponsored by: Microsoft Defy all challenges.
> Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Mapbuilder-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/mapbuilder-users
>
> ----------------------------------------------------------------------
> --- This SF.net email is sponsored by: Microsoft Defy all challenges.
> Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Mapbuilder-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/mapbuilder-users
>
>
--
Cameron Shorter
Geospatial Systems Architect
Tel: +61 (0)2 8570 5050
Mob: +61 (0)419 142 254
Think Globally, Fix Locally
Commercial Support for Geospatial Open Source Solutions
http://www.lisasoft.com/LISAsoft/SupportedProducts.html
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
mapbuilder-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mapbuilder-devel