GateKeeper
09-15-2002, 02:07 PM
I think I asked this question before, or something similar to it, however, I am looking to create a 3 dimensional array that will have a total of 6144 data elements in it. Is this going to be too much for most browsers to handle, and if it is, is there a way around it. The basic dimensions of the array are as follows;
X dimensions = 64 data elements
Y dimensions = 48 data elements
Z dimensions = 2 data elements
My primary concern is whether or not dial-up users are going to be crashed by such a large array. It is my hope to be able to use this array in conjunction with the trail marking script I have been working on to determine the best route from point A to point B based upon the type of terrain being traveled over. In other words I don't want the trail going directly over the highest mountain peaks, but rather, looking for reasonable passes around such peaks and (of course) following along the coastal regions instead of forcing the traveler to swim dozens (or hundreds as the case may be) of ocean. (Yes, this is for a Role Playing web site)
If anyone has any ideas on how to do this in an easier fashion without using CGI or some other sort of server side scripting, I am all ears.
GK
X dimensions = 64 data elements
Y dimensions = 48 data elements
Z dimensions = 2 data elements
My primary concern is whether or not dial-up users are going to be crashed by such a large array. It is my hope to be able to use this array in conjunction with the trail marking script I have been working on to determine the best route from point A to point B based upon the type of terrain being traveled over. In other words I don't want the trail going directly over the highest mountain peaks, but rather, looking for reasonable passes around such peaks and (of course) following along the coastal regions instead of forcing the traveler to swim dozens (or hundreds as the case may be) of ocean. (Yes, this is for a Role Playing web site)
If anyone has any ideas on how to do this in an easier fashion without using CGI or some other sort of server side scripting, I am all ears.
GK