fix single data boundary display problem
This commit is contained in:
parent
9150b99e1e
commit
4dfafbb55b
|
@ -47,7 +47,7 @@ var map;
|
|||
geojson_layer = new OpenLayers.Layer.Vector("Data Boundary", {
|
||||
strategies: [new OpenLayers.Strategy.Fixed()],
|
||||
protocol: new OpenLayers.Protocol.HTTP({
|
||||
url: "/service/json/<?php echo $this->params; ?>",
|
||||
url: "/service/json<?php echo $this->params; ?>",
|
||||
format: new OpenLayers.Format.GeoJSON()
|
||||
})
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue