Author: mbrohl Date: Thu Nov 29 10:47:11 2018 New Revision: 1847711 URL: http://svn.apache.org/viewvc?rev=1847711&view=rev Log: Fixed: Update and fix openstreetmap.org integration. (OFBIZ-10553)
Modified: ofbiz/ofbiz-plugins/trunk/example/widget/example/CommonScreens.xml ofbiz/ofbiz-plugins/trunk/example/widget/example/ExampleScreens.xml Modified: ofbiz/ofbiz-plugins/trunk/example/widget/example/CommonScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/example/widget/example/CommonScreens.xml?rev=1847711&r1=1847710&r2=1847711&view=diff ============================================================================== --- ofbiz/ofbiz-plugins/trunk/example/widget/example/CommonScreens.xml (original) +++ ofbiz/ofbiz-plugins/trunk/example/widget/example/CommonScreens.xml Thu Nov 29 10:47:11 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/trunk/example/widget/example/ExampleScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/example/widget/example/ExampleScreens.xml?rev=1847711&r1=1847710&r2=1847711&view=diff ============================================================================== --- ofbiz/ofbiz-plugins/trunk/example/widget/example/ExampleScreens.xml (original) +++ ofbiz/ofbiz-plugins/trunk/example/widget/example/ExampleScreens.xml Thu Nov 29 10:47:11 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>