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');
...
8
votes
1answer
7k views
Programmatically creating a vector feature in OpenLayers
I want to create a vector feature, programmatically, on my map. It's supposed to be in the A4-paperformat, for showing a sort of print preview.
I've created a control for handling this, but now I'm ...