|
From: <th...@gm...> - 2011-01-20 03:17:22
|
Hello List,
Just wondering why G_PHYSICAL_MAP is missing from GMapType.
So, using pure javascript, I can say:
var gphy = new OpenLayers.Layer.Google(
"Google Physical",
{type: G_PHYSICAL_MAP, 'sphericalMercator': true}
);
in order to display a shaded relief type map, which is really a nice looking
map.
Switching to GWT-Openlayers, I don't have the opportunity to use
G_PHYSICAL_MAP .
Is there something legal behind this? Can you please add G_PHYSICAL_MAP so
I can grab this functionality from the nightly build?
...or would I need add it myself and build my own module?
Thanks in advance for any info.
-Tom
|