Interesting Things
- As a follow-up to yesterday’s “As for Help” regarding geo-spatial algorithms, one developer implemented MySQL’s geo-spatial code with great success. One caveat: the table must be an MyISAM rather than InnoDB in order to get the indexes, and thus speed benefits. Wes suggested this helpful link.