|
||||
[Chameleon] layermanager in chameleon 1.1aPaul Spencer pagameba@magma.caTue, 30 Mar 2004 09:00:31 -0500 (EST)
|
Markus, the layer manager widget has not been updated to work with the latest version of chameleon and will actually be removed from the distribution. In its place will be a couple of new widgets including a WMSBrowser widget (to explore and add WMS layers) and some sort of layer management widget which will allow for promote/demote/delete functionality. These widgets will be available in the next couple of weeks. Cheers, Paul On Mar 30, Schnider Markus <msr@sourcepole.ch> wrote: > > Hi all, > > I've tried this code in the index file: > > ---------------------------------------------------------------------------------------- > <? > > include( "/path/to/chameleon.php" ); > > $szTemplate = "test.html"; > $szMapFile = "/path/to/test.map"; > $szContext = "/path/to/test.cml"; > > class FOO extends Chameleon > { > function FOO() > { > parent::Chameleon(); > $this->moMapSession = new MapSession_RW; > $this->moMapSession->setTempDir( getSessionSavePath()); > } > } > > $oApp = new FOO(); > $oApp->CWCInitialize( $szTemplate, $szMapFile ); > > if (!isset($_GET['NAV_CMD']) && !isset($_POST['NAV_CMD'])) > { > $oApp->moMapSession->oMap->loadMapContext( $GLOBALS['szContext'] ); > } > > $oApp->CWCExecute(); > > ?> > ---------------------------------------------------------------------------------------- > > and added the layermanager widget in the sample.html. > > What else must I include to run the layermanager without errors? > Is there an other widget, to include wms servers? > > Thanks, > > Markus Schnider > _______________________________________________ > Chameleon mailing list > Chameleon@lists.maptools.org > <a href='http://lists.maptools.org/mailman/listinfo/chameleon'>http://lists.maptools.org/mailman/listinfo/chameleon</a> >
This archive was generated by Pipermail. |
MapTools.org -- Hosted by DM Solutions Group |