Zn2O / gwt-google-apis

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

Copyright notice is lost when creating a new map with existing tile layer #186

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Found in Release:
0.0.290

Detailed description:
I'm creating a new map from a satellite tile layer, in order to provide new
MapTypeOptions with limited zoom. The Copyright notices of the prototype
layer are lost.

Code:
MapTypeOptions satteliteOptions = new MapTypeOptions();
satteliteOptions.setMinResolution(8);
satteliteOptions.setMaxResolution(17);
MapType satteliteMap = new MapType(satelliteLayers,
MapType.getSatelliteMap().getProjection(), "Satellite", satteliteOptions);
map.addMapType(satteliteMap);

Workaround if you have one:
I don't

Links to the relevant GWT Developer Forum posts:

Original issue reported on code.google.com by tom...@gmail.com on 1 Oct 2008 at 6:40

GoogleCodeExporter commented 9 years ago

Original comment by galgwt.reviews@gmail.com on 7 Oct 2008 at 8:42

GoogleCodeExporter commented 9 years ago
I reproduced this issue in GWT and will try to reproduce it in JavaScript next.

Original comment by galgwt.reviews@gmail.com on 7 Oct 2008 at 9:19

GoogleCodeExporter commented 9 years ago
Reproduced in JavaScript (see attached)

Found this issue in the Maps issue tracker:
  http://code.google.com/p/gmaps-api-issues/issues/detail?id=663

Internal ref 1376011

Original comment by galgwt.reviews@gmail.com on 8 Oct 2008 at 1:52

Attachments:

GoogleCodeExporter commented 9 years ago
Passed on to the Maps team.

Original comment by galgwt.reviews@gmail.com on 8 Oct 2008 at 1:58

GoogleCodeExporter commented 9 years ago

Original comment by galgwt.reviews@gmail.com on 14 Oct 2008 at 12:44

GoogleCodeExporter commented 9 years ago

Original comment by galgwt.reviews@gmail.com on 14 Oct 2008 at 12:44

GoogleCodeExporter commented 9 years ago
Updating account names

Original comment by zundel@google.com on 21 Dec 2009 at 2:00

GoogleCodeExporter commented 9 years ago

Original comment by piotr.sw...@gmail.com on 14 Apr 2010 at 3:11