Sha256: 40fe26f16109071f441e27fc016c5a82499585b85b255532c2d2c44ffc6b9bc4
Contents?: true
Size: 527 Bytes
Versions: 5
Compression:
Stored size: 527 Bytes
Contents
/* Copyright (c) 2006-2011 by OpenLayers Contributors (see authors.txt for * full list of contributors). Published under the Clear BSD license. * See http://svn.openlayers.org/trunk/openlayers/license.txt for the * full text of the license. */ /** * @requires OpenLayers/Geometry.js */ OpenLayers.Geometry.Surface = OpenLayers.Class(OpenLayers.Geometry, { initialize: function() { OpenLayers.Geometry.prototype.initialize.apply(this, arguments); }, CLASS_NAME: "OpenLayers.Geometry.Surface" });
Version data entries
5 entries across 5 versions & 1 rubygems