Re: [mapserver-users] Asking for guidelines about a project

2011-06-21 Thread Saka Royban
information? With best wishes Best Regards From: Ben Madin li...@remoteinformation.com.au To: mapserver-users@lists.osgeo.org Sent: Tue, June 21, 2011 8:59:46 AM Subject: Re: [mapserver-users] Asking for guidelines about a project Brent et al, Becoming off topic

Re: [mapserver-users] Asking for guidelines about a project

2011-06-21 Thread Brent Fraser
-users@lists.osgeo.org *Subject:**Re: [mapserver-users] Asking for guidelines about a project* Ben, Our setup was similar. We had a current_location table and a archive_location table. To filter the archive_location for positions in the last 24 hours we had a view: CREATE VIEW archive_v

Re: [mapserver-users] Asking for guidelines about a project

2011-06-21 Thread Saka Royban
...@yahoo.com Cc: MapServer mapserver-users@lists.osgeo.org Sent: Tue, June 21, 2011 11:14:14 PM Subject: Re: [mapserver-users] Asking for guidelines about a project Mainly because adding a new vehicle is trivial from a site maintenance perspective if you have all vehicles in one table

Re: [mapserver-users] Asking for guidelines about a project

2011-06-20 Thread Saka Royban
AM Subject: Re: [mapserver-users] Asking for guidelines about a project Given how these sorts of things tend to grow, it may also be worth planning for a system to store the vehicle/points/times, as well as maintain the live table of vehicle positions. In fact the table of live positions can

Re: [mapserver-users] Asking for guidelines about a project

2011-06-20 Thread Brent Fraser
@lists.osgeo.org *Subject:**Re: [mapserver-users] Asking for guidelines about a project* Well, it's up to you how to model the objects (that's the great thing about relational databases). Typically, I've added a table of Historical Positions with basically the same structure as the vehicle table

Re: [mapserver-users] Asking for guidelines about a project

2011-06-19 Thread Ben Madin
-users-requ...@lists.osgeo.org wrote: From: Brent Fraser bfra...@geoanalytic.com Date: 18 June 2011 3:27:00 AM AEST To: Saka Royban sakaroy...@yahoo.com Cc: MapServer mapserver-users@lists.osgeo.org Subject: Re: [mapserver-users] Asking for guidelines about a project Well, it's up

Re: [mapserver-users] Asking for guidelines about a project

2011-06-17 Thread Brent Fraser
?) Best Regards *From:* Brent Fraser bfra...@geoanalytic.com *To:* Saka Royban sakaroy...@yahoo.com *Cc:* MapServer mapserver-users@lists.osgeo.org *Sent:* Tue, June 14, 2011 7:14:08 PM *Subject:* Re: [mapserver-users] Asking

Re: [mapserver-users] Asking for guidelines about a project

2011-06-17 Thread Saka Royban
-users@lists.osgeo.org Sent: Tue, June 14, 2011 7:14:08 PM Subject: Re: [mapserver-users] Asking for guidelines about a project Saka, I've had good success using PostGIS for data storage in implementing tracking systems. While you'll need to create

Re: [mapserver-users] Asking for guidelines about a project

2011-06-17 Thread Brent Fraser
:* Re: [mapserver-users] Asking for guidelines about a project Saka, I've had good success using PostGIS for data storage in implementing tracking systems. While you'll need to create your own code for updating the positions in the database, mapserver can read points from PostGIS and can render

[mapserver-users] Asking for guidelines about a project

2011-06-14 Thread Saka Royban
Hi all. Strictly Speaking, i have a project that i should display some moving objects on a map via browser. Generally, i don't know how to start? i mean how should i save these time-based objects in DB and how to retrieve and display them via Mapserver? where should i use client side