The CFHTTP tag suggestion yesterday did the trick...although I'm not sure
how to use the Name parameter as a query, I just used the cfhttp.filecontent
variable.

Anyway, on to mapping; ESRI has two web mapping tools. One is called Map
Objects and is a dll wrapped in a VB container. The other program is a web
mapping design, publish, and maintain application called ArcIMS. You can
find out more about these at www.esri.com
I am using the Map Objects method, an example of which (pre-fusebox) can be
found at: http://www.rtc.wa.gov/ccgis/mol/property.htm

good luck!

-----Original Message-----
From: Smith, Vincent [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 22, 2001 5:43 AM
To: Fusebox
Subject: RE: Making a call to a DLL


I don't have the answer for you, but am interested in finding a good mapping
program that I can use in a web application to draw maps once given an
address.  Does the program you have do that?

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 20, 2001 7:17 PM
To: Fusebox
Subject: Making a call to a DLL


Greetings >
 
How does one include the result of a call to a dll on the index.cfm page or
a framed page called by index.cfm?
 
I am working on a dynamic mapping site and wish to call an application with
parameters, returning a map image.
I cannot seem to get the fusebox methodology to accept this code:
 
<machine_name>/scripts/esrimap.dll?name=multimap&cmd=map&mapgroup=property&m
aptype=parcels
 
The code works fine in the frameset below:
 
<frameset  cols="510,*" border="0">
    <frame name="map"
src="http://my_machine/scripts/esrimap.dll?name=multimap&cmd=map&mapgroup=pr
operty&maptype=parcels" marginwidth="10" marginheight="10" scrolling="no"
frameborder="no">
 <frame name="data" src="parcelsearch.cfm?mapgroup=property"
marginwidth="10" marginheight="10" scrolling="auto" frameborder="no">
</frameset>
 
<  Ken Loveall
    GIS Analyst
    Clark County, WA
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to