Skip to content

Commit

Permalink
fixing map bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ppisljar committed Sep 5, 2018
1 parent 8381438 commit 4f02bf0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export function makeGeoJsonResponseHandler() {

//double conversion, first to table, then to geojson
//This is to future-proof this code for Canvas-refactoring
const tabifiedResponse = tabifyAggResponse(vis.getAggConfig(), esResponse);
const tabifiedResponse = tabifyAggResponse(vis.getAggConfig(), esResponse, { partialRows: true });
lastGeoJsonResponse = convertToGeoJson(tabifiedResponse);

return lastGeoJsonResponse;
Expand Down

0 comments on commit 4f02bf0

Please sign in to comment.