[Geomoose-users] air photo not showing up print when using wms & reprojecting

Len Kne lkne at houstoneng.com
Mon Apr 19 17:48:43 EDT 2010


Check the URL in the map-source, it cannot have any params on it as the print_util script adds a "?" to the end of the string if it is not there.  Thus if you have something like:

http://geoint.lmic.state.mn.us/cgi-bin/wms?format=image/jpeg

the script will do this:

http://geoint.lmic.state.mn.us/cgi-bin/wms?format=image/jpeg?

Move the params to tags in the map-source.

For diagnostics, you can uncomment lines 173 and 174 in php/print_util.php to get the URL string, feed that into a browser to see if the server returns any info.

Len

-----Original Message-----
From: Brent Fraser [mailto:bfraser at geoanalytic.com] 
Sent: Monday, April 19, 2010 2:17 PM
To: Mark Volz
Cc: geomoose-users at lists.sourceforge.net
Subject: Re: [Geomoose-users] air photo not showing up print when using wms & reprojecting

Mark,

  I don't have that particular case, but I notice that there is projection
support in GM v2.2 print_util.php so it is supposed(?) to work.

  Since you've got the layer displaying interactively, you have something
like projection='EPSG:4326' in the map source tag.  Perhaps there's a
limitation by the WMS server on the number of pixels you can request? 
Did you try requesting a print with "Image Quality" = standard (this
will request less pixels)?

Brent



> Hi,
>
> I noticed that my air photo does not appear to show up my map when I use
> the
> "print" tool.  I am reprojecting the air photo.  I am assuming this is
> either
> a bug or a limitation.  Has anyone had success with having the air photo
> show
> up on the map when using the print tool when the map-source type is  wms
> and
> it is being reprojected?
>
>
>
>
>
> Mark Volz
> GIS Specialist
> Lyon County, MN
> 507-532-8218
>
>
> ------------------------------------------------------------------------------
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev_______________________________________________
> Geomoose-users mailing list
> Geomoose-users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geomoose-users
>




------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Geomoose-users mailing list
Geomoose-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geomoose-users




More information about the Geomoose-users mailing list