-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mapfishapp - print spec does not contain the WMS version #511
Comments
See mapfish-print issue mapfish/mapfish-print#97 |
I've hacked the client side so that it sends the WMS version parameter in the print spec, but this is not enough to get the GeoPortail layers printed. Here are the relevant mapfish-print logs:
Looks like the referer that is sent by the module is not accepted by the remote server, which expects a valid URL like |
To be merged into mapfish-print first: mapfish/mapfish-print#102 |
See also geoext/geoext#96 |
Fixed with 021623c |
4:05 PM) Francois Van Der Biest: it uses the parameter SRS, which is obsolete for WMS 1.3 |
See http://docs.geoserver.org/latest/en/user/services/wms/basics.html#differences-between-wms-versions for the major differences. |
A new snapshot is online and should be tested. |
Nice, testing right away ! |
Does not work for this layer http://dev.geopicardie.fr/mapfishapp/?wmc=ws%2Fwmc%2Fgeodoc5363636713352030312.wmc on this platform. In the logs:
-> Missing CRS parameter Here is the print spec mentionning version = 1.3.0:
|
I found one bug which will hopefully fix your issue and uploaded it to both maven snapshots directory and to dev.mapfish.org maven repository. Please try again and let me know if it works. |
I'm using the latest print lib:
but the request still uses the old |
That does not seem to be the latest version: ac22d95ae4ea00a29492f9c4a00e636d is the md5 of the latest. See: for the latest. |
OK, now I get something printed, but not the area I expected. with the following print spec:
|
Fixed with the latest print release. Kudos to @jesseeichar for fixing that (and also for adding many tests to the mapfish print module). You may have to remove your |
By default, the mapfish print module assumes WMS = 1.1.1
If the server supports only 1.3.0, the layer is not printed (eg: the French IGN's geoportail WMS layers).
The text was updated successfully, but these errors were encountered: