Mercurial > lada > lada-client
comparison app/view/panel/Map.js @ 893:07dfcdf5b41f
jsduck for grids and panels
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Thu, 23 Jul 2015 17:02:28 +0200 |
parents | 729bfea7e8b1 |
children | 2b7bcb778f0a |
comparison
equal
deleted
inserted
replaced
892:777bf66dbb11 | 893:07dfcdf5b41f |
---|---|
2 * Software engineering by Intevation GmbH | 2 * Software engineering by Intevation GmbH |
3 * | 3 * |
4 * This file is Free Software under the GNU GPL (v>=3) | 4 * This file is Free Software under the GNU GPL (v>=3) |
5 * and comes with ABSOLUTELY NO WARRANTY! Check out | 5 * and comes with ABSOLUTELY NO WARRANTY! Check out |
6 * the documentation coming with IMIS-Labordaten-Application for details. | 6 * the documentation coming with IMIS-Labordaten-Application for details. |
7 */ | |
8 | |
9 | |
10 /** | |
11 * This is the MapPanel. | |
12 * It uses OpenLayers to display the map | |
7 */ | 13 */ |
8 Ext.define('Lada.view.panel.Map', { | 14 Ext.define('Lada.view.panel.Map', { |
9 extend: 'Ext.panel.Panel', | 15 extend: 'Ext.panel.Panel', |
10 alias: 'widget.map', | 16 alias: 'widget.map', |
11 | 17 |