sanyaade-augmented-reality / junaio

Automatically exported from code.google.com/p/junaio
0 stars 0 forks source link

devpackage 1.0.3: missing method SinglePOI::getDisplayType #41

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Description:
------------

In DevPackage103 the method SinglePOI::getDisplayType is missing.

How to reproduce
-------------------------------------------------

Call method create3DLocationBasedPOI(...) in JunaioBuilder
Execute the file

The following error is raised:

Fatal error:  Call to undefined method SinglePOI::getDisplayType() in 
/poibuilder.class.php on line 1108

Code snippet:
                    if($oPoi->getDisplayType() != "")
                        $poi->addChild('display_type', $oPoi->getDisplayType());

There are no further refrences to getDisplayType found by grepping all files in 
the library subdirectory.

Original issue reported on code.google.com by j...@lapoutre.com on 30 Aug 2011 at 8:34

GoogleCodeExporter commented 9 years ago
Thank you for the hint. I have updated the SinglePoi class.
The new package can be found here or directly at:
http://dev.junaio.com/publisherDownload/devPackage1031.zip

Frank

Original comment by Frank.An...@metaio.com on 30 Aug 2011 at 9:26

Attachments: