Refactor SVN layout in compliance with RFC/LicenseChange. This hopefully
completes an important blocker for moving forward with OSGeo incubation. git-svn-id: http://svn.openlayers.org/trunk/openlayers@4985 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
+2
-2
@@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
OpenLayers.js -- OpenLayers Map Viewer Library
|
OpenLayers.js -- OpenLayers Map Viewer Library
|
||||||
|
|
||||||
Copyright 2005-2007 MetaCarta, Inc., released under a modified BSD license.
|
Copyright 2005-2007 MetaCarta, Inc., released under the Clear BSD license.
|
||||||
Please see http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
Please see http://svn.openlayers.org/trunk/openlayers/license.txt
|
||||||
for the full text of the license.
|
for the full text of the license.
|
||||||
|
|
||||||
Includes compressed code under the following licenses:
|
Includes compressed code under the following licenses:
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
|
|
||||||
if (!window.console || !console.firebug) {
|
if (!window.console || !console.firebug) { (function()
|
||||||
(function()
|
|
||||||
{
|
{
|
||||||
window.console =
|
window.console =
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
|
|
||||||
if (!window.console || !console.firebug)
|
if (!window.console || !console.firebug) {
|
||||||
{
|
|
||||||
var names = ["log", "debug", "info", "warn", "error", "assert", "dir", "dirxml",
|
var names = ["log", "debug", "info", "warn", "error", "assert", "dir", "dirxml",
|
||||||
"group", "groupEnd", "time", "timeEnd", "count", "trace", "profile", "profileEnd"];
|
"group", "groupEnd", "time", "timeEnd", "count", "trace", "profile", "profileEnd"];
|
||||||
|
|
||||||
|
|||||||
+3
-3
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* @requires OpenLayers/BaseTypes.js
|
* @requires OpenLayers/BaseTypes.js
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
|
|
||||||
OpenLayers.ProxyHost = "";
|
OpenLayers.ProxyHost = "";
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @requires OpenLayers/BaseTypes/Class.js
|
* @requires OpenLayers/BaseTypes/Class.js
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Class: OpenLayers.Bounds
|
* Class: OpenLayers.Bounds
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor: OpenLayers.Class
|
* Constructor: OpenLayers.Class
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Namespace: OpenLayers.Element
|
* Namespace: OpenLayers.Element
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Class: OpenLayers.LonLat
|
* Class: OpenLayers.LonLat
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Class: OpenLayers.Pixel
|
* Class: OpenLayers.Pixel
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Class: OpenLayers.Size
|
* Class: OpenLayers.Size
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Namespace: OpenLayers.Console
|
* Namespace: OpenLayers.Console
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Class: OpenLayers.Control
|
* Class: OpenLayers.Control
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Cpyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Cpyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @requires OpenLayers/Control.js
|
* @requires OpenLayers/Control.js
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @requires OpenLayers/Control.js
|
* @requires OpenLayers/Control.js
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @requires OpenLayers/Control/Panel.js
|
* @requires OpenLayers/Control/Panel.js
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @requires OpenLayers/Control.js
|
* @requires OpenLayers/Control.js
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006 MetaCarta, Inc., published under the Clear BSD license.
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* See http://svn.openlayers.org/trunk/openlayers/license.txt
|
||||||
* for the full text of the license. */
|
* for the full text of the license. */
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @requires OpenLayers/Control.js
|
* @requires OpenLayers/Control.js
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @requires OpenLayers/Control/Panel.js
|
* @requires OpenLayers/Control/Panel.js
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @requires OpenLayers/Control/ZoomBox.js
|
* @requires OpenLayers/Control/ZoomBox.js
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @requires OpenLayers/Control.js
|
* @requires OpenLayers/Control.js
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @requires OpenLayers/Control.js
|
* @requires OpenLayers/Control.js
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @requires OpenLayers/Control.js
|
* @requires OpenLayers/Control.js
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @requires OpenLayers/Control.js
|
* @requires OpenLayers/Control.js
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
// TRASH THIS
|
// TRASH THIS
|
||||||
OpenLayers.State = {
|
OpenLayers.State = {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @requires OpenLayers/Util.js
|
* @requires OpenLayers/Util.js
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @requires OpenLayers/Format/XML.js
|
* @requires OpenLayers/Format/XML.js
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @requires OpenLayers/Format/JSON.js
|
* @requires OpenLayers/Format/JSON.js
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @requires OpenLayers/Format/XML.js
|
* @requires OpenLayers/Format/XML.js
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Note:
|
* Note:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @requires OpenLayers/Format/XML.js
|
* @requires OpenLayers/Format/XML.js
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @requires OpenLayers/Format/GML.js
|
* @requires OpenLayers/Format/GML.js
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @requires OpenLayers/Format.js
|
* @requires OpenLayers/Format.js
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @requires OpenLayers/Format.js
|
* @requires OpenLayers/Format.js
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @requires OpenLayers/Format/WKT.js
|
* @requires OpenLayers/Format/WKT.js
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @requires OpenLayers/Geometry.js
|
* @requires OpenLayers/Geometry.js
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @requires OpenLayers/Geometry/MultiPoint.js
|
* @requires OpenLayers/Geometry/MultiPoint.js
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @requires OpenLayers/Geometry/Curve.js
|
* @requires OpenLayers/Geometry/Curve.js
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @requires OpenLayers/Geometry/LineString.js
|
* @requires OpenLayers/Geometry/LineString.js
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @requires OpenLayers/Geometry/Collection.js
|
* @requires OpenLayers/Geometry/Collection.js
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @requires OpenLayers/Geometry/Collection.js
|
* @requires OpenLayers/Geometry/Collection.js
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @requires OpenLayers/Geometry/Collection.js
|
* @requires OpenLayers/Geometry/Collection.js
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @requires OpenLayers/Geometry.js
|
* @requires OpenLayers/Geometry.js
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @requires OpenLayers/Geometry/Collection.js
|
* @requires OpenLayers/Geometry/Collection.js
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @requires OpenLayers/Geometry.js
|
* @requires OpenLayers/Geometry.js
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @requires OpenLayers/Geometry.js
|
* @requires OpenLayers/Geometry.js
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @requires OpenLayers/Handler.js
|
* @requires OpenLayers/Handler.js
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @requires OpenLayers/Handler.js
|
* @requires OpenLayers/Handler.js
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @requires OpenLayers/Handler.js
|
* @requires OpenLayers/Handler.js
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @requires OpenLayers/Handler.js
|
* @requires OpenLayers/Handler.js
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @requires OpenLayers/Layer.js
|
* @requires OpenLayers/Layer.js
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @requires OpenLayers/Layer/Vector.js
|
* @requires OpenLayers/Layer/Vector.js
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @requires OpenLayers/Layer.js
|
* @requires OpenLayers/Layer.js
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @requires OpenLayers/Layer/Grid.js
|
* @requires OpenLayers/Layer/Grid.js
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright 2006-2007 MetaCarta, Inc., published under the Clear BSD license.
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* See http://svn.openlayers.org/trunk/openlayers/license.txt for the full text
|
||||||
* for the full text of the license. */
|
* of the license. */
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @requires OpenLayers/Layer/EventPane.js
|
* @requires OpenLayers/Layer/EventPane.js
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
/**
|
/** @requires OpenLayers/Layer.js
|
||||||
* @requires OpenLayers/Layer.js
|
|
||||||
*
|
*
|
||||||
* Class: OpenLayers.Layer.SphericalMercator
|
* Class: OpenLayers.Layer.SphericalMercator
|
||||||
* A mixin for layers that wraps up the pieces neccesary to have a coordinate
|
* A mixin for layers that wraps up the pieces neccesary to have a coordinate
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD licence.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* licence. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD licence.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* licence. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @requires OpenLayers/Layer.js
|
* @requires OpenLayers/Layer.js
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under a modified BSD license.
|
/* Copyright (c) 2006-2007 MetaCarta, Inc., published under the Clear BSD
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/repository-license.txt
|
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||||
* for the full text of the license. */
|
* full text of the license. */
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user