Archive for the ‘IMF’ Category

Bending the Rules Again

October 17th, 2008 by John F.

In my last post I mentioned a way to get distinct values for a featureclass out of ArcIMS. This involved bending the rules ‘creatively’, but it got the job done which was the ultimate intent. Recently I was discussing with some colleagues another frustrating issue with ArcIMS; namely, that of stacking an ArcIMS image on top of (or below) a WMS image. Since ArcIMS has no native WMS client capabilities, we’re always forced to stack the images in the browser. This can have some unfortunate side effects – partially transparent polygons become opaque, and antialiasing goes straight out the window. Observe:

wms

This is the standard Geocortex IMF demonstration site, with the USGS Shaded Relief WMS dropped behind. Notice the absence of image behind the jurisdiction layer, the poor antialiasing of the roads over the shaded relief, and the barely legible “Gaston” label.

Now, we can’t make ArcIMS become a WMS client, but we *can* work around these issues if absolutely necessary. What happens from the IMF perspective when we generate this image is that it requests the WMS image from USGS, and at the same time requests the ArcIMS image. It then drapes one over the other in the user’s browser. If we changed the workflow a bit, we can do the following:

  1. Request the WMS image
  2. Save the WMS image somewhere the ArcIMS server can get it
  3. Add an acetate layer to the ArcIMS map with a single polygon. This polygon will cover the same area as the current map extent, which will also be the same area covered by the WMS image.
  4. Use a RASTERFILLSYMBOL to paint the polygon, and use the WMS image as the source.

Using this trick, our image now will look like this:

merged2

Ahhhh, much better!

Note that I did take the liberty of changing the symbology slightly for the jurisdictions layer to work well with the WMS, but you get the idea :)

CRD Natural Areas Atlas

October 9th, 2007 by Steven

Congratulations to the Capital Regional District on the Award of Excellence they recently received at ESRI Canada’s Regional User Conference in Victoria. This recognition is well deserved and is a long time coming.

hrh2001Although we’ve helped build lots of applications, CRD’s popular Natural Areas Atlas is special to me. Unofficially launched in April 2001, the Natural Areas Atlas was the first public facing custom-built ArcIMS application developed by Latitude Geographics. At the time Latitude Geographics was about four people, and we volunteered to build the first version at virtually no cost so we’d have something to show HRH Prince of Wales (a.k.a. Prince Charles) during his official visit to Canada. We’d been selected to present our newfangled Internet mapping technology to him in Regina and needed a public facing app to actually demonstrate! If memory serves, the first version of the Natural Areas Atlas was completed about two days before the big demo. It may well be that the first member of the “public” who viewed the Natural Areas Atlas was the Prince of Wales.

The application has evolved considerably since then, and it got redeveloped from the original ASP code (modified and adapted by CRD over time) and migrated to Geocortex IMF two or three years ago.

Geocortex IMF Update

August 23rd, 2007 by Drew

I thought I’d give a quick update on Geocortex IMF-related product releases.

We’re coding away for a 5.2 release of Geocortex IMF, scheduled for late September/early October. This is a minor release in the IMF 5.x line; separate from the IMF 6.0 project which Moxi is still working on. We’ve also got a new version of Editing Suite for Geocortex IMF coming in September.

Stay tuned for more updates.