You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mb...@apache.org on 2018/12/08 08:06:32 UTC

svn commit: r1848437 - in /ofbiz/ofbiz-plugins/branches/release17.12/example/widget/example: CommonScreens.xml ExampleScreens.xml

Author: mbrohl
Date: Sat Dec  8 08:06:32 2018
New Revision: 1848437

URL: http://svn.apache.org/viewvc?rev=1848437&view=rev
Log:
Fixed: Update and fix openstreetmap.org integration.
(OFBIZ-10553)

Manual backport because of the renamed paths.

Modified:
    ofbiz/ofbiz-plugins/branches/release17.12/example/widget/example/CommonScreens.xml
    ofbiz/ofbiz-plugins/branches/release17.12/example/widget/example/ExampleScreens.xml

Modified: ofbiz/ofbiz-plugins/branches/release17.12/example/widget/example/CommonScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/branches/release17.12/example/widget/example/CommonScreens.xml?rev=1848437&r1=1848436&r2=1848437&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/branches/release17.12/example/widget/example/CommonScreens.xml (original)
+++ ofbiz/ofbiz-plugins/branches/release17.12/example/widget/example/CommonScreens.xml Sat Dec  8 08:06:32 2018
@@ -235,6 +235,7 @@ under the License.
                 <set field="geoChart.height" value="500px"/>
                 <set field="geoChart.points" from-field="geoPoints"/>
                 <set field="geoChart.center" from-field="geoCenter"/>
+                <set field="layoutSettings.styleSheets[+0]" value="/common/js/plugins/OpenLayers-5.3.0.css" global="true"/>
             </actions>
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">

Modified: ofbiz/ofbiz-plugins/branches/release17.12/example/widget/example/ExampleScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/branches/release17.12/example/widget/example/ExampleScreens.xml?rev=1848437&r1=1848436&r2=1848437&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/branches/release17.12/example/widget/example/ExampleScreens.xml (original)
+++ ofbiz/ofbiz-plugins/branches/release17.12/example/widget/example/ExampleScreens.xml Sat Dec  8 08:06:32 2018
@@ -401,8 +401,8 @@ under the License.
                 <set field="geoPoints[1].lon" value="-122.1519"/>
                 <set field="geoPoints[+2].lat" value="37.4719"/>
                 <set field="geoPoints[2].lon" value="-122.1319"/>
-                <set field="geoCenter.lat" value="37.4419"/>
-                <set field="geoCenter.lon" value="-122.1419"/>
+                <set field="geoCenter.lat" value="37.4629"/>
+                <set field="geoCenter.lon" value="-122.1447"/>
                 <set field="geoCenter.zoom" value="13"/>
             </actions>
             <widgets>