arnojc
unread,Sep 18, 2012, 11:17:38 AM9/18/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
Hi,
In a Django's template I realize a getFeatureInfo request with OpenLayers to an external WMS... and I can't get the result, the response is empty.
If I use the same code in a standard html page I can display the result received in text/html format.
The problem is that Firebug does not signal error (just put the request in red). Idem for Django in debug mode.
Where is the problem ?
To explain, I have an existing PostGis database with 3 SCHEMA but GeoDjango does not support natively multi SCHEMA so...
instead I want to use WMS requests to get info on the PostGis database features but I realize that I can not get the results for the time being :-(
Thanks for your help
Arno