Skip to content

#12513 Itinerary map marker re-appears when Identify triggers #12530

Merged
stefanocudini merged 2 commits into
geosolutions-it:masterfrom
Binabh:fix/itinerary-marker-issue
Jun 25, 2026
Merged

#12513 Itinerary map marker re-appears when Identify triggers #12530
stefanocudini merged 2 commits into
geosolutions-it:masterfrom
Binabh:fix/itinerary-marker-issue

Conversation

@Binabh

@Binabh Binabh commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

Description

Fixes itinerary marker re-appearing bug. You may need to enable itinerary plugin from localconfig by adding block like following

{
        "name": "Itinerary",
        "cfg": {
          "providerName": "GraphHopper",
          "defaultWaypointsLimit": 5,
          "providerApiConfig": {
            "url": "https://graphhopper.com/api/1/route",
            "key": "GRAPHHOPPER_API_KEY",
            "ch.disable": false
          },
          "searchConfig": {
            "displayName": "properties.display_name",
            "services": [
              {
                "type": "nominatim",
                "priority": 5,
                "options": {
                  "limit": 10,
                  "polygon_geojson": 1,
                  "format": "json"
                }
              }
            ],
            "maxResults": 10
          }
        }
      },

inside desktop plugin array

plugins: {
    desktop: [

    ]
}

GRAPHHOPPER_API_KEY is not relevant to test this specific issue as only starting point is needed.

Please check if the PR fulfills these requirements

What kind of change does this PR introduce? (check one with "x", remove the others)

  • Bugfix

Issue

What is the current behavior?

#12513

What is the new behavior?

Itinerary marker doesnot re-appear

Breaking change

Does this PR introduce a breaking change? (check one with "x", remove the other)

  • Yes, and I documented them in migration notes
  • No

@Binabh Binabh added this to the 2026.02.01 milestone Jun 22, 2026
@Binabh Binabh requested a review from allyoucanmap June 22, 2026 16:13
@Binabh Binabh added the bug label Jun 22, 2026
@cla-bot cla-bot Bot added the CLA Ready label Jun 22, 2026
@Binabh Binabh linked an issue Jun 22, 2026 that may be closed by this pull request
1 task
@allyoucanmap allyoucanmap requested review from stefanocudini and removed request for allyoucanmap June 23, 2026 08:23
@stefanocudini stefanocudini merged commit 603e57b into geosolutions-it:master Jun 25, 2026
12 checks passed
@offtherailz

Copy link
Copy Markdown
Member

Successfully created backport PR for 2026.02.xx:

@stefanocudini

Copy link
Copy Markdown
Member

@ElenaGallo please, check on dev apikey is not needed

@stefanocudini stefanocudini requested a review from ElenaGallo June 25, 2026 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Itinerary map marker re-appears when Identify triggers

5 participants