country_gail
08-06-2004, 04:27 PM
I'm working with a group of veterinarians that would like a graphical interphase of the state to determine a status of a disease by county. They would like it updated weekly so I thought that it would be nice to come up with an asp/access/flash type thing that I just change the numbers in the database, and it can update the flash.
What I would like it to do is to first come up with a map of the state, the user would click on a county and the county name, total number of herds inthe county, number of infected herds in the county and the percent of infected herds (a number that can be gotten through a little math).
So far, what I've got is a state map that when you click on the counties, it shows the county name. It doesn't get anything from outside yet. Now I could probably pull in information, one county at a time (they click on a county, it goes to the asp, database table, asp, flash) but this doesn't seem very efficient because it would have to do do this for every county they click on.
What I was hoping for was a way to get all of the info into flash, right at the start, even if it doesn't necessarily use it.
Another thing that would be kind of cool with such a thing would be to have counties change colors according to their disease status. Which would be possible if I can get all of the info into it.
It's going to be a big project (My state has 87 counties!) but it would be very cool and could be applied towards other things too.
Do you guru's think it's possible? Is there anything I could look at that might point the way on how to do such a thing?
What I would like it to do is to first come up with a map of the state, the user would click on a county and the county name, total number of herds inthe county, number of infected herds in the county and the percent of infected herds (a number that can be gotten through a little math).
So far, what I've got is a state map that when you click on the counties, it shows the county name. It doesn't get anything from outside yet. Now I could probably pull in information, one county at a time (they click on a county, it goes to the asp, database table, asp, flash) but this doesn't seem very efficient because it would have to do do this for every county they click on.
What I was hoping for was a way to get all of the info into flash, right at the start, even if it doesn't necessarily use it.
Another thing that would be kind of cool with such a thing would be to have counties change colors according to their disease status. Which would be possible if I can get all of the info into it.
It's going to be a big project (My state has 87 counties!) but it would be very cool and could be applied towards other things too.
Do you guru's think it's possible? Is there anything I could look at that might point the way on how to do such a thing?