in https://github.com/mapnik/mapnik/blob/c6fc956a779123e3735c16ba28aa85922b924cac/plugins/input/csv/csv_index_featureset.cpp#L125 and https://github.com/mapnik/mapnik/blob/c6fc956a779123e3735c16ba28aa85922b924cac/plugins/input/geojson/geojson_index_featureset.cpp#L96 there is an issue with the .second. I think this should bei `pos.size`?
in
mapnik/plugins/input/csv/csv_index_featureset.cpp
Line 125 in c6fc956
mapnik/plugins/input/geojson/geojson_index_featureset.cpp
Line 96 in c6fc956
there is an issue with the .second. I think this should bei
pos.size?