[Arches] Re: Arches 5 Documentation Sprint: Call for Suggestions and Feedback

2020-06-05 Thread Andrew Jones
Adam, I'm sure that we will be able to help out too. We are in the process of migrating to v5 and are using a Windows house so can keep an eye out for Windows gotchas! Andy On Thursday, June 4, 2020 at 5:45:59 PM UTC+1, Adam Cox wrote: > > Hello everyone, > > Angela Labrador and I are planning

[Arches] Re: problem adding geojson feature collection

2020-03-31 Thread Andrew Jones
Have you created a Mapbox API Key and added it to the Arches Map settings? Andy On Monday, March 30, 2020 at 4:20:34 PM UTC+1, Ελένη Γκαδόλου wrote: > > Hello, > > I have installed the Arches v5 and I have created several resources models > and I have also add some overlays besides the main

Re: [Arches] Re: Installing GDAL on Windows - I have an easy solution

2020-03-12 Thread Andrew Jones
That might have saved us a load of hassle. The OSGeo installed is a real pain behind our firewall. Thanks Adam On Wednesday, March 11, 2020 at 9:51:31 PM UTC, Adam Cox wrote: > > No problem Lindsey. I just did some more testing and it seems like you can > pare down those settings lines. I was

Re: [Arches] Map search

2020-03-11 Thread Andrew Jones
lmost the same colour and > size. > > David > > On Monday, 2 March 2020 09:04:46 UTC, Andrew Jones wrote: >> >> We created an ESRI geocoder to use their World geocoding service. The >> code and instructions for configuring it are here and might be helpfu

Re: [Arches] Map search

2020-03-02 Thread Andrew Jones
We created an ESRI geocoder to use their World geocoding service. The code and instructions for configuring it are here and might be helpful... https://github.com/HistoricEngland/arches-esri-geocoder On Sunday, March 1, 2020 at 8:55:57 PM UTC, David Osborne wrote: > > Supplementary question:

[Arches] Re: Programmatic management of resources?

2020-02-24 Thread Andrew Jones
I would recommend that you use the django model to delete the resources. Like you, we were not confident that we knew enough about the database structure to confidently execute SQL without leaving various elements all over the place. You also need to update the index etc. I would write a

[Arches] Re: Pre-populating text widget with username

2020-01-20 Thread Andrew Jones
e template side without touching the viewmodel, but while the username > appeared, it was the same 500 error on tile (no value being passed). > > Thanks for any ideas! > Angela > > > > On Friday, January 17, 2020 at 4:31:06 AM UTC-5, Andrew Jones wrote: >> >> So

[Arches] Re: Pre-populating text widget with username

2020-01-17 Thread Andrew Jones
Sounds like you're close. do you mind posting the viewmodel code as a fresh pair of eyes might be able to help? On Wednesday, January 15, 2020 at 11:34:51 PM UTC, Angela Labrador wrote: > > Hi everyone, > > I have a node, let's call it (datatype string), which uses the > default text widget.

[Arches] Re: Arches developer install Windows 10- Django / GDAL error (updated)

2019-11-27 Thread Andrew Jones
Lindsay, Things I would try/check: Re-install the requirements.txt to ensure that the django postgis backend is installed. Check that GDAL_DATA is in sys env variables Check that OSGEO\bin is in PATH Andy On Tuesday, November 26, 2019 at 11:43:09 PM UTC, Lindsey Gant wrote: > > I fixed the

[Arches] Re: Increasing Search Speed

2019-09-05 Thread Andrew Jones
We've played around with heap size and various settings to improve the indexing speed. Also setting up multiple nodes would likely help. The instance currently being loaded at our site will have 800,000+ resources. It seems to be running fine performance wise with 4Gb heap, 1 node and 189k