<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:"Comic Sans MS";
        panose-1:3 15 7 2 3 3 2 2 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";
        mso-believe-normal-left:yes;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
span.emailstyle17
        {mso-style-name:emailstyle17;
        font-family:"Arial","sans-serif";
        color:black;}
span.EmailStyle19
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.Section1
        {page:Section1;}
-->
</style>
<![if mso 9]>
<style>
p.MsoNormal
        {margin-left:3.0pt;}
</style>
<![endif]><!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=EN-US link=blue vlink=purple style='margin-left:3.0pt;margin-top:
3.0pt;margin-right:3.0pt;margin-bottom:.75pt'>

<div class=Section1>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Suman<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>I am doing this another way&#8230;. Although I am using GeoMoose/MapServer&#8230;<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>I am using an OGR connection in my map file to connect to a MySQL
database via a OVF file&#8230;.this is plotting Points based on XY Coordinates, which
is querying the database.&nbsp; I am would have to look up again what I am doing if
you are interested in this.<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Is this something like you are doing Bobb.&nbsp; I am not familiar with
the Query/Render engine in map server.<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Jay<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<div>

<div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'>

<p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span
style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>
mapserver-users-bounces@lists.osgeo.org
[mailto:mapserver-users-bounces@lists.osgeo.org] <b>On Behalf Of </b>Bob
Basques<br>
<b>Sent:</b> Tuesday, June 30, 2009 10:03 AM<br>
<b>To:</b> Suman Chatterjee; mapserver-users@lists.osgeo.org<br>
<b>Subject:</b> Re: [mapserver-users] plotting points dynamically<o:p></o:p></span></p>

</div>

</div>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p><span style='font-family:"Comic Sans MS"'>The best approach I can think of,
would be to figure out how to add the points to the database in a dynamic
method, and use MapServer as the Query/Render engine. &nbsp;This is how we do
GPS location points for example. &nbsp;The points are loaded into the Database
(POSTGIS) and simply (re)read as a display request by MapServer.</span> <o:p></o:p></p>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p><span style='font-family:"Comic Sans MS"'>Just set up both sides, the
Database and the MapServer connectivity to the database as two separate
processes, and that should get you what you are after.</span> <o:p></o:p></p>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p><span style='font-family:"Comic Sans MS"'>bobb</span> <o:p></o:p></p>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p><span style='font-family:"Comic Sans MS"'>&nbsp;</span><br>
<br>
&gt;&gt;&gt; &quot;Suman Chatterjee&quot; &lt;schatterjee@addisontx.gov&gt;
wrote:<o:p></o:p></p>

<div style='border:none;border-left:solid #050505 1.0pt;padding:0in 0in 0in 5.0pt;
margin-left:11.25pt'>

<div>

<p class=MsoNormal style='background:#F3F3F3'><o:p>&nbsp;</o:p></p>

<div>

<p style='background:#F3F3F3'><span style='font-size:10.0pt;font-family:"Arial","sans-serif"'>Hi
all, <o:p></o:p></span></p>

</div>

<p class=MsoNormal style='background:#F3F3F3'><o:p>&nbsp;</o:p></p>

<div>

<p style='background:#F3F3F3'><span style='font-size:10.0pt;font-family:"Arial","sans-serif"'>I
am working on a project which requires adding points to a basic map
dynamically. That means&nbsp;&nbsp;the basic map will be read from the map
file. Then the points will be queried from a database preferably
PostGreSQL&nbsp;&nbsp;and then plotted on the map. I cannot add the query to
the map file because the points will be generated dynamically at regular
intervals. <o:p></o:p></span></p>

</div>

<p class=MsoNormal style='background:#F3F3F3'><o:p>&nbsp;</o:p></p>

<div>

<p style='background:#F3F3F3'><span style='font-size:10.0pt;font-family:"Arial","sans-serif"'>Is
there any way I can do this in mapserver? <o:p></o:p></span></p>

</div>

<p class=MsoNormal style='background:#F3F3F3'><o:p>&nbsp;</o:p></p>

<div>

<p style='background:#F3F3F3'><span style='font-size:10.0pt;font-family:"Arial","sans-serif"'>&nbsp;
<o:p></o:p></span></p>

</div>

</div>

<p class=MsoNormal style='background:#F3F3F3'><o:p>&nbsp;</o:p></p>

<div>

<p style='background:#F3F3F3'><span style='font-size:8.0pt;font-family:"Arial","sans-serif"'>*******************************************************************************************************************
<o:p></o:p></span></p>

</div>

<p class=MsoNormal style='background:#F3F3F3'><o:p>&nbsp;</o:p></p>

<div>

<p style='background:#F3F3F3'><span style='font-size:8.0pt;font-family:"Arial","sans-serif"'>This
e-mail and any files or attachments transmitted with it contains Information
that is confidential and privileged. This document may contain Protected Health
Information (PHI) or other information that is intended only for the use of the
individual(s) and entity(ies) to whom it is addressed. If you are the intended
recipient, further disclosures are prohibited without proper authorization. If
you are not the intended recipient, any disclosure, copying, printing, or use
of this information is strictly prohibited and possibly a violation of federal
or state law and regulations. If you have received this information in error,
please delete it and notify Hamid Khaleghipour at 972-450-2868 immediately.
Thank you. <o:p></o:p></span></p>

</div>

<p class=MsoNormal style='background:#F3F3F3'><o:p>&nbsp;</o:p></p>

<div>

<p class=MsoNormal style='background:#F3F3F3'><span style='font-size:8.0pt;
font-family:"Arial","sans-serif"'><o:p>&nbsp;</o:p></span></p>

</div>

<p class=MsoNormal style='background:#F3F3F3'><o:p>&nbsp;</o:p></p>

<div>

<p style='background:#F3F3F3'><span style='font-size:8.0pt;font-family:"Arial","sans-serif"'>*******************************************************************************************************************
<o:p></o:p></span></p>

</div>

<p class=MsoNormal style='background:#F3F3F3'><o:p>&nbsp;</o:p></p>

</div>

</div>

</body>

</html>