| bio | website | aaboyles.com |
|---|---|---|
| location | ||
| age | 25 | |
| visits | member for | 1 year, 3 months |
| seen | yesterday | |
| stats | profile views | 17 |
|
Nov 16 |
comment |
Floating Image Layer in OpenLayers Ah! Sorry about that @Aragon. You're totally right--I have no idea how I missed that. Cheers ~ |
|
Nov 15 |
comment |
Floating Image Layer in OpenLayers That definitely gets me halfway there. Unfortunately, a destroy() method doesn't exist on the OL.Layer.Image class, nor on the OL.Layer parent class. |
|
Oct 20 |
comment |
applying SLD to WMS raster in OpenLayers I'd try something like this: //Create the OL.Format.SLD var format = new OpenLayers.Format.SLD(); //Read the SLD Data var mySLD = format.read('yourSLDstring'); var myWMSLayer = new OpenLayers.Layer.WMS("yourparams", ..., {SLD : mySLD}); |
|
Oct 19 |
comment |
Center-to-Center distance Also, check out this discussion on the topic: gis.stackexchange.com/questions/4906/… |
|
Oct 17 |
comment |
Stratified OpenLayers Clustering Funny, I had picked through the first two and somehow dismissed the third. This is exactly what I'm looking for. Thanks a lot! |