Ticket #1537: 1537.WFS-SRSparams.patch
| File 1537.WFS-SRSparams.patch, 0.6 kB (added by edgemaster, 7 months ago) |
|---|
-
lib/OpenLayers/Layer/WFS.js
old new 433 433 * altUrl - {String} Use this as the url instead of the layer's url 434 434 */ 435 435 getFullRequestString:function(newParams, altUrl) { 436 var projectionCode = this. map.getProjection();436 var projectionCode = this.projection.getCode() || this.map.getProjection(); 437 437 this.params.SRS = (projectionCode == "none") ? null : projectionCode; 438 438 439 439 return OpenLayers.Layer.Grid.prototype.getFullRequestString.apply(
