|
||||
[Chameleon] What does chameleon do?Julien-Samuel Lacroix lacroix@dmsolutions.caWed, 07 Jan 2004 10:02:43 -0500
|
Hi px, Reply 1: In theory, you set the navigable option to true and you put a navtools widget (Recenter, ScaleZoom, CompassPoint, etc.) in your template and that's it. However the MapImageSharedResource widget have not been tested with all navtools. Only Recenter, CompassPoint and ScaleZoom have been tested, but I don't see why they should not work. So it will be safe to use the ZoomIn and ZoomOut widget, and all others. Reply 2: The magic of template pre-processing can solve your problem. Check http://www.maptools.org/chameleon/wiki/pre_2dprocessing The only change that you should make to what you see there is to use a different syntax. The [Name] have changed to [$Name$]. So if your search page pass the variable "state" in the URL with a combo box or a hidden field, you can use anywhere in your widget the tag [$state$] and it will be replaced by the value in the URL. Enjoy! Best regards, Julien pxniw pxniw wrote: > Great Suggestions Julien... > > I'am learning things fast here ;) > > Always going for new advanced stuff. So here it goes. > If I am asking too much lemme know. > > Question 1. > How do I make "MyResult" Shared resource image > navigable? (I know its possible, since I have 2 images > now showing and one changes). One is the DHTML map > widget (Which shows map, and when I click on it, ie > zoom in, it does not change, but it will change my > sharedresource "MyResult" image. This is what I want. > How do I do it without the Dhtml widget and click > directly on the image? > > Question 2. > I got things working out pretty nicely, with Mysql > widget code in my .html page. Little confused, how to > query and change the result image. What page do I need > to change, or do I need to add other .php script > somewhere. Ie I want this: User types State (In text > box) and then output page gives him her option to > click available cities. When clicked it will show all > restaurants in that city. > > I have: index.phtml sample.html and test.map > On sample.html I have: > <CWC2 Type="SQLQuery" SharedResourceName="MyResult" > SQLQuery="SELECT * FROM test.State WHERE test.State = > 'Georgia' > " Server="localhost" Database="test"/></cwc2> > > How do I programmatically change above query so I dont > have to create new page for each state. > > Thank You > Px > > > __________________________________ > Do you Yahoo!? > Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes > http://hotjobs.sweepstakes.yahoo.com/signingbonus > _______________________________________________ > Chameleon mailing list > Chameleon@lists.maptools.org > http://lists.maptools.org/mailman/listinfo/chameleon > -- ------------------------------------------------------------ Julien-Samuel Lacroix lacroix@dmsolutions.ca DM Solutions Group http://www.dmsolutions.ca/ ------------------------------------------------------------
This archive was generated by Pipermail. |
MapTools.org -- Hosted by DM Solutions Group |