diff --git a/CHANGELOG.md b/CHANGELOG.md index 0795930..186f674 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,28 +8,28 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm #### Enhancements -[#21890] Porting to ConcessioniManagerI and pass to mongoID -[#20595] Porting and using the model view provided by geoportal-common -[#21946] Show layers of a concessione automatically on map according to zoom level -[#21976] Access policies checked on server-side -[#22042] Implemented the public access -[#22040] Revisited the "Abstract and Relazione di Scavo" -[#22041] Files have been ported to FileSet model +- [#21890] Porting to ConcessioniManagerI and pass to mongoID +- [#20595] Porting and using the model view provided by geoportal-common +- [#21946] Show layers of a concessione automatically on map according to zoom level +- [#21976] Access policies checked on server-side +- [#22042] Implemented the public access +- [#22040] Revisited the "Abstract and Relazione di Scavo" +- [#22041] Files have been ported to FileSet model ## [v1.2.0-SNAPSHOT] - 2021-07-19 #### Enhancements -[#21847] Integrated with an Image and LighBox gallery for images -Moved to maven-portal-bom 3.6.3 +- [#21847] Integrated with an Image and LighBox gallery for images +- Moved to maven-portal-bom 3.6.3 ## [v1.1.0] - 2020-12-21 #### Enhancements -[#20357] Improvements feedback-driven +- [#20357] Improvements feedback-driven ## [v1.0.0] - 2020-12-09 -[#20004] First release +- [#20004] First release diff --git a/src/main/java/org/gcube/portlets/user/geoportaldataviewer/client/GeoportalDataViewer.java b/src/main/java/org/gcube/portlets/user/geoportaldataviewer/client/GeoportalDataViewer.java index 65d862d..ba5ee1a 100644 --- a/src/main/java/org/gcube/portlets/user/geoportaldataviewer/client/GeoportalDataViewer.java +++ b/src/main/java/org/gcube/portlets/user/geoportaldataviewer/client/GeoportalDataViewer.java @@ -277,7 +277,7 @@ public class GeoportalDataViewer implements EntryPoint { if (paramGeonaItemID != null) { // waiting for record retrieved by service before calling the WFS - final int MAX_RETRY = 7; + final int MAX_RETRY = 15; Timer timer = new com.google.gwt.user.client.Timer() { @Override public void run() {