GeoDjango : external WMS request problem

2012-09-18 Thread arnojc
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


-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/EAT_KyWBRNQJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



GeoDjango : external WMS request problem

2012-09-18 Thread arnojc
Hi,

I use, in a Django's template, a getFeatureInfo request with OpenLayers to 
an external WMS and I can't get the response...
If I use the same code in a standard html page it works fine, it displays 
the result as I wish.  
The problem is that I have no error message in Firebug except the request 
in red and no error message from Django with debug option.
What is the issue ?

To explain, I have to use requests on external WMS because I have an 
existing Postgis DataBase with 3 SCHEMA (no choice) and GeoDjango does not 
accept multi SCHEMA.
So I can't interrogate the features with GeoDjango but with WMS requests.

Thanks in advance for the help
Arnojc

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/S52WFn8d5RkJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.