Menu

#18 GTileLayer functions not called during runtime

open
nobody
5
2007-10-30
2007-10-30
Anonymous
No

It seems that getTileUrl() of any GTileLayer instance is not called at all in runtime.

I dig to the source code and find that there is a function GTIleLayerImpl.setupAbstract() which seems supposed to be called to setup the pointer to functions, but is never being called in GTileLayer.

As a workaround, I create a new class out of GTileLayerImpl.class and call the static function setupAbstract(). This solves the problem.

Discussion


Log in to post a comment.