mapfish.widgets.MapComponent

A map container in order to be able to insert a map into a complex layout Its main interest is to update the map size when the container is resized

Deprecated

This widget is deprecated and will be removed in next mapfish version.  Please use http://geoext.org/lib/GeoExt/widgets/MapPanel.html instead.

Simple example usage

var mapcomponent = new mapfish.widgets.MapComponent({map: map});

Inherits from

  • {Ext.Panel}
Summary
mapfish.widgets.MapComponentA map container in order to be able to insert a map into a complex layout Its main interest is to update the map size when the container is resized
Constructor
mapfish.widgets.MapComponentCreate a new MapComponent.
Properties
map{OpenLayers.Map} A reference to the OpenLayers map object.

Constructor

mapfish.widgets.MapComponent

Create a new MapComponent.

Parameters

config{Object} The config object

Properties

map

{OpenLayers.Map} A reference to the OpenLayers map object.

Instances of OpenLayers.Map are interactive maps embedded in a web page.
Close