Re: [Arches] Uploading File using Azure Blob Storage

2018-11-07 Thread Vincent Meijer
Nice :) On Thu, 8 Nov 2018, 01:21 Lawrence Goh Hi Vincent, > > Found the issue was the azure-storage version. Initially, I had it at > 0.20.0 and it didn't work. The 0.36.0 actually fixed it. > > Thanks. > > Regards, > Lawrence > > On Thu, Nov 8, 2018 at 11:06 AM Vincent Meijer > wrote: > >>

[Arches] Uploading Files

2018-11-07 Thread Lawrence Goh
Hi all! I found something odd with v4.3.3. We were trying to upload a file into an Information Resource. We are using Azure Blob. After adding the file and clicking Add, the file is uploaded to the blob. All would be well where the report would have the file clickable. However, if we did

Re: [Arches] heritage resource markers not showing on the search screen

2018-11-07 Thread meinee . lee
Thank you Dennis. I now have markers on on the search screen map. On Thursday, 8 November 2018 13:36:58 UTC+13, Dennis Wuthrich wrote: > > Hi Mei Nee, > > You should make sure that you’ve defined an overlay for markers. Here’s > the sql that defines a marker layer and a heat map layer for

Re: [Arches] SyntaxError during installation (Arches app creation)

2018-11-07 Thread Joel Aldor
Hi Rob, Yup, after checking my installation using the ubuntu_xenial_setup.sh install script it seemed that the version of npm that was installed was 4.2.6. I upgraded it manually to use version 6.4.0, which is the minimum. After that. I was able to complete the Arches development installation

Re: [Arches] heritage resource markers not showing on the search screen

2018-11-07 Thread Dennis Wuthrich
Hi Mei Nee,You should make sure that you’ve defined an overlay for markers.  Here’s the sql that defines a marker layer and a heat map layer for Arches.  This is standard SQL that will update Arches’ PostGIS database to display markers. -- -- To post, send email to

Re: [Arches] Uploading File using Azure Blob Storage

2018-11-07 Thread Lawrence Goh
Hi Vincent, Found the issue was the azure-storage version. Initially, I had it at 0.20.0 and it didn't work. The 0.36.0 actually fixed it. Thanks. Regards, Lawrence On Thu, Nov 8, 2018 at 11:06 AM Vincent Meijer wrote: > Could this be the culprit? azure-storage==0.36.0 > Perhaps

Re: [Arches] Uploading File using Azure Blob Storage

2018-11-07 Thread Vincent Meijer
Could this be the culprit? azure-storage==0.36.0 Perhaps conflicting versions with django-storages dependencies. What happens if you leave that one out? On Wed, 7 Nov 2018, 23:00 Lawrence Goh Hi Vincent, > > Did the usual settings in settings.py. In requirement.txt, I have these. > >

Re: [Arches] Uploading File using Azure Blob Storage

2018-11-07 Thread Lawrence Goh
Hi Vincent, Did the usual settings in settings.py. In requirement.txt, I have these. django-storages==1.7.1 django-storages[azure]==1.7.1 azure==4.0.0 azure-storage==0.36.0 azure-servicebus==0.21.1 azure-mgmt==4.0.0 azure-servicemanagement-legacy==0.20.6 Thanks. Regards, Lawrence On Thu, Nov

Re: [Arches] Uploading File using Azure Blob Storage

2018-11-07 Thread Vincent Meijer
Haven't seen this one before. How exactly did you install Azure Storage? And which version? On Wed, 7 Nov 2018, 04:29 Lawrence Goh Hi all, would need some help on this issue I am facing. It's weird and > odd. I have the needed azure settings in settings.py, but I got this > error. > >

[Arches] heritage resource markers not showing on the search screen

2018-11-07 Thread meinee . lee
Hi there, I am using Arches 4.3.3 with the default models. I have created some heritage resources and marked them on the map. However, the markers are not showing on the map on the search screen. Is there a configuration change I have to make? Any guidance much appreciated. regards Mei Nee --