[Cartoweb-users] Html Export
Alexandre Saunier
alexandre.saunier at camptocamp.com
Mon Jun 27 11:06:23 EDT 2005
Ok, I see what's going wrong:
the getLayerById() method has been moved from the MapInfo class to a
separated LayersInit class in the "layers" coreplugin. For some reason,
an outdated version of plugins/exportHtml/client/ClientExportHtml.php
has been used for building the released Cartoweb archive.
2 options:
- replace the line 109 in ClientExportHtml.php
$layer = $mapInfo->getLayerById($layerId);
by
$layer = $mapInfo->layersInit->getLayerById($layerId);
- get the latest Cartoweb *dev* version via CVS (see
http://cartoweb.org/#download for details)
Fred Bauer wrote:
> I do a new test with the html export plugin. This time I looked to the
> error log. The message is :
>
> Call to undefined method MapInfo::getLayerById() in
> C:\www\site\cartoweb3\plugins\exportHtml\client\ClientExportHtml.php on
> line 109
>
> I looked to the MapInfo Class, the method getLayerById() doesn't exist.
> Does it miss ? Or comes the error from something else ?
>
> _________________________________________________________________
> MSN Hotmail : choisissez votre adresse @hotmail.fr
> http://www.imagine-msn.com/hotmail/default.aspx?locale=fr-FR
>
> _______________________________________________
> Cartoweb-users mailing list
> Cartoweb-users at lists.maptools.org
> http://lists.maptools.org/mailman/listinfo/cartoweb-users
More information about the Cartoweb-users
mailing list