If you load a page with a filtered route (so that only filtered places are visible on the map), the app redirect to the start page and unfilters because of this condition check. That line basically says "go to the start page if the URL isn't for a page or a specific place".
If you load a page with a filtered route (so that only filtered places are visible on the map), the app redirect to the start page and unfilters because of this condition check. That line basically says "go to the start page if the URL isn't for a page or a specific place".