nemac / seldon

openlayers webgis
4 stars 3 forks source link

wlayers only returning 500 x 500 tiles as Map Requests #59

Closed mwhutchi closed 9 years ago

mwhutchi commented 9 years ago

There was code written a while back due to a limit on a wlayers which no longer seems to be needed. It is creating an issue with the Events wlayers layers' symbology. Derek proposed a change to the code around line 1371:

options.singleTile = true; options.ratio = 1; //possibly remove below logic: // if (stringContainsChar(this.url, 'wlayers')) { // options.tileSize = new OpenLayers.Size(500,500); // options.ratio = 1; // options.buffer = 2; // } else { // options.singleTile = true; // options.ratio = 1; // }

geoderek commented 9 years ago

done