Skip to content

Commit 273b93a

Browse files
committed
add gtt tile sources in project api
1 parent a0c2c2e commit 273b93a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/views/projects/show.api.rsb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ api.project do
1414
api.geojson ""
1515
end
1616

17+
if @project.gtt_tile_sources.present?
18+
api.gtt_tile_sources @project.gtt_tile_sources
19+
end
20+
1721
render_api_custom_values @project.visible_custom_field_values, api
1822
render_api_includes(@project, api)
1923

0 commit comments

Comments
 (0)