iobts / gwt-google-apis

Automatically exported from code.google.com/p/gwt-google-apis
0 stars 0 forks source link

Maps v3 API: PinkParks sample doesn't work #509

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Found in Release:
3.8.0 pre1

Platform information (OS, Browser, GWT version).  Does the issue exist on
other platforms?
GWT 2.5

Give a Detailed description of the problem.  If possible, please include
some code that reproduces the problem and a verbatim copy of any error
messages you can find.
In MapTypeStyleFeatureType, the registry initialization should be the first 
line in the class, because the static attributes initialization tries to use it.

Original issue reported on code.google.com by tomer.ba...@takadu.com on 12 Dec 2012 at 10:37

GoogleCodeExporter commented 9 years ago
Alternative to changing order - initialize the registry lazily, as done in 
MapTypeId, for example.

Original comment by tom...@gmail.com on 24 Dec 2012 at 10:34