[CalendarServer-changes] [13626] CalendarServer/trunk/conf/auth/generate_test_accounts.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Jun 10 12:22:05 PDT 2014


Revision: 13626
          http://trac.calendarserver.org//changeset/13626
Author:   cdaboo at apple.com
Date:     2014-06-10 12:22:05 -0700 (Tue, 10 Jun 2014)
Log Message:
-----------
Missing geo: prefix.

Modified Paths:
--------------
    CalendarServer/trunk/conf/auth/generate_test_accounts.py

Modified: CalendarServer/trunk/conf/auth/generate_test_accounts.py
===================================================================
--- CalendarServer/trunk/conf/auth/generate_test_accounts.py	2014-06-10 16:28:47 UTC (rev 13625)
+++ CalendarServer/trunk/conf/auth/generate_test_accounts.py	2014-06-10 19:22:05 UTC (rev 13626)
@@ -220,7 +220,7 @@
   <short-name>il1</short-name>
   <full-name>IL1</full-name>
   <street-address>1 Infinite Loop, Cupertino, CA 95014</street-address>
-  <geographic-location>37.331741,-122.030333</geographic-location>
+  <geographic-location>geo:37.331741,-122.030333</geographic-location>
 </record>
 <record type="location">
   <uid>fantastic</uid>
@@ -233,7 +233,7 @@
   <short-name>il2</short-name>
   <full-name>IL2</full-name>
   <street-address>2 Infinite Loop, Cupertino, CA 95014</street-address>
-  <geographic-location>37.332633,-122.030502</geographic-location>
+  <geographic-location>geo:37.332633,-122.030502</geographic-location>
 </record>
 <record type="location">
   <uid>delegatedroom</uid>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140610/0dd6befe/attachment.html>


More information about the calendarserver-changes mailing list