Changeset 217 for branches/branch-1.2/zoo-api
- Timestamp:
- May 31, 2011, 3:30:49 AM (14 years ago)
- Location:
- branches/branch-1.2
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/branch-1.2
-
branches/branch-1.2/zoo-api/js/ZOO-api.js
r101 r217 21 21 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 22 22 * THE SOFTWARE. 23 */ 24 25 /** 26 * Copyright 2005-2010 OpenLayers Contributors, released under the Clear BSD 27 * license. Please see http://svn.openlayers.org/trunk/openlayers/license.txt 28 * for the full text of the license. 23 29 */ 24 30 … … 3198 3204 }, 3199 3205 /** 3200 * Method: parseGeometry. polygon3206 * Method: parseGeometry.envelope 3201 3207 * Given a GML node representing an envelope, create a 3202 3208 * ZOO polygon geometry. … … 4090 4096 * Method: calculateBounds 4091 4097 * Recalculate the bounds by iterating through the components and 4092 * calling callingextendBounds() on each item.4098 * calling extendBounds() on each item. 4093 4099 */ 4094 4100 calculateBounds: function() { … … 4247 4253 * the earth. 4248 4254 * 4255 * Parameters: 4249 4256 * projection - {<ZOO.Projection>} The spatial reference system 4250 4257 * for the geometry coordinates. If not provided, Geographic/WGS84 is -
branches/branch-1.2/zoo-api/js/ZOO-proj4js.js
r85 r217 21 21 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 22 22 * THE SOFTWARE. 23 */ 24 25 /** 26 * Author: Mike Adair madairATdmsolutions.ca 27 * Richard Greenwood rich@greenwoodmap.com 28 * License: LGPL as per: http://www.gnu.org/copyleft/lesser.html 29 * $Id: Proj.js 2956 2007-07-09 12:17:52Z steven $ 23 30 */ 24 31
Note: See TracChangeset
for help on using the changeset viewer.