Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ftr/117 remove leaflet #445

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open

Conversation

daniel-jettka
Copy link
Contributor

@daniel-jettka daniel-jettka commented Oct 11, 2024

Description, Context and related Issue

Removed all leaflet files and content because Edirom does not support leaflet anymore.

Refs #117

How Has This Been Tested?

(...)

Types of changes

  • cleanup

@daniel-jettka daniel-jettka linked an issue Oct 11, 2024 that may be closed by this pull request
3 tasks
@daniel-jettka
Copy link
Contributor Author

@bwbohl Could you have a look at this? I am not sure how to check if everything's working fine after removing all leaflet content - I mean it wasn't in use anyway, right?

Copy link
Member

@peterstadler peterstadler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was trying to test this PR with the clarinet quintet data I grabbed from the pipeline build.

First I was hit by the error #443 reported by @roewenstrunk so I had to merge his fix into this branch. Then I was able to take a look and it all seemed to work (i.e. I did no systematic tests).

@peterstadler peterstadler added this to the 1.0.0 milestone Oct 15, 2024
@peterstadler peterstadler self-assigned this Oct 15, 2024
@peterstadler
Copy link
Member

I rebased this branch to bring it up to date with current dev. Please make sure to

  1. do a git fetch to fetch the changes, and
  2. do a git reset --hard origin/ftr/117-remove-leaflet to point your HEAD at the force-pushed changes

<link rel="stylesheet" href="resources/leaflet-0.7.3/leaflet.css"/>
<link rel="stylesheet" href="resources/Leaflet.tooltip-master/dist/leaflet.tooltip.css"/>
<script type="text/javascript" src="resources/leaflet-0.7.3/leaflet.js"/>
<script type="text/javascript" src="resources/facsimileLayer/FacsimileLayer.js"/>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is FacsimileLayer.js not needed anymore?

@@ -23,7 +23,6 @@ Ext.define("EdiromOnline.view.window.text.FacsimileView", {
requires: [
"EdiromOnline.view.window.image.ImageViewer",
"EdiromOnline.view.window.image.OpenSeaDragonViewer",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comma should be removed:

Suggested change
"EdiromOnline.view.window.image.OpenSeaDragonViewer",
"EdiromOnline.view.window.image.OpenSeaDragonViewer"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Ready for Review
Development

Successfully merging this pull request may close these issues.

remove leaflet content
2 participants