geonetwork / core-geonetwork

GeoNetwork is a catalog application to manage spatially referenced resources. It provides powerful metadata editing and search functions as well as an interactive web map viewer. It is currently used in numerous Spatial Data Infrastructure initiatives across the world.
http://geonetwork-opensource.org/
GNU General Public License v2.0
430 stars 489 forks source link

Aggregations / Temporal range / Avoid browser autocomplete on calendar #8380

Closed fxprunayre closed 1 month ago

fxprunayre commented 1 month ago

When using temporal range for aggregations

 resourceTemporalDateRange: {
                gnBuildFilterForRange: {
                  field: "resourceTemporalDateRange",
                  buckets: 2024 - 1970,
                  dateFormat: "YYYY",
                  dateSelectMode: "years",
                  vegaDateFormat: "%Y",
                  from: 1970,
                  to: 2024,
                  mark: "area"
                },
                meta: {
                  vega: "timeline",
                  collapsed: true
                }
              },

browser autocomplete may overlap with calendar

image

Checklist

Funded by Ifremer

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud