set default parameters (taken from old trunk)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@155 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -4,13 +4,9 @@ OpenLayers.Layer.WMS.prototype =
|
|||||||
|
|
||||||
// hash
|
// hash
|
||||||
DEFAULT_PARAMS: {
|
DEFAULT_PARAMS: {
|
||||||
service: "WMS",
|
service: "WFS",
|
||||||
version: "1.1.1",
|
version: "1.0.0",
|
||||||
request: "GetMap",
|
request: "GetFeature",
|
||||||
srs: "EPSG:4326",
|
|
||||||
styles: "",
|
|
||||||
exceptions: "application/vnd.ogc.se_inimage",
|
|
||||||
format: "image/jpeg"
|
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user