Skip to content

Commit

Permalink
Remove old project hook
Browse files Browse the repository at this point in the history
  • Loading branch information
dersmon committed Aug 1, 2024
1 parent 10081ca commit 784992e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 296 deletions.
183 changes: 0 additions & 183 deletions publication/assets/js/project-map-hook.js

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,12 @@ defmodule FieldPublicationWeb.Presentation.DocumentComponents.Project do
<%= if map_layers do %>
<div class="mb-4">
<.live_component
module={FieldPublicationWeb.Presentation.Components.ProjectMap}
id="project_doc_map"
style="width:100%; height:300px;"
project_layer_documents={@project_map_layers}
additional_layer_documents={[]}
highlighted_geometry_documents={[]}
additional_geometry_documents={[]}
project_name={@publication.project_name}
module={FieldPublicationWeb.Presentation.Components.DocumentViewMap}
id="generic_doc_map"
style="width:100%; height:500px;"
doc={@doc}
publication={@publication}
lang={@lang}
/>
</div>
<% end %>
Expand Down

0 comments on commit 784992e

Please sign in to comment.