Re: [mapserver-users] mapserver 7.6.2

2021-01-04 Thread Eichner, Andreas - SID
Hi Stephane, are you sure you installed boost-devel _and_ boost-serialization packages? While the first one gives "Headers and shared object symbolic links for the Boost C++ libraries." the second one contains "Run-Time support for serialization for persistence and marshaling." and contains

Re: [mapserver-users] Question about importing xml/json data from api

2021-01-04 Thread Travis Kirstine
Liron, Since MapServer is built with GDAL / OGR you connect to most common formats without parsing, see https://www.mapserver.org/input/vector/ogr.html. However this does not include hand rolled JSON / XML, if possible retrieve GeoJSON or some other GDAL / OGR supported format from the API. You

Re: [mapserver-users] mapserver 7.6.2

2021-01-04 Thread Stephane Poissant
I have tried many things but cannot get to compile ma-server successfully. I rely on repository yum packages for everything but for geos (which I build manually). My Makefile (relevant part) CMAKEFLAGS= -DWITH_GEOS=1 \ -DCMAKE_SHARED_LINKER_FLAGS="-lgcov"