Tagged Questions
1
vote
2answers
199 views
How to print a vector layer over Google map? “Physical Printing”
I use Geoserver, Openlayers, Extjs and GeoExt to build an app.
I am trying to get vector layer on Google map printed with pop up a Print dialog, I tried :
var targetElement = Ext.getCmp('mapPanel');
...