hiten4github / tamt

Automatically exported from code.google.com/p/tamt
0 stars 0 forks source link

Assign GPS points showing too many matches #72

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Load Accra Data (Industrial, 40, 40, 40)
2. Tags: 2lane, 4lane
3. Draw Winneba (2lane), Dansoman (2lane), Ring Road (4lane)
3. Import small.zip
4. Assign GPS records for small.zip

What is the expected output? What do you see instead?
- Expect total points: 7880 records; correct
- Expect processed points: 7880 records; correct
- Expect matched points: 7880 records; incorrect (13393)

I think the totalAffected is being overloaded. We didn't see this before 
because assignPoints may have been dropping everything into default zone. 

Original issue reported on code.google.com by stuartmo...@gmail.com on 22 Jun 2011 at 9:31

GoogleCodeExporter commented 9 years ago
Fixed in Revision ef490333c0c4

Original comment by stuartmo...@gmail.com on 23 Jun 2011 at 1:48