|
http:run.cgi
The simulator starts with no nodes. The new city button pops up a dialog for city information.
fit.ActionFixture
Can't modify constant item in scalar assignment at Fit/TypeAdapter.pm line 66, near "undef,"
BEGIN not safe after errors--compilation aborted at Fit/TypeAdapter.pm line 177.
Compilation failed in require at Fit/ActionFixture.pm line 6.
BEGIN failed--compilation aborted at Fit/ActionFixture.pm line 6.
Compilation failed in require at Fit/Fixture.pm line 33.
|
| start | eg.GeoSimulator |
| check | nodes | 0 |
| press | new city |
| enter | name | Portland |
| enter | zip | 1,1,1 |
| check | zip | 1,1,1 |
| enter | population | 1.5e6 |
| enter | coord | 45 30' n 122 45' w |
| check | coord | N 45.5 W 122.75 |
| press | ok |
| check | nodes | 1 |
| press | new city |
| enter | name | Salem |
| enter | population | .6e6 |
| enter | zip | 1,1,2 |
| enter | coord | N 44 59' 54" W 122 39' 22" |
| press | ok |
| check | nodes | 2 |
| press | new city |
| enter | name | Seattle |
| press | cancel |
| check | nodes | 2 |
|