mapserver alone or mapserver+cartoweb? In Cartoweb you need to create a new plugin that will make a request on the DB and then generate some simple geometry (a point i suppose) at the given coordinate. I can show you some code exemple monday when im back to work and have my projects files under the hand.
If only mapserver, I suppose you will have to code some phpmapscript functions, but im no expert in that. Regards Oliver > Hi, > I use postgresql-postgis in a project for fleet vehicle management,i need to > have the last postion of vehicle > I have create a table with : > > CREATE TABLE vehicle (id_vehicle serial, time timestamp, x numeric, y > numeric, speed text, PRIMARY KEY(id_vehicle ,time)); > > what can i do to show last position with mapserver ? > > > -- > "Qui allume sa bougie à la mienne reçoit de la lumière sans me plonger dans > l'obscurité " > ' Thomas Jefferson' > _______________________________________________ Cartoweb-users mailing list [email protected] http://lists.maptools.org/mailman/listinfo/cartoweb-users
