comparison app/view/panel/Map.js @ 803:1e7095533038

Removed console output from map
author Dustin Demuth <dustin@intevation.de>
date Fri, 22 May 2015 13:16:06 +0200
parents 7267bae1d43f
children 729bfea7e8b1
comparison
equal deleted inserted replaced
802:3139b920dd0e 803:1e7095533038
130 this.locationRecord.set('latitude', features.feature.geometry.y); 130 this.locationRecord.set('latitude', features.feature.geometry.y);
131 this.locationRecord.set('longitude', features.feature.geometry.x); 131 this.locationRecord.set('longitude', features.feature.geometry.x);
132 this.drawPoint.deactivate(); 132 this.drawPoint.deactivate();
133 this.selectControl.unselectAll(); 133 this.selectControl.unselectAll();
134 this.selectControl.select(features.feature); 134 this.selectControl.select(features.feature);
135 console.log(arguments);
136 }, 135 },
137 136
138 /** 137 /**
139 * @private 138 * @private
140 * Override to display and update the map view in the panel. 139 * Override to display and update the map view in the panel.

http://lada.wald.intevation.org