I'm using the export to png function in my ol3-application and include the images into some of my websites. Since the source is getting updated regularly I thought about to use the Permalink function to call the app. But instead of showing it (the app) itself i thought about to combine this with .toDataURL().
So that I'm linking to the map-app (which returns data/image...). So it got updated on every website call.
Example requiring user-intaction: http://jsfiddle.net/m1mpz25o/6/
Is this possible or because JS/OL3 is client-sided I have to call the map/view anyways?
Alternative approach would be restricting every action on the map application and dont display any controls and include this, or?
أكثر...
So that I'm linking to the map-app (which returns data/image...). So it got updated on every website call.
Example requiring user-intaction: http://jsfiddle.net/m1mpz25o/6/
Is this possible or because JS/OL3 is client-sided I have to call the map/view anyways?
Alternative approach would be restricting every action on the map application and dont display any controls and include this, or?
أكثر...