Nicolas Ribot

Results 5 comments of Nicolas Ribot

Yes I will make the changes.

Hi, needed same as you and came with this solution: https://github.com/Nicolasribot/leaflet.wms It adds info_format, feature_count and exceptions as config options at the L.WMS.source level and handles GetFeatureInfo URL parameters based...

Thanks for the prompt reply. @rouault the query against catalog table worked: ``` shell createdb -p 16432 testgdal psql -p 16432 -d testgdal -c "create extension postgis; create schema osm;...

Here it is. The commands I ran on this file: ``` shell env|sort|grep GDAL #GDAL_DISABLE_READDIR_ON_OPEN=EMPTY_DIR #GDAL_NUM_THREADS=ALL_CPUS ogrinfo -so tileindexes_sample.gpkg #INFO: Open of `tileindexes_sample.gpkg' # using driver `GPKG' successful. #1: grid.tileindex_pluvial_1...

Thanks a lot for the quick fix and the tips !