Changeset 1272
- Timestamp:
- 10/31/08 14:42:10 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/camptocamp/MapFishAeai/client/mfbase/mapfish/widgets/recenter/Base.js
r1261 r1272 166 166 if (this.showCenter) { 167 167 // display a symbol on the new center point 168 this.showCenter (x, y);168 this.showCenterMark(x, y); 169 169 } 170 170 … … 190 190 191 191 /** 192 * Method: showCenter 192 * Method: showCenterMark 193 193 * Materializes new center with a cross 194 194 * … … 197 197 * {Float} - northing coordinate 198 198 */ 199 showCenter : function(x, y) {199 showCenterMark: function(x, y) { 200 200 this.prepareVectorLayer(); 201 201