Skip to content

Commit

Permalink
Fix TLC URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
johnf committed Jan 17, 2024
1 parent eb8dbf8 commit bce8b16
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/views/page/tlcmap.html.haml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
%h1 TLC Map Tests

%h2 All Collections - Cluster
%iframe{src: "https://test-views.tlcmap.org/v2/cluster.html?load=#{CGI.escape collections_url(format: :geo_json)}", width: 1000, height: 700, frameborder: '0', scrolling: 'no' }
%iframe{src: "https://views.tlcmap.org/v2/cluster.html?load=#{CGI.escape collections_url(format: :geo_json)}", width: 1000, height: 700, frameborder: '0', scrolling: 'no' }

%h2 All Collections - 3D
%iframe{src: "https://test-views.tlcmap.org/v2/3d.html?load=#{CGI.escape collections_url(format: :geo_json)}", width: 1000, height: 700, frameborder: '0', scrolling: 'no' }
%iframe{src: "https://views.tlcmap.org/v2/3d.html?load=#{CGI.escape collections_url(format: :geo_json)}", width: 1000, height: 700, frameborder: '0', scrolling: 'no' }

%h2 All Collections - Timeline
%iframe{src: "https://test-views.tlcmap.org/v2/timeline.html?load=#{CGI.escape collections_url(format: :geo_json)}", width: 1000, height: 700, frameborder: '0', scrolling: 'no' }
%iframe{src: "https://views.tlcmap.org/v2/timeline.html?load=#{CGI.escape collections_url(format: :geo_json)}", width: 1000, height: 700, frameborder: '0', scrolling: 'no' }

%h2 NT1 - Cluster
%iframe{src: "https://test-views.tlcmap.org/v2/cluster.html?load=#{CGI.escape collection_url('NT1', format: :geo_json)}", width: 1000, height: 700, frameborder: '0', scrolling: 'no' }
%iframe{src: "https://views.tlcmap.org/v2/cluster.html?load=#{CGI.escape collection_url('NT1', format: :geo_json)}", width: 1000, height: 700, frameborder: '0', scrolling: 'no' }

%h2 NT1 - 3D
%iframe{src: "https://test-views.tlcmap.org/v2/3d.html?load=#{CGI.escape collection_url('NT1', format: :geo_json)}", width: 1000, height: 700, frameborder: '0', scrolling: 'no' }
%iframe{src: "https://views.tlcmap.org/v2/3d.html?load=#{CGI.escape collection_url('NT1', format: :geo_json)}", width: 1000, height: 700, frameborder: '0', scrolling: 'no' }

%h2 NT1 - Timeline
%iframe{src: "https://test-views.tlcmap.org/v2/timeline.html?load=#{CGI.escape collection_url('NT1', format: :geo_json)}", width: 1000, height: 700, frameborder: '0', scrolling: 'no' }
%iframe{src: "https://views.tlcmap.org/v2/timeline.html?load=#{CGI.escape collection_url('NT1', format: :geo_json)}", width: 1000, height: 700, frameborder: '0', scrolling: 'no' }

0 comments on commit bce8b16

Please sign in to comment.