[ ] https://cl-staging.uksouth.cloudapp.azure.com/view/planning/2481763 - link with building id should center on building when opened (this enables better sharing of interesting buildings, including ones with planning application important to someone) - const [position, setPosition] = useState(initialMapViewport.position); would need to detect current URL (map.tsx has selectedBuildingId info!) and load position of building (how?)
[ ] being able to zoom back/recentre once you've zoomed out is important - discussed and underway
[ ] is there an easier way to go to ID link and back again- should it open in same page- discussed and underway
[ ] technical, invisible to users: extract pink inline button into a react component
[ ] For Past planning applications we can now hide the disclaimer in this section
[ ] also for land parcels can you unhide the dropdown if possible (so people can still click arrow and see ownership types classes if possible even if not activated
const [position, setPosition] = useState(initialMapViewport.position);
would need to detect current URL (map.tsx
hasselectedBuildingId
info!) and load position of building (how?)@matkoniecz let's also add the following: