Google Source Developer - geosolutions-it/MapStore GitHub Wiki
The GoogleSource plugin in included by default:
gxp/src/script/plugins/GoogleSource.js
{
"ptype":"gxp_googlesource",
"localized": false,
"timeout": 7000,
"title": "Google Layers",
"roadmapAbstract": "Show street map",
"satelliteAbstract": "Show satellite imagery",
"hybridAbstract": "Show imagery with street names",
"terrainAbstract": "Show street map with terrain",
"otherParams": "sensor=false"
}
-
ptype: ptype of the plugin -
timeout: the time (in milliseconds) to wait before giving up on the Google Maps script loading. This layer source will not be availble if the script does not load within the given timeout. Default is 7000 (seven seconds) -
titlea descriptive title for this layer source (i18n) -
roadmapAbstractdescription of the ROADMAP layer (i18n) -
satelliteAbstractdescription of the SATELLITE layer (i18n) -
hybridAbstractdescription of the HYBRID layer (i18n) -
terrainAbstractdescription of the TERRAIN layer (i18n) -
otherParamsAdditional parameters to be sent to Google, default is "sensor=false" -
localizedEnables localization of Google Maps messages, through the API "language=" parameter. The locale is taken from GeoExt.Lang.locale. Default is false.