[Users] MapfishPrintProvider in GeoExt2
Christian Mayer
mayer at terrestris.de
Thu Sep 20 20:05:05 CEST 2012
Hello Shadin,
here is a working examples for a print preview with GeoExt 2:
http://geoext.github.com/geoext2/examples/printpreview/print-preview.html
The requirements are defined as follows:
Ext.require([
'Ext.Window',
'GeoExt.panel.Map',
'GeoExt.data.PrintProvider',
'GeoExt.panel.PrintMap'
]);
Maybe this pushes you forward.
Best regards,
Chris
Am 19.09.2012 10:26, schrieb Shadin A:
> I am trying to implement a print preview using GeoExt 2 :
>
> https://github.com/geoext/geoext2/tree/master/examples/printpreview
>
> everything seems OK except that when i add :
>
> *Ext.require([
> 'GeoExt.data.MapfishPrintProvider',
> .
> .
> .*
>
> I got error says that MapfishPrintProvide.js was not found on GeoExt
> path:
> http://geoext.github.com/geoext2/src/GeoExt/
>
> although all other files like GeoExt.panel.PrintMap and
> GeoExt.panel.Map are being loaded just okay.
>
>
> _______________________________________________
> Users mailing list
> Users at geoext.org
> http://www.geoext.org/cgi-bin/mailman/listinfo/users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.geoext.org/pipermail/users/attachments/20120920/cd3330d0/attachment.htm
More information about the Users
mailing list