I'm writing a p.mapper application where I need to dynamically
add some layers on user input.
I'm looking at the dynlayersample plugin, but I cannot understand
how it is supposed to work. I initialize dynlayers with the given
example text file:
jsonFile = "dynlayer_def.txt";
$dynLayers = preg_replace(...., file_get_contents($jsonFile));
$dyn = new DynLayer($map, $dynLayers);
But the DynLayer class seems to expect a different json object,
because it fails in several places:
foreach ($this->json as $dObj) {
require_once($dObj->require);
... // $dObj->require is empty
foreach ($dObj->layerlist as $dl) {
$this->createDynLayer($dl);
... // $dObj->layerlist is not valid for foreach.
Is dynlayer an usable feature? Some hints?
--
Niccolo Rigacci
Firenze - Italy
------------------------------------------------------------------------------
_______________________________________________
pmapper-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pmapper-users