~dongpo-deng/sahana-eden/test

« back to all changes in this revision

Viewing changes to static/scripts/gis/openlayers/lib/OpenLayers/Geometry/Surface.js

  • Committer: Deng Dongpo
  • Date: 2010-08-01 09:29:44 UTC
  • Revision ID: dongpo@dhcp-21193.iis.sinica.edu.tw-20100801092944-8t9obt4xtl7otesb
initial

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
 
2
 * license.  See http://svn.openlayers.org/trunk/openlayers/license.txt for the
 
3
 * full text of the license. */
 
4
 
 
5
/**
 
6
 * @requires OpenLayers/Geometry.js
 
7
 */
 
8
 
 
9
OpenLayers.Geometry.Surface = OpenLayers.Class(OpenLayers.Geometry, {
 
10
 
 
11
    initialize: function() {
 
12
        OpenLayers.Geometry.prototype.initialize.apply(this, arguments);
 
13
    },
 
14
 
 
15
    CLASS_NAME: "OpenLayers.Geometry.Surface"
 
16
});