Author: jleroux
Date: Mon Feb 2 22:33:05 2009
New Revision: 740137
URL:
http://svn.apache.org/viewvc?rev=740137&view=revLog:
No comment field in GeoPoint...
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=740137&r1=740136&r2=740137&view=diff==============================================================================
--- ofbiz/trunk/applications/party/data/PartyGeoPointData.xml (original)
+++ ofbiz/trunk/applications/party/data/PartyGeoPointData.xml Mon Feb 2 22:33:05 2009
@@ -18,8 +18,9 @@
under the License.
-->
-<entity-engine-xml>
- <GeoPoint comment="GeoPoint for DemoCustomer and other demonstrations (in Orem, Utah, USA)"
+<entity-engine-xml>
+ <!-- GeoPoint for DemoCustomer and other demonstrations (in Orem, Utah, USA) -->
+ <GeoPoint
geoPointId="9000"
dataSourceId="GEOPT_GOOGLE"
latitude="40.297264"
@@ -27,8 +28,9 @@
elevation="4756"
elevationUomId="LEN_ft"
information="A testing GeoPoint for contactMechId=9015 (DemoCustomer)"
- />
- <GeoPoint comment="GeoPoint for EuroCustomer (in Amsterdam, Netherlands)"
+ />
+ <!-- GeoPoint for EuroCustomer (in Amsterdam, Netherlands) -->
+ <GeoPoint
geoPointId="9001"
dataSourceId="GEOPT_GOOGLE"
latitude="52.350"
@@ -37,7 +39,8 @@
elevationUomId="LEN_m"
information="A testing GeoPoint for contactMechId=EUROCUSTOMER (EuroCustomer)"
/>
- <GeoPoint comment="GeoPoint for FrenchCustomer (at Chemin de la Mouline, Poussan, France)"
+ <!-- GeoPoint for FrenchCustomer (at Chemin de la Mouline, Poussan, France) -->
+ <GeoPoint
geoPointId="9002"
dataSourceId="GEOPT_GOOGLE"
latitude="43.491661995004264"