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))))))