-
Notifications
You must be signed in to change notification settings - Fork 33
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
Investigate images-client-plugin dependency on image-service #212
Comments
This is something we've discussed in the GBIF developer meetings. I think the general message that if projects need to support images with an ALA installation that they will need to setup the image-service is accepted as a reasonable approach. |
@djtfmartin @nickdos It is technically possible to show an image on leaflet without tiling capability of image-service. I could implement that feature with a flag to turn it on or off. What do you think? |
I also just noticed that the images-client-plugin has a dependency on lists.ala.org.au - see this issue: AtlasOfLivingAustralia/images-client-plugin#12. This could also be a problem for current users of ALA code (Spain, at al) if they don't have specieslist-webapp installed. Should we try and make this part of the code optional? |
@patkyn has added a parameter called addPreferenceButton and it is turned on only for user who are ala admin. However, it does not have an explicit variable to turn it on or off. |
added ability to show image from url. This will remove dependency on image service on BIE and Biocache.
show images on leaflet with tiling switched off
created pull requests for this - |
@nickdos yes i agree the lists.ala.org.au dependency should be optional |
Closing historic issue. If this is still a problem, please reopen. |
Find out if the images-client-plugin can work on plain image URLs that are not served from http://images.ala.org.au/.
The background is: international users of the ALA infrastructure use biocache-hubs but don't have image-service serving their images (like ALA does), so the images are usually plain image URLs. So if the images-client-plugin is dependent on image-service, then we either need to add extra config & code to make the dependency optional or else remove the plugin from biocache-hubs and make it a dependency on ala-hubs instead.
The text was updated successfully, but these errors were encountered: