1
|
/*
|
2
|
|
3
|
OpenLayers.js -- OpenLayers Map Viewer Library
|
4
|
|
5
|
Copyright 2005-2006 MetaCarta, Inc., released under the BSD License.
|
6
|
Please see http://svn.openlayers.org/trunk/openlayers/license.txt
|
7
|
for the full text of the license.
|
8
|
|
9
|
Includes compressed code under the following licenses:
|
10
|
|
11
|
(For uncompressed versions of the code used please see the
|
12
|
OpenLayers SVN repository: <http://openlayers.org/>)
|
13
|
|
14
|
*/
|
15
|
|
16
|
/* Prototype JavaScript framework, version 1.4.0
|
17
|
* (c) 2005 Sam Stephenson <sam@conio.net>
|
18
|
*
|
19
|
* Prototype is freely distributable under the terms of an MIT-style license.
|
20
|
* For details, see the Prototype web site: http://prototype.conio.net/
|
21
|
*
|
22
|
/*--------------------------------------------------------------------------*/
|
23
|
|
24
|
/**
|
25
|
*
|
26
|
* Contains portions of Rico <http://openrico.org/>
|
27
|
*
|
28
|
* Copyright 2005 Sabre Airline Solutions
|
29
|
*
|
30
|
* Licensed under the Apache License, Version 2.0 (the "License"); you
|
31
|
* may not use this file except in compliance with the License. You
|
32
|
* may obtain a copy of the License at
|
33
|
*
|
34
|
* http://www.apache.org/licenses/LICENSE-2.0
|
35
|
*
|
36
|
* Unless required by applicable law or agreed to in writing, software
|
37
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
38
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
39
|
* implied. See the License for the specific language governing
|
40
|
* permissions and limitations under the License.
|
41
|
*
|
42
|
**/
|
43
|
|