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.  This is how we do GPS location points for example.  The points are 
loaded into the Database (POSTGIS) and simply (re)read as a display request by 
MapServer. 

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. 

bobb 

 

>>> "Suman Chatterjee" <[email protected]> wrote:


Hi all, 


I am working on a project which requires adding points to a basic map 
dynamically. That means  the basic map will be read from the map file. Then the 
points will be queried from a database preferably PostGreSQL  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. 


Is there any way I can do this in mapserver? 


  


*******************************************************************************************************************
 


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. 




*******************************************************************************************************************
 


_______________________________________________
mapserver-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to