lib/Request.php:136: Warning[2]: ob_start(): output handler 'ob_gzhandler' cannot be used after 'URL-Rewriter'
lib/WikiPlugin.php:292: Warning[2]: getplugin(lib/plugin/oldStyleTable.php): failed to open stream: No such file or directory
Demo1 (archive not editable)
<applet code="net.sf.cycleAtlas.applet.CAApplet" width="500" height="400" codebase="." archive="AppletCA.jar,lw.jar"> <param name="archiveName" value="rides/Hills"> <param name="map1Editable" value="false"> <param name="map2Editable" value="false"> <param name="showInHTMLPage" value="true"> </applet>
Demo2 (archive editable)
<applet code="net.sf.cycleAtlas.applet.CAApplet" width="500" height="400" codebase="." archive="AppletCA.jar,lw.jar"> <param name="archiveName" value="rides/Rides"> <param name="map1Editable" value="true"> <param name="map2Editable" value="true"> <param name="shoin a pagewInHTMLPage" value="true"> </applet>
Demo3 (map in a separate frame)
<applet code="net.sf.cycleAtlas.applet.CAApplet" width="500" height="400" codebase="." archive="AppletCA.jar,lw.jar"> <param name="mapName" value="Italia"> <param name="map1Editable" value="true"> <param name="map2Editable" value="true"> <param name="showInHTMLPage" value="false"> </applet>
| archiveName | The archive name (with folder path, as "rides/myArchive"), if you want to display an archive of rides. |
|---|---|
| mapName | The map name (without the folder. The map file must be in the map subfolder). |
| map1Editable | set to true if you want to use the map 1 (inside the split tab) for insert/change the route, false otherwise |
| map2Editable | set to true if you want to use the map 2 (inside the map tab) for insert/change the route, false otherwise |
| showInHTMLPage | set to true if you want the applet to be displayed into the body of the HTML page. |
Simply make an HTML page with an applet tag, as in previous examples.
Use the application version of CycleAtlas to make your map and/or your archive of rides. Optionally, you can also set the preferred cyclist speeds and the map color.
Then put all required files (that you find in the applet folder) into your website.
This tables contains all the files you must put into your website
Include of 'lib/plugin/oldStyleTable.php' failed
Please, if you use the CycleAtlas applet in your web site, then insert the following code (that display an image with a counter to the CycleAtlas project) in the applet page or in the page that calls the applet page
<a href="http://sourceforge.net"> <img src="
http://sourceforge.net/sflogo.php?group_id=29250&type=2" width="125" height="37" border="0" alt="Sourceforge.net Logo"> </a>