From 184ba482f90c93460be4bd19e300bf9c1d08182c Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Tue, 27 May 2025 13:34:09 +0100 Subject: [PATCH] and decode --- pkgs/maps/tiles.fnl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/maps/tiles.fnl b/pkgs/maps/tiles.fnl index 81e4f44..fe50eda 100644 --- a/pkgs/maps/tiles.fnl +++ b/pkgs/maps/tiles.fnl @@ -20,7 +20,7 @@ "-96.339893442898" ");" ");" - "out geom;" + "out ;" ] (table.concat "\n"))) @@ -31,5 +31,5 @@ (r:set_body (dict_to_query { :data query })) (let [(headers stream) (r:go)] (print (view headers)) - (print (stream:get_body_as_string)))) + (print (view (json.decode (stream:get_body_as_string))))))