localfeeds working

Localfeeds is now working for me. I got a note from the proprietor explaining where the problem was.

I fixed the problem you were having with Localfeeds– it was partially my fault and partially yours.

Even though I don’t advertise the fact, Localfeeds reads geo.position as well as GeoURL-style ICBM. Since your geo.position comes after the ICBM, it was overriding the perfectly valid ICBM with an invalid geo.position.

Your geo.position tag is invalid because the tag is not supposed to include the compass directions “N” and “W” , as you can see with these examples:
http://geotags.com/geo/geotags2.html

What I did to make this work is make it so my script does not read geo.position if ICBM has already been defined.

I think I have a mish-mash of stuff defined in the head section of my pages, using information from different sources. But for now, it seems to be working. Thanks, Ross.