test/data/geohash.ics: Separate lat/lon with a semicolon
authorW. Trevor King <wking@tremily.us>
Sun, 30 Jun 2013 20:07:35 +0000 (16:07 -0400)
committerW. Trevor King <wking@tremily.us>
Sun, 30 Jun 2013 20:24:29 +0000 (16:24 -0400)
From RFC 5545, section 3.8.1.6 (Geographic Position):

  Value Type:  FLOAT.  The value MUST be two SEMICOLON-separated FLOAT
      values.

pycalendar/aggregator.py
pycalendar/entry.py
pycalendar/feed.py
test/data/geohash.ics

index 07c5b3a72c0a6a2bc67a682bed10a933d3f27efd..8c20cc9e7e0e121f437a69dbac30d8f2209ff465 100644 (file)
@@ -54,7 +54,7 @@ class Aggregator (list):
     SUMMARY:XKCD geohashing\, Boston graticule
     URL:http://xkcd.com/426/
     LOCATION:Snow Hill\, Dover\, Massachusetts
-    GEO:42.226663,-71.28676
+    GEO:42.226663;-71.28676
     END:VEVENT
     END:VCALENDAR
     <BLANKLINE>
index 46bf3b679f3b5c9d29ae509e9ff5e6e436a7bc76..f065037b84c1f58787d1210a31d7672958f1dc69 100644 (file)
@@ -39,7 +39,7 @@ class Entry (dict):
     SUMMARY:XKCD geohashing\, Boston graticule
     URL:http://xkcd.com/426/
     LOCATION:Snow Hill\, Dover\, Massachusetts
-    GEO:42.226663,-71.28676
+    GEO:42.226663;-71.28676
     END:VEVENT
     END:VCALENDAR
 
index b9ae0c7d61b25afaec247a07be9d9965c4ab64da..64dc452aed0c74dd32adf1dda62f446d38a5ae31 100644 (file)
@@ -50,7 +50,7 @@ class Feed (_entry.Entry):
     SUMMARY:XKCD geohashing\, Boston graticule
     URL:http://xkcd.com/426/
     LOCATION:Snow Hill\, Dover\, Massachusetts
-    GEO:42.226663,-71.28676
+    GEO:42.226663;-71.28676
     END:VEVENT
     END:VCALENDAR
 
@@ -77,7 +77,7 @@ class Feed (_entry.Entry):
     SUMMARY:XKCD geohashing\, Boston graticule
     URL:http://xkcd.com/426/
     LOCATION:Snow Hill\, Dover\, Massachusetts
-    GEO:42.226663,-71.28676
+    GEO:42.226663;-71.28676
     END:VEVENT
     """
     def __init__(self, url, user_agent=None):
index 129150df69089c696e6aa8221bdfc2bbf0153564..51260abf7294135bb5bcce92d3797a2f5db231c8 100644 (file)
@@ -9,6 +9,6 @@ DTEND;VALUE=DATE:20130701
 SUMMARY:XKCD geohashing\, Boston graticule\r
 URL:http://xkcd.com/426/\r
 LOCATION:Snow Hill\, Dover\, Massachusetts\r
-GEO:42.226663,-71.28676\r
+GEO:42.226663;-71.28676\r
 END:VEVENT\r
 END:VCALENDAR\r