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 a6c068f commit 9afe357Copy full SHA for 9afe357
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