Geo-Web-Project/cadastre

Implement a way to navigate to parcels using Parcel ID as the only URL parameter

Closed this issue · 0 comments

Description
In #359, we implemented a way for users to share a direct link to a parcel on the Cadastre. It uses lat/long coordinates and the Parcel ID as parameters in the URL to do so. It would be much easier to share & navigate to parcels without needing to directly copy the link from the Cadastre if this URL only required the Parcel ID to function.

Business Requirements

  • Implement a way to navigate to a specific parcel via URL in the format https://geoweb.land/?id={ParcelID}
  • Update the "copy link" function on the parcel details window to use this new URL format
    • Change the tooltip display for this function to "Copy Parcel Link"