|
||||
[Chameleon] layermanager in chameleon 1.1aSchnider Markus msr@sourcepole.chTue, 30 Mar 2004 17:18:53 +0200
|
Paul, Thanks, Do you also know the how long it can take to release this version? Or, has the cvs version this included? Is there yet a possibility to manage wms layers? Should I take the chameleon version 1.0 or wait for the new version? Thanks Markus On Tuesday 30 March 2004 16:00, Paul Spencer wrote: > 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.ma >ptools.org/mailman/listinfo/chameleon</a> > > _______________________________________________ > Chameleon mailing list > Chameleon@lists.maptools.org > http://lists.maptools.org/mailman/listinfo/chameleon
This archive was generated by Pipermail. |
MapTools.org -- Hosted by DM Solutions Group |