Software: Apache. PHP/5.5.15 uname -a: Windows NT SVR-DMZ 6.1 build 7600 (Windows Server 2008 R2 Enterprise Edition) i586 SYSTEM Safe-mode: OFF (not secure) C:\dmz\phpMyAdmin\js\openlayers\src\openlayers\lib\OpenLayers\Protocol\ drwxrwxrwx |
Viewing file: SOS.js (953 B) -rw-rw-rw- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) | /* Copyright (c) 2006-2010 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/Protocol.js */ /** * Function: OpenLayers.Protocol.SOS * Used to create a versioned SOS protocol. Default version is 1.0.0. * * Returns: * {<OpenLayers.Protocol>} An SOS protocol for the given version. */ OpenLayers.Protocol.SOS = function(options) { options = OpenLayers.Util.applyDefaults( options, OpenLayers.Protocol.SOS.DEFAULTS ); var cls = OpenLayers.Protocol.SOS["v"+options.version.replace(/\./g, "_")]; if(!cls) { throw "Unsupported SOS version: " + options.version; } return new cls(options); }; /** * Constant: OpenLayers.Protocol.SOS.DEFAULTS */ OpenLayers.Protocol.SOS.DEFAULTS = { "version": "1.0.0" }; |
:: Command execute :: | |
--[ c99shell v. 1.0 pre-release build #13 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0156 ]-- |