Bas Couwenberg pushed to branch upstream at Debian GIS Project / pgsql-ogr-fdw
Commits:
dfcfbc4d by Bas Couwenberg at 2020-05-14T06:01:33+02:00
New upstream version 1.0.11
- - - - -
1 changed file:
- ogr_fdw.c
Changes:
=====================================
ogr_fdw.c
=====================================
@@ -969,7 +969,7 @@ ogrSpatialFilterFromList(const List* lst)
spatial_filter->minx = floatVal(lsecond(lst));
spatial_filter->miny = floatVal(lthird(lst));
spatial_filter->maxx = floatVal(lfourth(lst));
- spatial_filter->maxy = floatVal(list_nth(lst, 5));
+ spatial_filter->maxy = floatVal(list_nth(lst, 4)); /* list_nth counts
from zero */
return spatial_filter;
}
View it on GitLab:
https://salsa.debian.org/debian-gis-team/pgsql-ogr-fdw/-/commit/dfcfbc4d7beb4b0bfd03d2a45099ac95c0cff7eb
--
View it on GitLab:
https://salsa.debian.org/debian-gis-team/pgsql-ogr-fdw/-/commit/dfcfbc4d7beb4b0bfd03d2a45099ac95c0cff7eb
You're receiving this email because of your account on salsa.debian.org.
_______________________________________________
Pkg-grass-devel mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel