Zn2O / gwt-google-apis

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

TileLayer is not extensible #177

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Found in Release:
1.0.0 RC1

Detailed description:
The ESRI ArcGIS JavaScript extends certain GMaps objects.  When wrapping
the ArcGIS js with a GWT class, it is not possible to extend the TileLayer
correctly since the TileLayer(JavaScriptObject jsoPeer) constructor is
private.  Likewise, access to the jsoPeer is needed by extending classes. 
If both the jsoPeer and the constructor are set to protected rather than
private, then extending classes may use them and some modicum of access
prevention is still provided by setting them protected and not public.

Workaround if you have one:
see attached patch

Links to the relevant GWT Developer Forum posts:

Original issue reported on code.google.com by jesse.cr...@gmail.com on 23 Sep 2008 at 6:33

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by galgwt.reviews@gmail.com on 23 Sep 2008 at 8:35

GoogleCodeExporter commented 9 years ago
LGTM - committed TileLayer.java changes as r861.

Original comment by galgwt.reviews@gmail.com on 6 Oct 2008 at 8:57

GoogleCodeExporter commented 9 years ago

Original comment by galgwt.reviews@gmail.com on 11 Dec 2008 at 3:11

GoogleCodeExporter commented 9 years ago
Updating account names

Original comment by zundel@google.com on 21 Dec 2009 at 1:59