replace the deprecated OpenLayers.Util.getArgs with OpenLayers.Util.getParameters

git-svn-id: http://svn.openlayers.org/trunk/openlayers@10445 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Frédéric Junod
2010-07-01 13:22:38 +00:00
parent 72e2280c87
commit ea183210fe
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@
function runMVS() {
OpenLayers.ProxyHost = '/proxy/?url=';
if (document.location.protocol != "file:") {
theArgs = OpenLayers.Util.getArgs();
theArgs = OpenLayers.Util.getParameters();
} else {
theArgs = {};
theArgs.center = "0,0";