lightrefracted / gmaps-utility-gis

Automatically exported from code.google.com/p/gmaps-utility-gis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

this._rootLayerNode is undefined

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1. first load of map in firefox
2.
3.

What is the expected output? What do you see instead?
this._rootLayerNode is undefined in the _adjustToState method

What version of the product are you using? On what operating system?
latest

Please provide any additional information below.
fix:

_adjustToState: function() {
        if (this._rootLayerNode) {
            this._rootLayerNode._adjustToState();
        }
    },

Original issue reported on code.google.com by lukephil...@gmail.com on 24 Mar 2014 at 5:17