From MarkVolz at co.lyon.mn.us Mon Jun 1 12:38:19 2009
From: MarkVolz at co.lyon.mn.us (Mark Volz)
Date: Sun Sep 18 11:39:08 2011
Subject: [Geomoose-users] geomoose 2 projecting
Message-ID: <3D56274B4A7874468F58FADDBFD0980107615020@llmhs02.r8nssis.local>
Hello,
I am starting to play around with GM2. I am having trouble with setting up a
custom (county) projection. I have added a new custom EPSG127083.js in
htdocs\proj4js\lib\defs and then I changed the reference to the projection in
the demo files in the following locations:
htdocs\Geomoose.html
htdocs\compiled.js (2 references)
conf\settings.ini
mapbook_demo.xml
After I added a link to the LMIC 2008 air photos using the same map file from
GM1.6.1. I also changed all of the map extents so my service would return a
valid extent.
My Air photo does not appear on the new map. I looked at firebug and found
that request for the air photo was going directly to the WMS service using
the custom EPSG projection instead of UTM 15 / EPSG 26915.
My mapbook that I am using defines the air photo source as a type mapserver,
and not as a WMS (that the demo uses). So I am curious as to why the custom
EPSG code is getting passed into the service as opposed to EPSG 26915 (which
is what is defined in the mapbook)
I am guessing my problem is that I might have something wrong with the
map-source, or catalog portion of my mapbook (attached below)
*****Mabook_demo.xml*****************************************
./LyonMaps/Raster/LMIC/LMICFSA2008.map
...
...
********************
Mark Volz
GIS Specialist
Lyon County, MN
(507) 532-8218
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/geomoose-users/attachments/20090601/2aa8a919/attachment.html
From bfraser at geoanalytic.com Mon Jun 1 12:46:59 2009
From: bfraser at geoanalytic.com (Brent Fraser)
Date: Sun Sep 18 11:39:08 2011
Subject: [Geomoose-users] Select Info to a new window - A solution and a
tip
In-Reply-To: <4A200641.2030307@geoanalytic.com>
References: <4A1D6BBC.7000507@geoanalytic.com> <313700.17915.qm@web51407.mail.re2.yahoo.com> <4A1EBD78.1000809@geoanalytic.com> <4A1EE263.8080408@geoanalytic.com>
<4A200641.2030307@geoanalytic.com>
Message-ID: <4A240603.10507@geoanalytic.com>
To all,
A solution:
-----------
Following Dan's suggestion I edited the select.php to include:
} elseif($output == 'bare-html') {
header('Content-type: text/html');
print "\n";
print "";
print "";
print $template;
print "";
print "