<html>
<head>
</head>
<body style="margin-right: 4px; margin-bottom: 1px; line-height: normal; font-variant: normal; margin-top: 4px; margin-left: 4px">
<p style="margin-bottom: 0; margin-top: 0">
<font size="3" face="Comic Sans MS">All,</font> </p>
<br>
<p style="margin-bottom: 0; margin-top: 0">
<font size="3" face="Comic Sans MS">I've been following the thread (any keeping quiet in order to not confuse things) and would like to add in my 2cents on the WMS angle. I (we've) been going the route of providing everything in a WMS that we publish as a standard, and it's paid off very well with regard to interoperability issues.</font> </p>
<br>
<p style="margin-bottom: 0; margin-top: 0">
<font size="3" face="Comic Sans MS">We use WMS in AutoCAD, ESRI, QGIS, Google Earth to name a few. Having the WMS allow much more flexibilty with regard to distribution of the data. While you don't need the data to be in a WMS form for GeoMoose, I would advise that you set up your services with WMS (and WFS) in mind to eventually be serverd.</font> </p>
<br>
<p style="margin-bottom: 0; margin-top: 0">
<font size="3" face="Comic Sans MS">Ok, I'm done . . . .</font> </p>
<br>
<p style="margin-bottom: 0; margin-top: 0">
<font size="3" face="Comic Sans MS">bobb</font> </p>
<br> <br>
<p style="margin-bottom: 0; margin-top: 0">
<br>
<br>
>>> Carl Burn <burnsy@northcountrywoods.co.uk> wrote:<br> </p>
<table bgcolor="#f3f3f3" border="0" style="margin-right: 0; margin-bottom: 0; font-size: 1em; margin-top: 0; margin-left: 15px">
<tr>
<td>
<div style="padding-left: 7px; border-left: solid 1px #050505">
<p style="margin-bottom: 0; margin-top: 0">
Hi, </p>
<div>
<p style="margin-bottom: 0; margin-top: 0">
<br>
</p>
</div>
<div>
<p style="margin-bottom: 0; margin-top: 0">
I will get right on it, I have been asked if it can be done using wms - though I am not sure why, things sometimes take a while to filter down to my level ;-) </p>
</div>
<div>
<p style="margin-bottom: 0; margin-top: 0">
<br>
</p>
</div>
<div>
<p style="margin-bottom: 0; margin-top: 0">
The main aim is simply to get it working and showing maps which hopefully I can go ahead and resolve now, once again thanks for your help. </p>
</div>
<div>
<p style="margin-bottom: 0; margin-top: 0">
<br>
</p>
</div>
<div>
<p style="margin-bottom: 0; margin-top: 0">
<br>
</p>
</div>
<div>
<p style="margin-bottom: 0; margin-top: 0">
Carl<br> </p>
<div class="gmail_quote">
<p style="margin-bottom: 0; margin-top: 0">
On Fri, Jan 14, 2011 at 4:30 PM, Brent Fraser <span dir="ltr"><<a href="mailto:bfraser@geoanalytic.com">bfraser@geoanalytic.com</a>></span> wrote:<br> </p>
<blockquote class="gmail_quote" style="margin-right: 0; margin-bottom: 0; margin-top: 0; border-left: 1px #ccc solid; margin-left: 0; padding-left: 0">
<p style="margin-bottom: 0; margin-top: 0">
The map file should have:<br><br>UNITS METERS<br>EXTENT 41069.1 -1149.02 665378.01 1231178.57<br>PROJECTION<br>'init=epsg:27700'<br>END<br><br>The mapbook.xml should have:<br><br><param name="max_extent">41069.1 -1149.02 665378.01 1231178.57</param><br><param name="initial_extent">41069.1 -1149.02 665378.01 1231178.57</param><br><param name="projection">EPSG:27700</param><br><br>and carefully follow the directions in<br><a target="_blank" href="http://www.geomoose.org/docs/projections.html">http://www.geomoose.org/docs/projections.html</a><br><br>and remove projection="EPSG:4326" from the <map-source> definition.<br><br>Do you have a specific need to use WMS or can you just use the native<br>mapserver protocol?<br><br><br>> OK, thanks, have altered all refs to read epsg:27700<br>><br>> How do I enter the extent information as it seems to look nothing like the<br>> other entries I can find, sorry if this is a dumb question but as you can<br>> most likely tell this is not my normal area of work. The entries for<br>> extent<br>> that I can see in qgis are<br>><br>> When imported as a shp file:<br>><br>> In layer spatial reference system units : xMin,yMin 41069.1,-1149.02 :<br>> xMax,yMax 665378.01,1231178.57<br>><br>> When imported as a wms layer<br>><br>> 41069.0999999999985448,-1149.0199999999999818 :<br>> 665378.0000000000000000,1231180.0000000000000000<br>><br>> Carl<br>><br>> On Fri, Jan 14, 2011 at 3:38 PM, Brent Fraser<br>> <<a href="mailto:bfraser@geoanalytic.com">bfraser@geoanalytic.com</a>>wrote:<br>><br>>> Then I'd recommend changing all the projection references in your map<br>>> file<br>>> and mapbook to be:<br>>><br>>> EPSG:27700<br>>><br>>> since that matches the definition you gave for the data. See<br>>> <a target="_blank" href="http://spatialreference.org/ref/epsg/27700/">http://spatialreference.org/ref/epsg/27700/</a> for more info...<br>>><br>>><br>>> > Hi, Brent,<br>>> ><br>>> > I have no preferences as to the system, the files are delivered in<br>>> tmerc<br>>> > so<br>>> > I guess I might as well use that as then I will not have to convert<br>>> them<br>>> > should new ones become available.<br>>> ><br>>> > Carl<br>>> ><br>>> > On Fri, Jan 14, 2011 at 3:21 PM, Brent Fraser<br>>> > <<a href="mailto:bfraser@geoanalytic.com">bfraser@geoanalytic.com</a>>wrote:<br>>> ><br>>> >> Carl,<br>>> >><br>>> >> You still haven't corrected the extents to match your projection.<br>>> >> Until<br>>> >> you do it won't work.<br>>> >><br>>> >> Which coordinate system do you want to use for display? longlat or<br>>> >> tmerc?<br>>> >><br>>> >> Brent<br>>> >><br>>> >> > Hi,<br>>> >> ><br>>> >> > yep sorry my error, I have altered the units to DD but am not<br>>> really<br>>> >> any<br>>> >> > further forward, I took a look at the data for the layers I need to<br>>> >> add<br>>> >> > and<br>>> >> > I think I may need to either alter the projections section in the<br>>> map<br>>> >> file<br>>> >> > or reproject the data.<br>>> >> > When I check the properties of the file in qgis I get the<br>>> following:<br>>> >> ><br>>> >> > +proj=tmerc +lat_0=49 +lon_0=-2 +k=0.9996012717 +x_0=400000<br>>> >> +y_0=-100000<br>>> >> > +ellps=airy +datum=OSGB36 +units=m +no_defs<br>>> >> ><br>>> >> > Luckily I only need to worry about three data files and they are<br>>> all<br>>> >> > identical in terms of the projection information I can see from the<br>>> >> > properties dialogue boxes in qgis.<br>>> >> > Does this sound reasonable?<br>>> >> ><br>>> >> ><br>>> >> > Cheers<br>>> >> ><br>>> >> > Carl<br>>> >> > On Fri, Jan 14, 2011 at 1:36 PM, Johan Forsman<br>>> <<a href="mailto:Johan.Forsman@la.gov">Johan.Forsman@la.gov</a>><br>>> >> > wrote:<br>>> >> ><br>>> >> >> The extent sections in both of your attached files are still in<br>>> units<br>>> >> >> incompatible with your chosen projection. Did you perhaps attach<br>>> >> >> uncorrected<br>>> >> >> versions?<br>>> >> >><br>>> >> >><br>>> >> >><br>>> >> >> You indicate units of INCHES in the MAP file but WGS84 is defined<br>>> by<br>>> >> >> decimal degrees (DD). If you are in the UK you ought to be inside<br>>> a<br>>> >> box<br>>> >> >> described by (-11 49 2 61), or something similar to that provided<br>>> I<br>>> >> have<br>>> >> >> the<br>>> >> >> bottom-left top-right sequence correct.<br>>> >> >><br>>> >> >><br>>> >> >><br>>> >> >> /Johan.<br>>> >> >><br>>> >> >><br>>> >> >><br>>> >> >> *From:* Carl Burn [mailto:<a href="mailto:burnsy@northcountrywoods.co.uk">burnsy@northcountrywoods.co.uk</a>]<br>>> >> >> *Sent:* Friday, January 14, 2011 5:35 AM<br>>> >> >> *To:* <a href="mailto:geomoose-users@lists.sourceforge.net">geomoose-users@lists.sourceforge.net</a><br>>> >> >> *Subject:* Re: [Geomoose-users] Setting up first geomoose app<br>>> >> >><br>>> >> >><br>>> >> >><br>>> >> >> Hi, still banging up against a brick wall with this one. I have<br>>> taken<br>>> >> >> some<br>>> >> >> advice and resolved the extent issues in my map file and xml file.<br>>> I<br>>> >> >> have<br>>> >> >> also modified the map and xml files so that they are considerably<br>>> >> >> simpler,<br>>> >> >> figuring that if its simpler it will be easier to spot my<br>>> mistakes. I<br>>> >> >> have<br>>> >> >> attached the two files to this mail, not sure if this is allowed<br>>> on<br>>> >> the<br>>> >> >> listserver.<br>>> >> >><br>>> >> >><br>>> >> >><br>>> >> >> Here is what else I have tried:<br>>> >> >><br>>> >> >><br>>> >> >><br>>> >> >> 1. Ran the mapfile through shp2img and it is not generating any<br>>> error<br>>> >> >> messages at all, though the time to draw the layer comes in at<br>>> 0.000s<br>>> >> >> which<br>>> >> >> seems odd to me.<br>>> >> >><br>>> >> >><br>>> >> >><br>>> >> >> 2. Ran a get capabilities request on the map file and got the xml<br>>> >> back,<br>>> >> >> this is not reporting any errors.<br>>> >> >><br>>> >> >><br>>> >> >><br>>> >> >><br>>> >> >> <a target="_blank" href="http://www.aqua3.com:2112/cgi-bin/mapserv.exe?map=d">http://www.aqua3.com:2112/cgi-bin/mapserv.exe?map=d</a><br>>> >> :\ms4w\apps\geomoose2\maps\arcview\testshp.map<<br>>> >><br>>> <a target="_blank" href="http://www.aqua3.com:2112/cgi-bin/mapserv.exe?map=d:%5Cms4w%5Capps%5Cgeomoose2%5Cmaps%5Carcview%5Ctestshp.map%26SERVICE%3DWMS%26VERSION%3D1.1.1%26REQUEST%3DGetMap%26LAYERS%3Dtestlayer%26STYLES%3D%26SRS%3DEPSG:4326&BBOX=-990487.465830,-31957.211592,1696934.624449,1261986.757801&WIDTH=400&HEIGHT=600&FORMAT=image/png">http://www.aqua3.com:2112/cgi-bin/mapserv.exe?map=d:%5Cms4w%5Capps%5Cgeomoose2%5Cmaps%5Carcview%5Ctestshp.map%26SERVICE%3DWMS%26VERSION%3D1.1.1%26REQUEST%3DGetMap%26LAYERS%3Dtestlayer%26STYLES%3D%26SRS%3DEPSG:4326&BBOX=-990487.465830,-31957.211592,1696934.624449,1261986.757801&WIDTH=400&HEIGHT=600&FORMAT=image/png</a><br>>> >> ><br>>> >> >> &SERVICE=WMS&VERSION=1.1.1&REQUEST=GetCapabilities<br>>> >> >><br>>> >> >><br>>> >> >><br>>> >> >> 3. Ran a get map request to generate a map image, again I can see<br>>> >> this<br>>> >> >> without any errors.<br>>> >> >><br>>> >> >><br>>> >> >><br>>> >> >><br>>> >> >> <a target="_blank" href="http://www.aqua3.com:2112/cgi-bin/mapserv.exe?map=d">http://www.aqua3.com:2112/cgi-bin/mapserv.exe?map=d</a><br>>> >><br>>> :\ms4w\apps\geomoose2\maps\arcview\testshp.map&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&LAYERS=testlayer&STYLES=&SRS=EPSG:4326&BBOX=-990487.465830,-31957.211592,1696934.624449,1261986.757801&WIDTH=400&HEIGHT=600&FORMAT=image/png<<br>>> >><br>>> <a target="_blank" href="http://www.aqua3.com:2112/cgi-bin/mapserv.exe?map=d:%5Cms4w%5Capps%5Cgeomoose2%5Cmaps%5Carcview%5Ctestshp.map%26SERVICE%3DWMS%26VERSION%3D1.1.1%26REQUEST%3DGetMap%26LAYERS%3Dtestlayer%26STYLES%3D%26SRS%3DEPSG:4326&BBOX=-990487.465830,-31957.211592,1696934.624449,1261986.757801&WIDTH=400&HEIGHT=600&FORMAT=image/png">http://www.aqua3.com:2112/cgi-bin/mapserv.exe?map=d:%5Cms4w%5Capps%5Cgeomoose2%5Cmaps%5Carcview%5Ctestshp.map%26SERVICE%3DWMS%26VERSION%3D1.1.1%26REQUEST%3DGetMap%26LAYERS%3Dtestlayer%26STYLES%3D%26SRS%3DEPSG:4326&BBOX=-990487.465830,-31957.211592,1696934.624449,1261986.757801&WIDTH=400&HEIGHT=600&FORMAT=image/png</a><br>>> >> ><br>>> >> >><br>>> >> >><br>>> >> >><br>>> >> >> 4. Connected to the wms layer with QGIS as my client, the map<br>>> image<br>>> >> >> appears<br>>> >> >> with no errors.<br>>> >> >><br>>> >> >><br>>> >> >><br>>> >> >> I am totally lost at this point and have no idea why the map image<br>>> is<br>>> >> >> not<br>>> >> >> appearing, any clues would be most welcome.<br>>> >> >><br>>> >> >><br>>> >> >><br>>> >> >> Carl<br>>> >> >><br>>> >> >> On Thu, Jan 13, 2011 at 9:32 PM, Brent Fraser<br>>> >> <<a href="mailto:bfraser@geoanalytic.com">bfraser@geoanalytic.com</a>><br>>> >> >> wrote:<br>>> >> >><br>>> >> >> And while you've got a <map-source> defined, I don't think there's<br>>> a<br>>> >> >> <Layer> set up to reference it.<br>>> >> >><br>>> >> >> Brent<br>>> >> >><br>>> >> >><br>>> >> >> > Carl,<br>>> >> >> ><br>>> >> >> > One problem is that the coordinate system is defined as longlat,<br>>> >> but<br>>> >> >> the<br>>> >> >> > extent is given is something other than decimal degrees:<br>>> >> >> ><br>>> >> >> > EXTENT -990487.465830 -31957.211592 1696934.624449<br>>> 1261986.757801<br>>> >> >> ><br>>> >> >> > PROJECTION<br>>> >> >> > 'init=epsg:4326'<br>>> >> >> > 'proj=longlat'<br>>> >> >> > 'ellps=WGS84'<br>>> >> >> > 'datum=WGS84'<br>>> >> >> > 'no_defs'<br>>> >> >> > END<br>>> >> >> ><br>>> >> >> > And in the mapbook as well.<br>>> >> >> ><br>>> >> >> > Brent<br>>> >> >> ><br>>> >> >> >> Hi,<br>>> >> >> >><br>>> >> >> >> trying to get a basic app working in geomoose using our own<br>>> data<br>>> >> and<br>>> >> >> I<br>>> >> >> >> am<br>>> >> >> >> getting a blank map area. I have set up a simple map file in<br>>> the<br>>> >> >> >> standard<br>>> >> >> >> ms4w maps folder in a folder called ArcView, I have put my map<br>>> >> file<br>>> >> >> in<br>>> >> >> >> to<br>>> >> >> >> that folder and have tested it using a browser and can see a<br>>> map<br>>> >> and<br>>> >> >> am<br>>> >> >> >> able<br>>> >> >> >> to download an xml document when I do a get capabilities<br>>> request.<br>>> >> >> >> The map file is as follows:<br>>> >> >> >><br>>> >> >> >> ============== MAP FILE =======================<br>>> >> >> >><br>>> >> >> >> MAP<br>>> >> >> >> NAME "TESTMAP"<br>>> >> >> >> # Map image size<br>>> >> >> >> SIZE 800 800<br>>> >> >> >> UNITS INCHES<br>>> >> >> >><br>>> >> >> >> EXTENT -990487.465830 -31957.211592 1696934.624449<br>>> >> 1261986.757801<br>>> >> >> >> FONTSET "../fonts/fontset.list"<br>>> >> >> >> SYMBOLSET "../symbols/symbol.sym"<br>>> >> >> >> PROJECTION<br>>> >> >> >> 'init=epsg:4326'<br>>> >> >> >> 'proj=longlat'<br>>> >> >> >> 'ellps=WGS84'<br>>> >> >> >> 'datum=WGS84'<br>>> >> >> >> 'no_defs'<br>>> >> >> >> END<br>>> >> >> >><br>>> >> >> >><br>>> >> >> >> IMAGECOLOR 255 255 255<br>>> >> >> >> IMAGEQUALITY 95<br>>> >> >> >> IMAGETYPE jpeg<br>>> >> >> >><br>>> >> >> >> OUTPUTFORMAT<br>>> >> >> >> NAME jpeg<br>>> >> >> >> DRIVER 'GD/JPEG'<br>>> >> >> >> MIMETYPE 'image/jpeg'<br>>> >> >> >> IMAGEMODE RGBA<br>>> >> >> >> EXTENSION 'jpeg'<br>>> >> >> >> END<br>>> >> >> >><br>>> >> >> >> LEGEND<br>>> >> >> >> IMAGECOLOR 255 255 255<br>>> >> >> >> STATUS ON<br>>> >> >> >> KEYSIZE 18 12<br>>> >> >> >> LABEL<br>>> >> >> >> TYPE BITMAP<br>>> >> >> >> SIZE MEDIUM<br>>> >> >> >> COLOR 0 0 89<br>>> >> >> >> END<br>>> >> >> >> END<br>>> >> >> >><br>>> >> >> >> WEB<br>>> >> >> >> IMAGEPATH '/tmp/'<br>>> >> >> >><br>>> >> >> >> IMAGEURL '/tmp/'<br>>> >> >> >><br>>> >> >> >> METADATA<br>>> >> >> >> 'ows_title' 'TESTMAP'<br>>> >> >> >> 'ows_onlineresource' '<a target="_blank" href="http://www.">http://www.</a>*ourserver*<br>>> >> >> >> .com:2112/cgi-bin/mapserv.exe?map=testshp.map'<br>>> >> >> >> 'ows_srs' 'EPSG:4326'<br>>> >> >> >><br>>> >> >> >> END<br>>> >> >> >><br>>> >> >> >> TEMPLATE 'foo'<br>>> >> >> >> END<br>>> >> >> >><br>>> >> >> >> LAYER<br>>> >> >> >> NAME 'RECTANGLES'<br>>> >> >> >> TYPE POLYGON<br>>> >> >> >> DUMP true<br>>> >> >> >> TEMPLATE fooOnlyForWMSGetFeatureInfo<br>>> >> >> >> EXTENT -990487.465830 -31957.211592 1696934.624449<br>>> >> 1261986.757801<br>>> >> >> >> DATA<br>>> >> 'D:/ms4w/apps/geomoose2/maps/ArcView/seamless_rectangle.shp'<br>>> >> >> >> METADATA<br>>> >> >> >> 'ows_title' 'rectangles'<br>>> >> >> >> 'ows_srs' 'EPSG:4326'<br>>> >> >> >><br>>> >> >> >> END<br>>> >> >> >> STATUS OFF<br>>> >> >> >> TRANSPARENCY 100<br>>> >> >> >> PROJECTION<br>>> >> >> >> 'init=epsg:4326'<br>>> >> >> >> 'proj=longlat'<br>>> >> >> >> 'ellps=WGS84'<br>>> >> >> >> 'datum=WGS84'<br>>> >> >> >> 'no_defs'<br>>> >> >> >> END<br>>> >> >> >> CLASS<br>>> >> >> >> NAME 'seamless_rectangle'<br>>> >> >> >> STYLE<br>>> >> >> >> WIDTH 1<br>>> >> >> >> OUTLINECOLOR 0 0 0<br>>> >> >> >> COLOR 149 170 154<br>>> >> >> >> END<br>>> >> >> >> END<br>>> >> >> >> END<br>>> >> >> >><br>>> >> >> >> END<br>>> >> >> >><br>>> >> >> >> =============== END OF MAP FILE=================<br>>> >> >> >><br>>> >> >> >><br>>> >> >> >> The map book .xml is as follows, just a commented out version<br>>> of<br>>> >> the<br>>> >> >> >> original one:<br>>> >> >> >><br>>> >> >> >><br>>> >> >> >> ============== MAPBOOK.XML ===================<br>>> >> >> >> <?xml version="1.0"?><br>>> >> >> >> <mapbook version="2.0"><br>>> >> >> >> <configuration><br>>> >> >> >> <!--<br>>> >> >> >> <param name="links_bar_html"><![CDATA[Perfect<br>>> timing<br>>> >> for<br>>> >> >> >> some<br>>> >> >> >> damn CDATA "all" of 'its' here <&>]]></param><br>>> >> >> >> <param<br>>> name="layer_controls.unfade.on">false</param><br>>> >> >> >> --><br>>> >> >> >> <!-- <param name="zoomto['Jump To:']"><![CDATA[<br>>> >> >> >> {<br>>> >> >> >> 'Dakota County' :<br>>> >> >> >><br>>> >> [521238.614537864,4924218.86673578,473921.947801381,4974430.36885032],<br>>> >> >> >> 'Parcel Data' :<br>>> >> >> >> [497205.409367,4923984.423582,477595.805945,4941970.52988],<br>>> >> >> >> 'Full State of MN' :<br>>> >> >> >> [189783.560000,4816309.330000,761653.524114,5472346.500000]<br>>> >> >> >> }<br>>> >> >> >> ]]></param> --><br>>> >> >> >> <param<br>>> >> >> >><br>>> >> >><br>>> >><br>>> name="max_extent">-1053325.991731,-63036.027500,1763261.991731,1293098.927500</param><br>>> >> >> >> <param<br>>> >> >> >><br>>> >> >><br>>> >><br>>> name="initial_extent">-990487.465830,-31957.211592,1696934.624449,1261986.757801</param><br>>> >> >> >><br>>> >> >> >> <param name="layer_controls.legend.on">false</param><br>>> >> >> >> <param<br>>> name="mapserver_url">/cgi-bin/mapserv.exe</param><br>>> >> >> >> <param<br>>> >> name="mapfile_root">/ms4w/apps/geomoose2/maps/</param><br>>> >> >> >><br>>> >> >> >> <param name="projection">EPSG:4326</param><br>>> >> >> >><br>>> >> >> >> <param name="layer_controls.up.on">false</param><br>>> >> >> >> <param name="layer_controls.down.on">false</param><br>>> >> >> >> <param name="layer_controls.legend.on">true</param><br>>> >> >> >><br>>> >> >> >> <param name="drawing_tools.default_fill">red</param><br>>> >> >> >> <param<br>>> name="drawing_tools.default_stroke">yellow</param><br>>> >> >> >> <param name="drawing_tools.default_opacity">1</param><br>>> >> >> >><br>>> >> >> >> <param name="group_checkboxes">false</param><br>>> >> >> >><br>>> >> >> >> <param name="default_tab">Catalog</param><br>>> >> >> >> <param name="catalog_name">Catalog</param><br>>> >> >> >> <param<br>>> name="show_service_settings_in">Information</param><br>>> >> >> >> <param name="show_results_in">Information</param><br>>> >> >> >><br>>> >> >> >> <param name="tabs"><![CDATA[<br>>> >> >> >> {<br>>> >> >> >> 'Catalog' : 'catalog-tab',<br>>> >> >> >> 'Information' : 'information-tab',<br>>> >> >> >> 'Custom' : 'custom-tab'<br>>> >> >> >> }<br>>> >> >> >> ]]></param><br>>> >> >> >><br>>> >> >> >> <param name="ground_units">km</param><br>>> >> >> >> <param<br>>> >> >> >> name="scales">.5,1,4,8,16,24,32,64,128,270,550,1000</param><br>>> >> >> >> <param name="reference_map.enabled">false</param><br>>> >> >> >> <param name="coordinate_display.usng">false</param><br>>> >> >> >> <param name="jumpto_scales"><![CDATA[<br>>> >> >> >> {<br>>> >> >> >> '1:50000' : 50000,<br>>> >> >> >> '1:24000' : 24000,<br>>> >> >> >> '1:10000' : 10000,<br>>> >> >> >> '1:5000' : 5000<br>>> >> >> >> }<br>>> >> >> >> ]]></param><br>>> >> >> >><br>>> >> >> >> </configuration><br>>> >> >> >> <!--<br>>> >> >> >> The mapping services define the source of the mapping<br>>> >> data.<br>>> >> >> >> --><br>>> >> >> >><br>>> >> >> >> <map-source name="highlight" type="mapserver"><br>>> >> >> >> <file/><br>>> >> >> >> <layer name="all"/><br>>> >> >> >> </map-source><br>>> >> >> >><br>>> >> >> >> <map-source name="TESTMAP" type="mapserver"><br>>> >> >> >> <file>./ArcView/testshp.map</file><br>>> >> >> >> <layer name="rectangles"/><br>>> >> >> >> </map-source><br>>> >> >> >><br>>> >> >> >> <!-- <map-source name="borders" type="mapserver"<br>>> >> >> >> reference="true"><br>>> >> >> >> <file>./demo/statedata/basemap.map</file><br>>> >> >> >> <layer name="all"/><br>>> >> >> >> </map-source><br>>> >> >> >><br>>> >> >> >> <map-source name="iastate" type="wms" tiled="false"<br>>> >> >> >> projection="EPSG:900913" width="512" height="512"><br>>> >> >> >> <url><br>>> >> >> <a target="_blank" href="http://mesonet.agron.iastate.edu/cgi-bin/wms/nexrad/n0r.cgi">http://mesonet.agron.iastate.edu/cgi-bin/wms/nexrad/n0r.cgi</a><br>>> >> >> >> </url><br>>> >> >> >> <layer name="nexrad-n0r"/><br>>> >> >> >> <param name="format" value="image/jpeg"/><br>>> >> >> >> <param name="TRANSPARENT" value="TRUE"/><br>>> >> >> >> </map-source><br>>> >> >> >><br>>> >> >> >> <map-source name="metbase" type="ags" ><br>>> >> >> >> <url><br>>> >> >> >><br>>> >> >><br>>> >><br>>> <a target="_blank" href="http://gis.metc.state.mn.us/ArcGIS/rest/services/BaseLayer/UTMBaseMap/MapServer/export">http://gis.metc.state.mn.us/ArcGIS/rest/services/BaseLayer/UTMBaseMap/MapServer/export</a><br>>> >> >> >> </url><br>>> >> >> >> <layer name="Met Council Base Map Layers" /><br>>> >> >> >> <param name="FORMAT" value="JPG"/><br>>> >> >> >> </map-source><br>>> >> >> >><br>>> >> >> >> <map-source name="lmic" type="wms" tiled="false"><br>>> >> >> >> <url><a target="_blank" href="http://geoint.lmic.state.mn.us/cgi-bin/wms">http://geoint.lmic.state.mn.us/cgi-bin/wms</a></url><br>>> >> >> >> <layer name="fsa2008"/><br>>> >> >> >> <layer name="bw1997"/><br>>> >> >> >> </map-source><br>>> >> >> >><br>>> >> >> >> <map-source name="usgs_doq" type="wms" tiled="false"<br>>> >> >> >> projection='EPSG:26915'><br>>> >> >> >> <url><a target="_blank" href="http://terraservice.net/ogcmap.ashx">http://terraservice.net/ogcmap.ashx</a>?</url><br>>> >> >> >> <layer name="DOQ"/><br>>> >> >> >> <param name="format" value="image/jpeg"/><br>>> >> >> >> <param name="TRANSPARENT" value="TRUE"/><br>>> >> >> >> </map-source><br>>> >> >> >><br>>> >> >> >> <map-source name="usgs_drg" type="wms" tiled="false"<br>>> >> >> >> projection='EPSG:26915'><br>>> >> >> >> <url><a target="_blank" href="http://terraservice.net/ogcmap.ashx">http://terraservice.net/ogcmap.ashx</a>?</url><br>>> >> >> >> <layer name="DRG"/><br>>> >> >> >> <param name="format" value="image/jpeg"/><br>>> >> >> >> <param name="TRANSPARENT" value="TRUE"/><br>>> >> >> >> </map-source><br>>> >> >> >><br>>> >> >> >> <map-source name="reference" type="wms" tiled="false"<br>>> >> >> >> reference="true"><br>>> >> >> >> <url><a target="_blank" href="http://geoint.lmic.state.mn.us/cgi-bin/wms">http://geoint.lmic.state.mn.us/cgi-bin/wms</a></url><br>>> >> >> >> <layer name="fsa2008" reference="true" /><br>>> >> >> >> </map-source> --><br>>> >> >> >><br>>> >> >> >> <service name="print" title="Print Map"><br>>> >> >> >> <step type="input"><br>>> >> >> >> <url>php/print.php</url><br>>> >> >> >> <input type="print_info" name="layers"/><br>>> >> >> >> <input type="extent" name="extent"/><br>>> >> >> >> <input type="sketches" name="sketches"/><br>>> >> >> >><br>>> >> >> >> <input type="user" name="title" title="Map<br>>> >> >> >> Title">Map</input><br>>> >> >> >> <input type="hidden" name="date" title="Map<br>>> >> >> >> Date">true</input><br>>> >> >> >><br>>> >> >> >> <input type="select" name="template" title="Output<br>>> >> >> Template:<br>>> >> >> >> "><br>>> >> >> >> <option value="letter_landscape">Letter -<br>>> >> >> >> Landscape</option><br>>> >> >> >> <option value="letter_portrait">Letter -<br>>> >> >> >> Portrait</option><br>>> >> >> >> <option value="poster_landscape">11" x 17" -<br>>> >> >> >> Landscape</option><br>>> >> >> >> <option value="poster_portrait">11" x 17" -<br>>> >> >> >> Portrait</option><br>>> >> >> >> </input><br>>> >> >> >><br>>> >> >> >> <input type="select" name="quality" title="Image<br>>> >> Quality:<br>>> >> >> "><br>>> >> >> >> <option value="2">Higher</option><br>>> >> >> >> <option value="3">Highest</option><br>>> >> >> >> <option value="1">Standard</option><br>>> >> >> >> </input><br>>> >> >> >><br>>> >> >> >> <input type="select" name="scale" title="Preserve<br>>> >> Scale:<br>>> >> >> "><br>>> >> >> >> <option value="preserve">Yes</option><br>>> >> >> >> <option value="no">No</option><br>>> >> >> >> </input><br>>> >> >> >> </step><br>>> >> >> >> </service><br>>> >> >> >><br>>> >> >> >> <service name="identify" title="Identify" display="false"><br>>> >> >> >> <url>php/identify.php</url><br>>> >> >> >> <step type="spatial" name="shape" line="false"<br>>> >> >> polygon="false"<br>>> >> >> >> jump-start="true" default="point"><br>>> >> >> >> <input type="visiblelayers" name="layers"/><br>>> >> >> >> </step><br>>> >> >> >> </service><br>>> >> >> >><br>>> >> >> >> <service name="birdseye" display="false" target="_blank"><br>>> >> >> >> <url>php/birdseye.php</url><br>>> >> >> >> <step type="spatial" name="xy" line="false"<br>>> >> polygon="false"<br>>> >> >> >> jump-start="true" default="point" format="delim"<br>>> >> >> reproject="EPSG:4326"><br>>> >> >> >> </step><br>>> >> >> >> </service><br>>> >> >> >><br>>> >> >> >> <service name="streetview" display="false" target="_blank"><br>>> >> >> >> <url>php/streetview.php</url><br>>> >> >> >> <step type="spatial" name="xy" line="false"<br>>> >> polygon="false"<br>>> >> >> >> jump-start="true" default="point" format="delim"<br>>> >> >> reproject="EPSG:4326"><br>>> >> >> >> </step><br>>> >> >> >> </service><br>>> >> >> >><br>>> >> >> >> <service name="feature_report" display="false"><br>>> >> >> >> <url>php/feature_report.php</url><br>>> >> >> >> <input type="hidden" name="layers" value="lmic/fsa"/><br>>> >> >> >> <input type="hidden" name="src"/><br>>> >> >> >> <input type="hidden" name="PIN"/><br>>> >> >> >> </service><br>>> >> >> >><br>>> >> >> >> <service name="select" title="Select"><br>>> >> >> >> <url>php/select.php</url><br>>> >> >> >><br>>> >> >> >> <!-- Send a selection shape + the visible layers list<br>>> to<br>>> >> the<br>>> >> >> >> service<br>>> >> >> >> --><br>>> >> >> >> <step type="spatial" showTools="true" name="shape"<br>>> >> >> line="true"<br>>> >> >> >> polygon="true" point="true" default="polygon"<br>>> edit-polygon="false"<br>>> >> >> >> pan="false" jump-start="true"><br>>> >> >> >><br>>> >> >> >> <header><![CDATA[Create a selection area by<br>>> clicking<br>>> >> on<br>>> >> >> the<br>>> >> >> >> map.]]></header><br>>> >> >> >><br>>> >> >> >> <input type="visiblelayers" name="layers"/><br>>> >> >> >><br>>> >> >> >> <!--<br>>> >> >> >> Option values should be the mapbook path to the<br>>> >> >> layer.<br>>> >> >> >> This only supports 'mapserver'-type layers.<br>>> >> >> >> --><br>>> >> >> >> <input type="select" name="select_layer"<br>>> >> title="Select:"><br>>> >> >> >> <option<br>>> value="parcels/parcels">Parcels</option><br>>> >> >> >> </input><br>>> >> >> >><br>>> >> >> >> <!--<br>>> >> >> >> <input type="user" name="shape_buffer"<br>>> title="Buffer<br>>> >> >> >> Selection<br>>> >> >> >> Shape (ft)">0</input><br>>> >> >> >><br>>> >> >> >> <input type="select" name="query_layer"<br>>> title="Using<br>>> >> >> >> Features<br>>> >> >> >> In"><br>>> >> >> >><br>>> >> >> >> <option<br>>> value="parcels/parcels">Parcels</option><br>>> >> >> >> </input><br>>> >> >> >> --><br>>> >> >> >> <input type="user" name="shape_buffer"<br>>> title="Buffer<br>>> >> >> >> Selection<br>>> >> >> >> Shape (ft)">0</input><br>>> >> >> >><br>>> >> >> >> <footnote><![CDATA[<br>>> >> >> >> ]]></footnote><br>>> >> >> >> </step><br>>> >> >> >> </service><br>>> >> >> >><br>>> >> >> >> <!-- this is called after a standard select in order to<br>>> buffer<br>>> >> >> the<br>>> >> >> >> previous selection --><br>>> >> >> >> <service name="buffered_select_followup" title="Buffered<br>>> >> Select"><br>>> >> >> >> <url>php/select.php</url><br>>> >> >> >> <step type="input"><br>>> >> >> >> <input type="hidden" name="shape"/><br>>> >> >> >> <input type="hidden" name="select_layer"/><br>>> >> >> >> <input type="hidden" name="query_layer"/><br>>> >> >> >> <input type="hidden" name="shape_buffer"/><br>>> >> >> >> <input type="user" name="selection_buffer"<br>>> >> title="Buffer<br>>> >> >> >> Features By: "/><br>>> >> >> >> </step><br>>> >> >> >> </service><br>>> >> >> >><br>>> >> >> >> <service name="buffered_select" title="Buffered Select"><br>>> >> >> >> <url>php/select.php</url><br>>> >> >> >><br>>> >> >> >> <!-- Send a selection shape + the visible layers list<br>>> to<br>>> >> the<br>>> >> >> >> service<br>>> >> >> >> --><br>>> >> >> >> <step type="spatial" showTools="true" name="shape"<br>>> >> >> line="true"<br>>> >> >> >> polygon="true" point="true" default="polygon"<br>>> edit-polygon="false"<br>>> >> >> >> pan="false"><br>>> >> >> >><br>>> >> >> >> <header><![CDATA[Create a selection area by<br>>> clicking<br>>> >> on<br>>> >> >> the<br>>> >> >> >> map.]]></header><br>>> >> >> >><br>>> >> >> >> <input type="visiblelayers" name="layers"/><br>>> >> >> >><br>>> >> >> >> <!--<br>>> >> >> >> Option values should be the mapbook path to the<br>>> >> >> layer.<br>>> >> >> >> This only supports 'mapserver'-type layers.<br>>> >> >> >> --><br>>> >> >> >> <input type="select" name="select_layer"<br>>> title="Select<br>>> >> >> >> features<br>>> >> >> >> from:"><br>>> >> >> >> <option<br>>> value="parcels/parcels">Parcels</option><br>>> >> >> >> </input><br>>> >> >> >><br>>> >> >> >> <input type="user" name="selection_buffer"<br>>> >> title="Buffer<br>>> >> >> >> Selected Features (ft)">0</input><br>>> >> >> >><br>>> >> >> >> <!-- <input type="user" name="shape_buffer"<br>>> >> title="Buffer<br>>> >> >> >> Selection Shape (ft)">0</input><br>>> >> >> >> --><br>>> >> >> >> <input type="select" name="query_layer"<br>>> title="Using<br>>> >> >> >> Features<br>>> >> >> >> In"><br>>> >> >> >><br>>> >> >> >> <option<br>>> value="parcels/parcels">Parcels</option><br>>> >> >> >> </input><br>>> >> >> >><br>>> >> >> >> <footnote><![CDATA[<br>>> >> >> >> ]]></footnote><br>>> >> >> >> </step><br>>> >> >> >> </service><br>>> >> >> >><br>>> >> >> >> <service name="popups" display="false"><br>>> >> >> >> <url>php/popups.php</url><br>>> >> >> >> <step type="spatial" name="shape" line="false"<br>>> >> >> polygon="false"<br>>> >> >> >> jump-start="true" default="point"><br>>> >> >> >> <header><![CDATA[<br>>> >> >> >> Click on the map to show a popup about the<br>>> features.<br>>> >> >> >> ]]></header><br>>> >> >> >> <input type="hidden" name="layer"/><br>>> >> >> >> </step><br>>> >> >> >> </service><br>>> >> >> >><br>>> >> >> >> <service name="geocode_address" title="Geocode Address"><br>>> >> >> >> <url>php/geocode.php</url><br>>> >> >> >> <step type="input"><br>>> >> >> >> <input type="user" name="address" title="Enter<br>>> >> Address:<br>>> >> >> "/><br>>> >> >> >> <input type="hidden" name="googlekey"<br>>> >> >> >><br>>> >> >><br>>> >><br>>> value="ABQIAAAA4Q-VLyIpwp3L8M9DIzKb2BT2yXp_ZAY8_ufC3CFXhHIE1NvwkxRe8Hd6FR51Hvb-Fvd-wGjiDZDC4w"/><br>>> >> >> >> </step><br>>> >> >> >> </service><br>>> >> >> >><br>>> >> >> >> <service name="search_parcels"><br>>> >> >> >> <url>php/query.php</url><br>>> >> >> >> <step type="input"><br>>> >> >> >> <input type="hidden" name="highlight"<br>>> value="true"/><br>>> >> >> >> <input type="hidden" name="mode" value="search"/><br>>> >> >> >><br>>> >> >> >> <input type="hidden" name="layer0"<br>>> >> >> value="parcels/parcels"/><br>>> >> >> >> <input type="hidden" name="template0"<br>>> >> value="itemquery"/><br>>> >> >> >><br>>> >> >> >> <input type="select" name="fieldname0"<br>>> title="Search<br>>> >> >> By:"><br>>> >> >> >> <option value="OWNER_NAME">Owner</option><br>>> >> >> >> <option value="PIN">Parcel ID</option><br>>> >> >> >> </input><br>>> >> >> >> <input type="select" name="comparitor0"<br>>> title="That:<br>>> >> "><br>>> >> >> >> <option value="like-icase">Contains</option><br>>> >> >> >> <option value="right-like-icase">Begins<br>>> >> With</option><br>>> >> >> >> <option value="eq-str">Matches Exactly</option><br>>> >> >> >> </input><br>>> >> >> >> <input type="user" name="value0" title=""/><br>>> >> >> >><br>>> >> >> >> <input type="hidden" name="fieldname1"<br>>> >> >> value="FIN_SQ_FT"/><br>>> >> >> >> <input type="select" name="operator1"><br>>> >> >> >> <option value="or">OR</option><br>>> >> >> >> <option value="and">AND</option><br>>> >> >> >> </input><br>>> >> >> >> <input type="select" name="comparitor1"<br>>> title="Having<br>>> >> >> Fin.<br>>> >> >> >> Sq.<br>>> >> >> >> Ft. "><br>>> >> >> >> <option value="gt">Greater Than</option><br>>> >> >> >> <option value="eq">Equal To</option><br>>> >> >> >> <option value="lt">Less Than</option><br>>> >> >> >> </input><br>>> >> >> >> <input type="user" name="value1" title=""/><br>>> >> >> >> </step><br>>> >> >> >> </service><br>>> >> >> >><br>>> >> >> >> <!--<br>>> >> >> >> The catalog defines how the layers will be displayed in<br>>> >> the<br>>> >> >> >> catalog<br>>> >> >> >> tab.<br>>> >> >> >> --><br>>> >> >> >> <layer-controls><br>>> >> >> >> <layer-control name="popups" service-name="popups"<br>>> >> >> >> layer-input="layer" on="false" tip="Show Popups for %LAYER%"/><br>>> >> >> >> </layer-controls><br>>> >> >> >> <catalog><br>>> >> >> >><br>>> >> >> >> <!-- <layer title="overallmap" src="parcels/parcels"<br>>> >> >> status="on"<br>>> >> >> >> popups="true" minscale="0" maxscale="150000" metadata="true" ><br>>> >> >> >> <metadata><a target="_blank" href="http://www.aqua3.com">http://www.aqua3.com</a></metadata><br>>> >> >> >> </layer><br>>> >> >> >> <layer title="City and County Boundaries"<br>>> >> src="borders/all"<br>>> >> >> >> status="on"/><br>>> >> >> >><br>>> >> >> >> <layer title="Weather Radar" src="iastate/nexrad-n0r"<br>>> >> >> >> status="off"<br>>> >> >> >> legend="false"/><br>>> >> >> >><br>>> >> >> >> <group title="Backgrounds" expand="true"<br>>> multiple="false"><br>>> >> >> >> <layer title="Metro Base Map" src="metbase/Met<br>>> Council<br>>> >> >> Base<br>>> >> >> >> Map<br>>> >> >> >> Layers" status="on" legend="false" /><br>>> >> >> >> <layer title="2008 Aerial Photographs"<br>>> >> src="lmic/fsa2008"<br>>> >> >> >> status="off" legend="false" /><br>>> >> >> >> <layer title="1997 Aerial Photographs"<br>>> >> src="lmic/bw1997"<br>>> >> >> >> status="off" legend="false" /><br>>> >> >> >> <layer title="USGS DOQs" src="usgs_doq/DOQ"<br>>> >> status="off"<br>>> >> >> >> fade="true" unfade="true" legend="false" /><br>>> >> >> >> <layer title="USGS Topo Quads" src="usgs_drg/DRG"<br>>> >> >> >> status="off"<br>>> >> >> >> fade="true" unfade="true" legend="false" /><br>>> >> >> >> <layer title="None" src=" " status="off"<br>>> >> legend="false"<br>>> >> >> >> fade="false" unfade="false" /><br>>> >> >> >><br>>> >> >> >> </group> --><br>>> >> >> >> </catalog><br>>> >> >> >><br>>> >> >> >> <!--<br>>> >> >> >> The toolbar defines which services are referneces in<br>>> the<br>>> >> >> toolbar<br>>> >> >> >> --><br>>> >> >> >> <toolbar><br>>> >> >> >> <tool name="previous" title="Previous Extent"<br>>> >> type="internal"<br>>> >> >> >> action="previous" selectable="false"/><br>>> >> >> >> <tool name="next" title="Next Extent" type="internal"<br>>> >> >> >> action="next"<br>>> >> >> >> selectable="false"/><br>>> >> >> >> <tool name="fullextent" title="Zoom to Full Extent"<br>>> >> >> >> type="internal"<br>>> >> >> >> action="fullextent" selectable="false"/><br>>> >> >> >> <tool name="pan" title="Pan" type="internal"<br>>> >> action="pan"/><br>>> >> >> >> <tool name="zoomin" title="Zoom In" type="internal"<br>>> >> >> >> action="zoomin"<br>>> >> >> >> selected="true"/><br>>> >> >> >> <tool name="zoomout" title="Zoom Out" type="internal"<br>>> >> >> >> action="zoomout"/><br>>> >> >> >> <!-- <tool name="identify" title="Identify"<br>>> >> type="service"<br>>> >> >> >> service="identify" cursor="url('cursors/identify2.cur') 9<br>>> >> >> >> 9,url('cursors/identify2.cur'),auto" /> --><br>>> >> >> >> <!-- <tool name="select" title="Select" type="service"<br>>> >> >> >> service="select"/> --><br>>> >> >> >> <!-- <tool name="buffered_select" title="Buffered<br>>> >> Select"<br>>> >> >> >> type="service" service="buffered_select"/> --><br>>> >> >> >> <!-- <tool name="clear" title="Clear Selection"<br>>> >> >> >> type="javascript"<br>>> >> >> >> selectable="false"><br>>> >> >> >> GeoMOOSE.changeLayerVisibility('highlight/all',<br>>> >> false);<br>>> >> >> >> </tool> --><br>>> >> >> >> <tool name="measure" title="Measure" type="internal"<br>>> >> >> >> action="measure"/><br>>> >> >> >> <tool name="measurearea" title="Measure Area"<br>>> >> type="internal"<br>>> >> >> >> action="measurearea"/><br>>> >> >> >> <!-- <tool name="search_parcels" title="Search Parcels"<br>>> >> >> >> type="service" service="search_parcels" selectable="false"/><br>>> --><br>>> >> >> >> <!-- <tool name="print" title="Print" type="service"<br>>> >> >> >> service="print"<br>>> >> >> >> selectable="false"/> --><br>>> >> >> >> <!-- <tool name="birdseye" title="Bird's Eye View"<br>>> >> >> >> type="service"<br>>> >> >> >> selectable="true" service="birdseye"/> --><br>>> >> >> >> <!-- <tool name="streetview" title="Google Street View"<br>>> >> >> >> type="service" service="streetview" selectable="true"/> --><br>>> >> >> >> <!-- <tool name="geocode" title="Geocode Address"<br>>> >> >> type="service"<br>>> >> >> >> service="geocode_address" selectable="true"/> --><br>>> >> >> >> <!-- <drawer><br>>> >> >> >> <tool name="markup_tools" title="Sketch Tools"<br>>> >> >> >> type="internal"<br>>> >> >> >> action="none" selectable="false"/><br>>> >> >> >> <tool name="draw_polygon" title="Draw Polygon"<br>>> >> >> >> type="internal"<br>>> >> >> >> action="draw_polygon"/><br>>> >> >> >> <tool name="draw_line" title="Draw Line"<br>>> >> type="internal"<br>>> >> >> >> action="draw_line"/><br>>> >> >> >> <tool name="draw_point" title="Draw Point"<br>>> >> >> type="internal"<br>>> >> >> >> action="draw_point"/><br>>> >> >> >> <tool name="draw_remove" title="Remove Drawing"<br>>> >> >> >> type="internal"<br>>> >> >> >> action="draw_remove"/><br>>> >> >> >> <tool name="draw_edit" title="Edit Drawing"<br>>> >> >> type="internal"<br>>> >> >> >> action="draw_edit_shapes"/><br>>> >> >> >> <tool name="draw_edit_attributes" title="Edit<br>>> >> Attributes"<br>>> >> >> >> type="internal" action="draw_edit_attributes"/><br>>> >> >> >> <tool name="clear_drawings" title="Clear Drawings"<br>>> >> >> >> type="internal" action="clear_drawings" selectable="false"/><br>>> >> >> >> </drawer> --><br>>> >> >> >> </toolbar><br>>> >> >> >> </mapbook><br>>> >> >> >><br>>> >> >> >> ============= END OF MAPBOOK.XML =============<br>>> >> >> >><br>>> >> >> >> I have tried getting some error reporting out of firebug with<br>>> >> little<br>>> >> >> >> success, if anyone can help me spot what I have done wrong it<br>>> >> would<br>>> >> >> be<br>>> >> >> >> much<br>>> >> >> >> appreciated and I would be happy to supply the real url's to<br>>> the<br>>> >> >> server<br>>> >> >> >> off-list.<br>>> >> >> >><br>>> >> >> >> Cheers<br>>> >> >> >><br>>> >> >> >> Carl<br>>> >> >> >><br>>> >> >><br>>> >><br>>> ------------------------------------------------------------------------------<br>>> >> >> >> Protect Your Site and Customers from Malware Attacks<br>>> >> >> >> Learn about various malware tactics and how to avoid them.<br>>> >> Understand<br>>> >> >> >> malware threats, the impact they can have on your business, and<br>>> >> how<br>>> >> >> you<br>>> >> >> >> can protect your company and customers by using code signing.<br>>> >> >> >><br>>> >> >><br>>> >><br>>> <a target="_blank" href="http://p.sf.net/sfu/oracle-sfdevnl_______________________________________________">http://p.sf.net/sfu/oracle-sfdevnl_______________________________________________</a><br>>> >> >> >> Geomoose-users mailing list<br>>> >> >> >> <a href="mailto:Geomoose-users@lists.sourceforge.net">Geomoose-users@lists.sourceforge.net</a><br>>> >> >> >> <a target="_blank" href="https://lists.sourceforge.net/lists/listinfo/geomoose-users">https://lists.sourceforge.net/lists/listinfo/geomoose-users</a><br>>> >> >> >><br>>> >> >> ><br>>> >> >> ><br>>> >> >> > Best Regards<br>>> >> >> > Brent Fraser<br>>> >> >> ><br>>> >> >> ><br>>> >> >> ><br>>> >> >> ><br>>> >> >><br>>> >><br>>> ------------------------------------------------------------------------------<br>>> >> >> > Protect Your Site and Customers from Malware Attacks<br>>> >> >> > Learn about various malware tactics and how to avoid them.<br>>> >> Understand<br>>> >> >> > malware threats, the impact they can have on your business, and<br>>> how<br>>> >> >> you<br>>> >> >> > can protect your company and customers by using code signing.<br>>> >> >> > <a target="_blank" href="http://p.sf.net/sfu/oracle-sfdevnl">http://p.sf.net/sfu/oracle-sfdevnl</a><br>>> >> >> > _______________________________________________<br>>> >> >> > Geomoose-users mailing list<br>>> >> >> > <a href="mailto:Geomoose-users@lists.sourceforge.net">Geomoose-users@lists.sourceforge.net</a><br>>> >> >> > <a target="_blank" href="https://lists.sourceforge.net/lists/listinfo/geomoose-users">https://lists.sourceforge.net/lists/listinfo/geomoose-users</a><br>>> >> >> ><br>>> >> >><br>>> >> >><br>>> >> >> Best Regards<br>>> >> >> Brent Fraser<br>>> >> >><br>>> >> >><br>>> >> >><br>>> >> ><br>>> >><br>>> ------------------------------------------------------------------------------<br>>> >> > Protect Your Site and Customers from Malware Attacks<br>>> >> > Learn about various malware tactics and how to avoid them.<br>>> Understand<br>>> >> > malware threats, the impact they can have on your business, and how<br>>> >> you<br>>> >> > can protect your company and customers by using code signing.<br>>> >> ><br>>> >><br>>> <a target="_blank" href="http://p.sf.net/sfu/oracle-sfdevnl_______________________________________________">http://p.sf.net/sfu/oracle-sfdevnl_______________________________________________</a><br>>> >> > Geomoose-users mailing list<br>>> >> > <a href="mailto:Geomoose-users@lists.sourceforge.net">Geomoose-users@lists.sourceforge.net</a><br>>> >> > <a target="_blank" href="https://lists.sourceforge.net/lists/listinfo/geomoose-users">https://lists.sourceforge.net/lists/listinfo/geomoose-users</a><br>>> >> ><br>>> >><br>>> >><br>>> >> Best Regards<br>>> >> Brent Fraser<br>>> >><br>>> >><br>>> >><br>>> ><br>>> ------------------------------------------------------------------------------<br>>> > Protect Your Site and Customers from Malware Attacks<br>>> > Learn about various malware tactics and how to avoid them. Understand<br>>> > malware threats, the impact they can have on your business, and how<br>>> you<br>>> > can protect your company and customers by using code signing.<br>>> ><br>>> <a target="_blank" href="http://p.sf.net/sfu/oracle-sfdevnl_______________________________________________">http://p.sf.net/sfu/oracle-sfdevnl_______________________________________________</a><br>>> > Geomoose-users mailing list<br>>> > <a href="mailto:Geomoose-users@lists.sourceforge.net">Geomoose-users@lists.sourceforge.net</a><br>>> > <a target="_blank" href="https://lists.sourceforge.net/lists/listinfo/geomoose-users">https://lists.sourceforge.net/lists/listinfo/geomoose-users</a><br>>> ><br>>><br>>><br>>> Best Regards<br>>> Brent Fraser<br>>><br>>><br>>><br>><br><br><br>Best Regards<br><font color="#888888">Brent Fraser<br style="color: #888888"><br style="color: #888888"><br style="color: #888888"></font> </p>
</blockquote>
</div>
<p style="margin-bottom: 0; margin-top: 0">
<br>
</p>
</div>
</div>
</td>
</tr>
</table>
</body>
</html>