[Mapserver-users] application opinions
woodbri at swoodbridge.com
woodbri at swoodbridge.com
Sat Nov 15 08:01:59 PST 2003
I haven't done it, but this sounds like a good case to use a table
join. If you create a unique dbf with a key and the 4 fields you want
to change, then you should be able to join that with the standard
shape/dbf pair and use the added fields as attributes. Each user
could have it's unique dbf.
I will defer to other on how to actually implement this :)
-Steve W.
On 15 Nov 2003 at 17:04, Nicolas Boretos wrote:
> Hi,
>
> I wanted to bounce some ideas off you guys wrt an application using ms.
> In this app, a user:
>
> *submits some input parameters via a web form
> *an econometric model is run utilizing these params
> *the output file is parsed and a dbf file is updated
> *user is re-directed to ms for querying/zooming etc.The dbf file that is updated is the attribute file of the shape file use for mapping
>
> While this scenario seems ok for a single user, I think that things would getconfusing for multiple users; meaning how to separate userA's updated dbf from userN's dbf...Keeping multiple copies of the shape/dbf is kind of costly as the dbf is 25Mb, and the shape is ~10Mb...
>
> AFAIK, ms-cgi works with a shape/dbf pair of the same name. Can you have ms work with additional dbf and the same shape file?
> In the app, I need to update only 4, out of 57 fields, by ~39000 records, so the thinking would be to use the original dbf and create an additional user[pid].dbf for the duration of the user sesion...
>
> i am sure that there other things I did not think about, so feedback would be welcome.....
>
>
> regards,
>
> nicolas boretos
>
> _______________________________________________
> Mapserver-users mailing list
> Mapserver-users at lists.gis.umn.edu
> http://lists.gis.umn.edu/mailman/listinfo/mapserver-users
>
More information about the MapServer-users
mailing list