You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2014/01/03 19:25:01 UTC

svn commit: r1555187 - /ofbiz/trunk/applications/party/data/PartyGeoPointData.xml

Author: jleroux
Date: Fri Jan  3 18:25:01 2014
New Revision: 1555187

URL: http://svn.apache.org/r1555187
Log:
Even for testing purpose, I like things to be precise. Google geo coder still fails by about 100 meters (fun :)

Modified:
    ofbiz/trunk/applications/party/data/PartyGeoPointData.xml

Modified: ofbiz/trunk/applications/party/data/PartyGeoPointData.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/data/PartyGeoPointData.xml?rev=1555187&r1=1555186&r2=1555187&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/data/PartyGeoPointData.xml (original)
+++ ofbiz/trunk/applications/party/data/PartyGeoPointData.xml Fri Jan  3 18:25:01 2014
@@ -39,11 +39,11 @@ under the License.
         elevationUomId="LEN_m"
         information="A testing GeoPoint for contactMechId=EUROCUSTOMER (EuroCustomer)"
     />
-    <!-- GeoPoint for FrenchCustomer (at Chemin de la Mouline, Poussan, France) -->
+    <!-- GeoPoint for FrenchCustomer (at 400E Chemin de la Mouline, Poussan, France) -->
     <GeoPoint
         geoPointId="9002"
         dataSourceId="GEOPT_GOOGLE"
-        latitude="43.491661995004264"
+        latitude="43.684"
         longitude="3.6840248107910156"
         elevation="40"
         elevationUomId="LEN_m"