[Chameleon] Locate widget and JSAPI - samples don't work

Pagurek,Debbie [NCR] Debbie.Pagurek at ec.gc.ca
Tue Nov 8 16:11:59 EST 2005


We've narrowed down this problem to the LocateCB function...
It appears that there is no JSAPI call to refresh the map image once the
opener gets the geographic coordinates from the Locate Pop up.

So how do we get the map image to refresh zoomed in to the selected
Location?

Thanks in advance,
D. Pagurek

-----Original Message-----
From: chameleon-bounces at lists.maptools.org
[mailto:chameleon-bounces at lists.maptools.org] On Behalf Of
Pagurek,Debbie [NCR]
Sent: Tuesday, November 08, 2005 11:46 AM
To: chameleon at lists.maptools.org
Subject: [Chameleon] Locate widget and JSAPI - samples don't work



Is there anything special that has to be done with the locate widget for
it to work when the JSAPI is enabled? I checked the chameleon Samples -
Enhanced Sample using the JSAPI mode and it doesn't appear to be working
there either. The actual query to the locate services works fine. By not
working I mean that the map doesn't get updated or get zoomed in when
the Apply button is clicked.

Does anyone have a working example of LOCATE widget with JSAPI?

D. Pagurek

-----Original Message-----
From: chameleon-bounces at lists.maptools.org
[mailto:chameleon-bounces at lists.maptools.org] On Behalf Of Bart van den
Eijnden
Sent: Tuesday, November 08, 2005 2:02 AM
To: Pagurek,Debbie [NCR]; chameleon at lists.maptools.org
Subject: Re: [Chameleon] Locate widget on netscape problem


Hi Debbie,

errors which are written in HTML directly are somehow handled
differently by Firefox or IE. I always notice it when I do some
debugging with echo's in php, in IE I won't see them most of the time
until I view the HTML source, probably since they could be before or
after the <html> begin and end tags.

The widget code needs to be changed for this. In the InitDefaults of the
Locate widget, parent::InitDefaults should be called as the first line.
I would suggest filing a bug as well, after first checking in the
current CVS file has the same problem.

    function InitDefaults()
    {
        parent::InitDefaults(); 

Hope this helps.

Best regards,
Bart

Bart van den Eijnden
Syncera IT Solutions
Postbus 270
2600 AG  DELFT

tel.nr.: 015-7512436
email: BEN at Syncera-ITSolutions.nl
>>> "Pagurek,Debbie [NCR]" <Debbie.Pagurek at ec.gc.ca> 11/07/05 9:22 PM
>>> >>>
Hi all,
We've been testing our app in different browsers and we're seeing a
problem in Netscape (7.0 is what I'm testing right now) in the locate
widget. The postal code or placename seems to be found ok because a list
of places is provided, but the following error appears next to the list:

  ERROR 1: ERROR: InitDefaults didn't call base class InitDefaults in
widget locate

And then of course when you click on Apply or OK, the map appears to be
trying to do something (the "please wait" notice appears) but the map
doesn't get updated with a point and it doesn't zoom in.

Can anyway suggest what the problem might be?

The locate widget is working just fine in IE and Mozilla.

Thanks in advance,
D. Pagurek

_______________________________________________
Chameleon mailing list
Chameleon at lists.maptools.org
http://lists.maptools.org/mailman/listinfo/chameleon


_______________________________________________
Chameleon mailing list
Chameleon at lists.maptools.org
http://lists.maptools.org/mailman/listinfo/chameleon

_______________________________________________
Chameleon mailing list
Chameleon at lists.maptools.org
http://lists.maptools.org/mailman/listinfo/chameleon



More information about the Chameleon mailing list