We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01732c8 commit 05d52a3Copy full SHA for 05d52a3
app/views/projects/show.api.rsb
@@ -9,7 +9,7 @@ api.project do
9
api.is_public @project.is_public?
10
11
if @project.geom
12
- api.geojson @project.geojson
+ api.geojson @project.geojson.to_json
13
else
14
api.geojson ""
15
end
0 commit comments