new mapDirective()
A "map" directive for a GeoMapFish application.
Example:
<gmf-map gmf-map-map="mainCtrl.map"></gmf-map>
HTML attributes:
Name | Type | Description |
---|---|---|
gmf-map-map |
ol.Map | The map. |
gmf-map-manage-resize |
boolean | undefined | Whether to update the size of the map on browser window resize. |
gmf-map-resize-transition |
boolean | undefined | The duration (milliseconds) of the animation that may occur on the div containing the map. Used to smoothly resize the map while the animation is in progress. |
Returns:
angular.Directive
The Directive Definition Object.