Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: geosolutions-it/MapStore2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2024.02.00
Choose a base ref
...
head repository: geosolutions-it/MapStore2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2024.02.01
Choose a head ref
  • 17 commits
  • 54 files changed
  • 10 contributors

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    c9b1a9e View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. #10577: Fix - GFI in identify popup does not trigger when one of the …

    …responses is an error (#10578) (#10591)
    
    (cherry picked from commit 64474f4)
    dsuren1 authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    118fc2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b4b435 View commit details
    Browse the repository at this point in the history
  3. Fix #10595 add missing 'FORMAT' parameter to WMTS GetFeatureInfo requ…

    …ests (#10596) (#10606)
    
    * add missing 'FORMAT' parameter to WMTS GetFeatureInfo requests
    
    this is required by the WMTS spec to be the same format as would
    be used for a GetTile request, and this allows GFI requests to
    succeed on https://data.geopf.fr/wmts.
    
    * fix mapinfo wmts utils test
    
    Co-authored-by: Landry Breuil <landryb@users.noreply.github.com>
    allyoucanmap and landryb authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    916457e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eff8960 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    649fe2a View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    453cd13 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. [Backport 2024.02.xx] - #10545: Option to disable identify popup in c…

    …ase of no results (#10624)
    
    * #10545: Option to disable identify popup in case of no results (#10557)
    
    * #10545: Option to disable identify popup in case of no results
    Description:
    - handle adding an option called 'hidePopupIfNoResults' to hide the identify popup
    - add unit tests
    - add jsdoc
    
    * #10545: Option to disable identify popup in case of no results
    Description:
    - revert changes in popupSupport files for ol and leaflet + related tests files
    - handle hide popup for map viewer with css for openlayers and leaflet approach
    - add unit tests
    - edit map-popup.less file to handle hide the popup
    
    * #10545: revert unnecessary changes
    
    * #10545: remove marker in case no results + hover identify mode active and hideEmptyPopupOption with true (#10619)
    mahmoudadel54 authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    4e02db9 View commit details
    Browse the repository at this point in the history
  2. fixing .geojson file not supported with mac os (#10082) (#10625)

    * #10081
    FixBug .geojson file not supported in macos.
    - In macOS .geojson file will be identified as type of "application/geo+json". So in checkFileType and readFile functions, they will not go into MIME_LOOKUPS list to find the corresponding type.
    - Check first in MIME_LOOKUPS list and then the file.type will solve this problem.
    On behalf of DB Systel GmbH
    
    * #10082
    FixBug .geojson file not supported in macos.
    - added codes to support geojson in processFiles.jsx
    - fixed bug in testData.js in order to give a type by initialing a new File instance
    
    On behalf of DB Systel GmbH
    
    (cherry picked from commit afafc5c)
    
    Co-authored-by: congchen1101 <161452326+congchen1101@users.noreply.github.com>
    dsuren1 and congchen1101 authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    f7a8995 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. #10622: Not possible to remove widget from Map - JavaScript error (#1…

    …0623) (#10629)
    
    Description:
    - fix the issue of not remove widget from map in case of existing other widgets has dependenciesMap prop = empty object
    - add unit test
    mahmoudadel54 authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    b8fbb65 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    829bf3d View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Home and Login Plugins do not appear on the page if the Burger Menu i…

    …s activated in the context in 2024.01.01 version #10503 (#10590) (#10649)
    rowheat02 authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    45cabef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f91c4b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    092ecdf View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. [Backport 2024.02.xx] - #10648: Issue editing multiple fields in MapS…

    …tore Attribute Table (#10651) (#10653)
    
    * #10648: Issue editing multiple fields in MapStore Attribute Table (#10651)
    
    * #10648: Issue editing multiple fields in MapStore Attribute Table
    Description:
    - edit in update wfs-t xml payload in case of multi-edit in each sigle row
    - add unit test for 'savePendingFeatureGridChanges'
    
    * #10648: move 'createChangesTransaction' util function from epics/featuregrid to FeatureGridUtils file and a unit test is added for it.
    
    * #10648: handle unit test for 'savePendingFeatureGridChanges'
    
    * #10648: edit jsdoc for util 'createChangesTransaction'
    
    * #10648: fix FE test failure for - Issue editing multiple fields in MapStore Attribute Table (#10654)
    
    * #10648: fix FE tests failure for savePendingFeatureGridChanges
    
    * #10648: remove unit test of  'savePendingFeatureGridChanges'
    mahmoudadel54 authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    c01882f View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Set versions of main dependencies (geostore, mapfish, http-proxy) (#1…

    …0671)
    
    Co-authored-by: github-actions <github-actions@github.com>
    github-actions[bot] and github-actions authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    fb775f3 View commit details
    Browse the repository at this point in the history
  2. Version Release 2024.02.01

    github-actions committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    57d9af0 View commit details
    Browse the repository at this point in the history
Loading