fix single data boundary display problem

This commit is contained in:
wlx 2013-04-15 02:16:20 +00:00
parent 9150b99e1e
commit 4dfafbb55b
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ var map;
geojson_layer = new OpenLayers.Layer.Vector("Data Boundary", { geojson_layer = new OpenLayers.Layer.Vector("Data Boundary", {
strategies: [new OpenLayers.Strategy.Fixed()], strategies: [new OpenLayers.Strategy.Fixed()],
protocol: new OpenLayers.Protocol.HTTP({ protocol: new OpenLayers.Protocol.HTTP({
url: "/service/json/<?php echo $this->params; ?>", url: "/service/json<?php echo $this->params; ?>",
format: new OpenLayers.Format.GeoJSON() format: new OpenLayers.Format.GeoJSON()
}) })
}); });