Re: HTTP/2 disabled on demo-trunk

2023-10-26 Thread Daniel Watford
Hi Deepak, Not yet, but I've now assigned the task to myself so that it appears more readily in my todo list. On Fri, 27 Oct 2023 at 06:38, Deepak Dixit wrote: > Hi Daniel!! > > Did you get a chance to look at this? > > Thanks & Regards > -- > Deepak Dixit > ofbiz.apache.org > > > On Tue, Aug

Re: HTTP/2 disabled on demo-trunk

2023-10-26 Thread Deepak Dixit
Hi Daniel!! Did you get a chance to look at this? Thanks & Regards -- Deepak Dixit ofbiz.apache.org On Tue, Aug 22, 2023 at 2:29 PM Deepak Dixit wrote: > Here is the task for the same > https://issues.apache.org/jira/browse/OFBIZ-12846 > > HTTP/2 should be enabled by default. Need to check if

Re: Google Map issue

2023-10-26 Thread Jacques Le Roux
It's a long time I have not worked with Google Maps. Currently in hemes/common-theme/template/includes/GeoLocation.ftl, we simply set the API key with https://maps.googleapis.com/maps/api/js?key=${googleApiKey}"; type="application/javascript"> It seems that for using the places library we

Re: Google Map issue

2023-10-26 Thread Riyaz Ahmed Shaikh
Hi, Please find the Google driver link to screenshots. Screenshot#1: https://drive.google.com/file/d/1tS-HJ_pn2IUsP4Z56O3U_gcoUHwTIvBR/view?usp=drive_link Screenshot#2: https://drive.google.com/file/d/1OwApJIcgrrRs36WmobULyCts8GD9m90l/view?usp=drive_link Regards, Riyaz On Thu, Oct 26, 2023 at

Re: Google Map issue

2023-10-26 Thread Jacques Le Roux
Hi Riyaz, This ML does not allow attached images. Please provide a link. TIA Jacques Le 26/10/2023 à 11:48, Riyaz Ahmed Shaikh a écrit : Hi, We are trying to setup the Ofbiz ERP for our internal initiative. We are using source code from trunk. We have a requirement to store party addresses

Google Map issue

2023-10-26 Thread Riyaz Ahmed Shaikh
Hi, We are trying to setup the Ofbiz ERP for our internal initiative. We are using source code from trunk. We have a requirement to store party addresses using Google Geolocation. To achieve that, I have added google place api key to *googleApiKey *property in *general.properties* file. Even af