[OpenLayers-Users] Does OpenLayers support the URL signing required
to use the Google Maps API Premier services?
sl.tricon
simon.linimair at tricon-rfid.com
Mon Nov 14 07:22:35 EST 2011
Dear Users,
Does OpenLayers support the URL signing required to use the Google Maps API
Premier services [1]?
Currently I include the Google map layers like this:
var gphy = new OpenLayers.Layer.Google(
"Google Physical",
{ type: google.maps.MapTypeId.TERRAIN }
);
var gmap = new OpenLayers.Layer.Google(
"Google Streets",
{ numZoomLevels: 20 }
);
var ghyb = new OpenLayers.Layer.Google(
"Google Hybrid",
{ type: google.maps.MapTypeId.HYBRID, numZoomLevels: 20 }
);
var gsat = new OpenLayers.Layer.Google(
"Google Satellite",
{ type: google.maps.MapTypeId.SATELLITE, numZoomLevels: 22 }
);
With a link to the maps API in the page's header:
Thanks in advance,
Simon
[1]: http://code.google.com/apis/maps/documentation/webservices/
--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/Does-OpenLayers-support-the-URL-signing-required-to-use-the-Google-Maps-API-Premier-services-tp6992293p6992293.html
Sent from the OpenLayers Users mailing list archive at Nabble.com.
More information about the Users
mailing list