[MapServer-users] Error advises checking logs, but I am not sure what logs it's referring to

Rob Dennett Rob.Dennett at twdb.texas.gov
Thu Jul 24 11:27:50 PDT 2025


I got an error trying to run that command:

ERROR 4: Only read-only mode is supported for /vsicurl

When I ran duckdb at the command line, I was able to run

Select geometry from read_parquet("github.com/iamgeodude/testgio/raw/main/area_types.parquet")

Just fine.  Updating the code from geom to geometry in the .map file yields the same error.  Are the logs mentioned referring to the error_log I am looking at, or something else?

Thanks
________________________________
From: Scott <public at postholer.com>
Sent: Thursday, July 24, 2025 10:48 AM
To: Rob Dennett <Rob.Dennett at twdb.texas.gov>; MapServer Users <mapserver-users at lists.osgeo.org>
Subject: Re: [MapServer-users] Error advises checking logs, but I am not sure what logs it's referring to

External: Beware of links/attachments.



Looking at the file, the layer name is plural, area_types and the
geometry column is 'geometry' not 'geom'.

Run the following from the command line and see what errors you get:

ogrinfo -sql "select geometry from area_types"
/vsicurl/https://github.com/iamgeodude/testgio/raw/main/area_types.parquet

On 7/24/25 08:12, Rob Dennett wrote:
> https://github.com/iamgeodude/testgio/raw/
>  > main/area_types.parquet

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20250724/100691d7/attachment.htm>


More information about the MapServer-users mailing list