Difference between revisions of "CSC220 Homework 8 2010"
(Created page with '--~~~~ ---- __TOC__ <br /> <center> <font size="+2">Page under construction!</font> <br \>300px </center> <br /> <tanbox> </tanbox> <br /> =Opt…') |
(→Option 1) |
||
Line 19: | Line 19: | ||
* Write a Processing program using Eitan M.'s example, and the ones available on the Class Web page illustrating how to access Web pages (php pages) to put together a Processing applet that displays '''two''' different KML files. The selection of the KML files is done via the URL request, inside the Processing program. The way I recommend implementing this is to append a request at the end of the URL of your php page of the form "?Id=3,4". In this particular example, it would indicate that the php program has to return the contents (filtered or not) of the KML files with Ids 3 and 4. | * Write a Processing program using Eitan M.'s example, and the ones available on the Class Web page illustrating how to access Web pages (php pages) to put together a Processing applet that displays '''two''' different KML files. The selection of the KML files is done via the URL request, inside the Processing program. The way I recommend implementing this is to append a request at the end of the URL of your php page of the form "?Id=3,4". In this particular example, it would indicate that the php program has to return the contents (filtered or not) of the KML files with Ids 3 and 4. | ||
− | * Call your php program: pickKml.php | + | * Call your php program: '''pickKml.php''' |
− | * Call your page containing the Processing applet: displayKml.php | + | * Call your page containing the Processing applet: '''displayKml.php''' |
=Option 2= | =Option 2= | ||
* Write a Processing applet that contains the same elements as the form you created in a previous assignment, where you specify which KML file should be selected depending on various parameters. | * Write a Processing applet that contains the same elements as the form you created in a previous assignment, where you specify which KML file should be selected depending on various parameters. |
Revision as of 19:16, 12 November 2010
--D. Thiebaut 00:02, 13 November 2010 (UTC)
Contents
Option 1
- Write a Processing program using Eitan M.'s example, and the ones available on the Class Web page illustrating how to access Web pages (php pages) to put together a Processing applet that displays two different KML files. The selection of the KML files is done via the URL request, inside the Processing program. The way I recommend implementing this is to append a request at the end of the URL of your php page of the form "?Id=3,4". In this particular example, it would indicate that the php program has to return the contents (filtered or not) of the KML files with Ids 3 and 4.
- Call your php program: pickKml.php
- Call your page containing the Processing applet: displayKml.php
Option 2
- Write a Processing applet that contains the same elements as the form you created in a previous assignment, where you specify which KML file should be selected depending on various parameters.