Is it possible to enable Cross-Origin Resource Sharing (CORS) in OpenLayers? If so, how?
I have a web map in OpenLayers, and I'm using an HTML canvas to render it as a PNG image. My script works great, but due to the browser's same-origin policy, I can only convert my canvas to an image if...