Re: [Arches] Re: Initial installation - getting .pbf - st_asmvtgeom() does not exist error

2020-08-25 Thread Adam Cox
Ah, good work figuring that out. Those phantom installations can be very tricky to track down. On Tue, Aug 25, 2020 at 11:41 AM Kuba Łobodecki wrote: > Problem solved! > Finally that actually was a problem with posgresql version. :( > There was another version installed in the same time and

Re: [Arches] Re: Initial installation - getting .pbf - st_asmvtgeom() does not exist error

2020-08-18 Thread Kuba Łobodecki
Ok, so I am still the only one with st_asmvtgeom problem. As I mentioned in the first post Postgres and Postgis are in proper versions. Dependencies installed with installation script which states versions directly:

Re: [Arches] Re: Initial installation - getting .pbf - st_asmvtgeom() does not exist error

2020-08-18 Thread Asaf Kali
1. "SELECT version();" resulted with "PostgreSQL 12.3 " 2. "SELECT PostGIS_Version();" resulted with "3.0 USE_GEOS=1 USE_PROJ=1 USE_STATS=1". Just to be clear, my issue *was* with the "MapboxGeocoder is not a constructor" issue. After messing a bit with the javascript files in

Re: [Arches] Re: Initial installation - getting .pbf - st_asmvtgeom() does not exist error

2020-08-18 Thread Adam Cox
Hey all, it looks like this is an issue with the Postgres/PostGIS installation. Can you check what versions you have of that software and extension? As the Arches documentation states, you need to use Postgres 12 with PostGIS 3. The function that the original error message mentioned (st_asmvtgeom)