Hacker News new | ask | show | jobs
by samvj 4741 days ago
You should double-check the compositing. It looks like the iPhone layer is being drawn directly on top of the Android layer. So there is a good chance that if you reverse the composting order, the map will light up green.

The correct approach would be to decide a winner, or do some blending for every pixel on the map.