dojox/geo/openlayers/_base.__MapArgs (version 1.10)

Summary

The keyword arguments that can be passed in a Map constructor.

Note: This is not a real constructor, but just a description of the type of object that should be passed as a parameter to some method(s), and/or the return value from some method(s). In other words, the type exists only for documentation purposes, and you cannot call new _base.__MapArgs()

See the dojox/geo/openlayers/_base.__MapArgs reference documentation for more information.

Property Summary

  • baseLayerNameThe name of the base layer.
  • baseLayerOptionsAdditional specific options passed to OpensLayers layer, such as The list of layer to display, for Web Map Server layer.
  • baseLayerTypetype of the base layer.
  • baseLayerUrlSome layer may need an url such as Web Map Server.

Properties

baseLayerName

The name of the base layer.

baseLayerOptions

Additional specific options passed to OpensLayers layer, such as The list of layer to display, for Web Map Server layer.

baseLayerType

type of the base layer. Can be any of

  • dojox.geo.openlayers.BaseLayerType.OSM: Open Street Map base layer
  • dojox.geo.openlayers.BaseLayerType.Transport: Open Street Map Transport base layer (opencyclemap.org)
  • dojox.geo.openlayers.BaseLayerType.WMS: Web Map Service layer
  • dojox.geo.openlayers.BaseLayerType.GOOGLE: Google layer
  • dojox.geo.openlayers.BaseLayerType.VIRTUAL_EARTH: Virtual Earth layer
  • dojox.geo.openlayers.BaseLayerType.BING: Bing layer
  • dojox.geo.openlayers.BaseLayerType.YAHOO: Yahoo layer
  • dojox.geo.openlayers.BaseLayerType.ARCGIS: ESRI ArgGIS layer
baseLayerUrl

Some layer may need an url such as Web Map Server.

Error in the documentation? Can’t find what you are looking for? Let us know!